Facebook AppRequests redirect user to a Page Tab -



Facebook AppRequests redirect user to a Page Tab -

when sending apprequest using page tab:

fb.ui({ method : 'apprequests', message : 'message', title : 'friend' }, function (response){}));

i want receiving user directed page tab , not canvas application page. there redirect_uri parameter that's no documented or should hard refresh on canvas?

also know if can forcefulness user select 1 friend in dialog in used possible in old requests widget?

thoughts appreciated

if user clicks 'accept' on request, sent canvas page url of app sent request. url contain additional parameter request_ids, comma delimited list of request ids user trying deed upon:

https://apps.facebook.com/[app_name]/?request_ids=[request_ids]

you can redirect fan page tab.

atul agrawal, founder, ascratech.com

facebook

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -