↧
Answer by DKBHOI for How to redirect user from FB canvas app's feed Post to...
You may try the bellow code. Some times sequence may be important and implementing function(response) method directly instead of implementing fbCallback works for me. FB.ui( { method: 'feed', name:...
View ArticleHow to redirect user from FB canvas app's feed Post to FB canvas app
I want to implement like this: There is a share button and it will post the feed on my wall as well on friends wall. The code for the share button is this: FB.ui({ method: 'feed', caption: 'I just...
View Article