I have been trying to use the facebook URL Schemes on stackoverflow which reference to here http://wiki.akosma.com/IPhone_URL_Schemes#Facebook (and similar sites).
I am having trouble sending the app user to another user's profile in the facebook app. I have the other users screenName (and id, but prefer to use screenName).
I have tried
fb://profile/id
fb://profile/screenname
fb://profile?id=id
I am unsure the difference here with (initWithUID)
and (fbid)
of these and similiar calls:
fb://profile/(initWithUID:)
fb://profile/(initWithUID:)/addfriend
fb://profile/(fbid)
fb://profile/(fbid)/addfriend
All of these seem not to open the user who owns the screenname/id profile view in the facebook app.
By screenname I mean that in a browser:
facebook.com/screenname
sends you to their profile page andgraph.facebook.com/screenname
gives you their id