Questions tagged [facebook-app-requests]
205 questions
0
votes
1 answer
How to get the data param in an app generated request for a facebook user
I am sending an app generated request to a user(already authorized the app) by calling the below function
function send_app_request(){
FB.api( "/" + '' + "/apprequests", "POST", {
message: "Custom Request for you!",
data:…

serpent403
- 803
- 16
- 32
0
votes
2 answers
Unable to find "Upgrade to Requests 2.0" in facebook application settings
As mentioned in this blog post http://developers.facebook.com/blog/post/464/
....enable “Upgrade to Requests 2.0” in your Developer App settings on the “Advanced” tab. This switch controls the bookmark counts seen by your users and synchronizes the…

serpent403
- 803
- 16
- 32
0
votes
1 answer
Facebook Request Dialog - For a Mobile App
Is it possible to display FACEBOOK REQUEST DIALOG in mobile apps.
As for as I have looked, most people say REQUEST DIALOGS are available only for Canvas Apps.
But the docs page
https://developers.facebook.com/docs/channels/
says
If you have built…

SatheeshJM
- 3,575
- 8
- 37
- 60
0
votes
1 answer
Facebook apprequest error
Good day, everyone!
I have a problem with apprequests.
When i use Request Dialog, i have response with request id. Here is the code: