From the website, I need to have a share button which will share some text to a user's wall through FACEBOOK APP.
I tried Facebook Javascript SDK, but it sometimes opens share in a new window instead of forcing on Facebook app.
So, I am trying to do this through Facebook Url scheme.
I have tried all of these but none of them worked.
fb://publish/?text=test
fb://post/test
fb://dialog/feed?app_id=fb_app_id&display=touch&href=test
fb://publish/post/?text=test
What are all the custom URL schemes supported by the Facebook iPhone app?
Can you please help? Thanks in advance.