Top "Facebook-app-requests" questions

Send Facebook App Request/Invite using Graph Api

I have the following code that would get ur friends list using graph api function getFriendsList(){ $response = $this->api(…

php facebook sdk facebook-app-requests facebook-friends
App requests successful, but no notification shown

I am using the normal setup for sending invites through the requests dialogue: FB.ui( { method: 'apprequests', message: "Please add …

facebook apprequests invite facebook-app-requests facebook-invite
Facebook App Invite, Invite Friends

I switched to Facebook 4.0 in order to implement AppInviteDialog for Android. I followed this reference. The dialog appears, I can …

android facebook facebook-app-requests facebook-invite facebook-invite-friends
how to read facebook signed_request to get user_id

According to Facebook - Authentication within a Canvas Page Document, they say that we will be getting a signed_request …

php facebook facebook-authentication facebook-canvas facebook-app-requests
Facebook login api return user email address

I am trying to implement a facebook login onto my website. I can get all the relevant data I need …

php facebook email facebook-graph-api facebook-app-requests
presentRequestsDialogModallyWithSession does not work, but gives good result

When I use the webdialog for a friendrequest, everything is going fine, except no request or anything is made. The …

api facebook-ios-sdk facebook-app-requests