Reputation: 4104
I have an FB application which is loading as Page Tab through iFrame. Considering that FBML is being removed completely as of 1st June 2012, is there a way to create invite friend request on the page tab app? I've researched the request dialog docs but that is only available to canvas apps(?)
Upvotes: 2
Views: 2641
Reputation: 11
The request dialog works for me on my page tab app. You can see the implementation details in my post.
The only problem I had was that I didn't want it as a popup but on the page, which I am still trying to figure out how to do.
Upvotes: 0
Reputation: 676
The requests dialog only works on canvas app, i lost 4 hours to discover that...
Upvotes: 1
Reputation: 1206
You can use the request dialog also on tab application
https://developers.facebook.com/docs/reference/dialogs/requests/
Upvotes: 0