Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting fb.me URL

How do I go about either making, or retrieving facebook short url's (fb.me) from a page, profile, event etc? I want to update my url shortener site - but if the user links to a facebook page I want to just return a fb.me link instead. Does facebook make their short urls on the fly, or does each page automatically already have one?

like image 907
bwoogie Avatar asked Sep 25 '11 01:09

bwoogie


People also ask

What is the FB me domain?

ME domain is helping the world's largest social network save its more than 350 million users valuable digits in a world where every character counts. Used as the Facebook shortener on their mobile interface, it automatically shortens a mobile link (for example a m.facebook.com link) to FB.ME link.


2 Answers

Facebook uses Bit.ly's services to shorten links from their site. While pages that have a username turns into "fb.me/<username>", other links associated with Facebook turns into "on.fb.me/*****". To you use the on.fb.me service, just use your Bit.ly account. Note that if you change the default link shortener on your Bit.ly account to j.mp from bit.ly this service won't work.

like image 182
ratulotron Avatar answered Sep 25 '22 02:09

ratulotron


You can use bit.ly api to create facebook short urls find the documentation here http://api.bitly.com

like image 41
Mik D Avatar answered Sep 21 '22 02:09

Mik D