Questions tagged [facebook-requests]
76 questions
0
votes
1 answer
Facebook send request link doesn't work when clicked on in the Android notifications menu
I've added in the Send Requests Facebook functionality into my app by following this tutorial on the Facebook developer site:
https://developers.facebook.com/docs/android/send-requests
It works absolutely fine when the user opens the Facebook for…

Tom Leverett
- 41
- 1
- 4
0
votes
1 answer
Return value inside Facebook request OnComplete
My doubt is, when i call a method below, the value is null, of course, because the object user it's not already populated, because will be populated inside Facebook request. So, the question is, how can i wait for the facebook complete and then…

Renan Nery
- 3,475
- 3
- 19
- 23
0
votes
0 answers
Facebook posts getting replaced Android
I am developing an android app where I am trying to post on Facebook wall. The problem is, every time a post something through my app, instead of new posts getting posted, my older posts are getting replace by new ones.
Below is my publish…

user3505559
- 1
- 3
0
votes
1 answer
Checking New Facebook User Notifications
I'm trying to create a setup via PHP where I can access if I have any recent Facebook notifications via Facebook SDK. I want to be able to check recent friend requests, messages and general notifications.
I have became a developer and have…

Jack Trowbridge
- 3,175
- 9
- 32
- 56
0
votes
1 answer
List all Requests for a given user
In the game I'm currently developing, we would like to have an inbox listing all pending Requests that the friends have sent to the currently logged in user. I know how to get some basic information out of the Graph API, but I'm lost on this one as…

Kevin Smith
- 747
- 1
- 6
- 13
0
votes
1 answer
How change photo privacy upload with Request.newUploadPhotoRequest?
I'm trying to share a photo on facebook.
First I want to upload it and then share the link.
My problem is that the picture goes private, I have read the privacy parameter, but still have not managed to do this.
This is my method to upload the…

cjose3
- 13
- 1
- 5
0
votes
2 answers
Facebook request Dialog filter app_non_users not working
I'm using facebook apprequest dialog, and filter friends who already using the app.
FB.ui({method: 'apprequests',
appid:'1234567890',
filters: '['app_non_users']',
}, requestCallback);
Anybody facing same issue? Please let me know how to fix…

Praveen Govind
- 2,619
- 2
- 32
- 45
0
votes
1 answer
Alternative for Facebook request for non-canvas app?
I have an app where a user creates some object and invites people to interact with it. It's not a game and it's not a canvas app.
I tried to get requests to work probably and couldn't
After reading a bit, I understood that these don't work for…

Yaron
- 2,053
- 2
- 19
- 21
0
votes
1 answer
Not able to send invitation to facebook friends from my website?
I am using the following code to send invitations to my facebook friends but it opens request pop up but no invitations are received to my friends: