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.
I'm not aware of any way to programmatically create these URLs, but the existing username space (www.facebook.com/something) works on fb.me also (e.g. http://fb.me/facebook )
发布评论
评论(3)
Facebook 使用 Bit.ly 的服务来缩短其网站的链接。虽然具有用户名的页面会变成“
fb.me/
”,但与 Facebook 相关的其他链接会变成“on.fb.me/*****”。要使用 on.fb.me 服务,只需使用您的 Bit.ly 帐户即可。请注意,如果您将 Bit.ly 帐户上的默认链接缩短器从 bit.ly 更改为 j.mp,则此服务将无法工作。
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.您可以使用 bit.ly api 创建 Facebook 短网址,在此处查找文档
http://api.bitly.com
You can use bit.ly api to create facebook short urls find the documentation here
http://api.bitly.com
我不知道有什么方法可以以编程方式创建这些 URL,但现有的用户名空间 (www.facebook.com/something) 也适用于 fb.me(例如 http://fb.me/facebook )
I'm not aware of any way to programmatically create these URLs, but the existing username space (www.facebook.com/something) works on fb.me also (e.g. http://fb.me/facebook )