This is URL scheme an app needs to add to their info.plist in order to integrate the Facebook SDK. The number after fb is the ID of their page/app on Facebook.
In particular, I think it's used for switching apps - your app switches over to the facebook app (if installed) using fb:// perhaps, and if the user logs in and approves the fb-app, the facebook app will ask iOS to open "fbYOURNUMBER://", bouncing the user back to the app.
Comments
What are all those fb[0-9]+://-schemes?
This is URL scheme an app needs to add to their info.plist in order to integrate the Facebook SDK. The number after fb is the ID of their page/app on Facebook.
In particular, I think it's used for switching apps - your app switches over to the facebook app (if installed) using fb:// perhaps, and if the user logs in and approves the fb-app, the facebook app will ask iOS to open "fbYOURNUMBER://", bouncing the user back to the app.