Hello, I’m trying to share scores to Facebook using Application.OpenURL which works well for sharing in a browser but I’m trying to get it to open the Facebook app. I was able to find a post using fb:// with OpenURL() instead of www.facebook.com but I am unsure of what to put after fb:// in order to share something. Any help would be appreciated, thank you.
Check out this link on stackoverflow: http://stackoverflow.com/questions/10416338/open-a-facebook-link-by-native-facebook-app-on-ios
It depends on what you are trying to do, which url are you calling in the Application.OpenURL call?
If you want to just go to a certain page you can use this url structure:
fb://profile/<id>
Also check out this link for the full list of available schemes:
http://wiki.akosma.com/IPhone_URL_Schemes#Facebook