Questions tagged [facebook-app-requests]
205 questions
1
vote
1 answer
How to get status access token without app review ? If i host on my website still i need to give app review for user status data ?
I am developing an app for educational purpose. Any how i want to get status data of user without submitting app for app review process. If i host an app on my website still do i want to submit it for review process to get status data ?
Should i…

RamRasia
- 51
- 1
- 7
1
vote
0 answers
Show all facebook friends when sending an app request using Android Facebook SDK
I can send app request to my friends, it is working, the problem is that I can't see the full list of my friends. I see only 12 entries.
How can I see all of my friends?
private void inviteFacebookFriends(FragmentActivity activity)
{
…

Zbarcea Christian
- 9,367
- 22
- 84
- 137
1
vote
0 answers
Login with Facebook button returns Error
I have setup a login with Facebook button using the Facebook API a week ago and today I am unable to login or sign-up at all with Facebook. I constantly get the error message: One Take[49749:60b] Uh oh. The user cancelled the Facebook login.
Here is…

TheM00s3
- 3,677
- 4
- 31
- 65
1
vote
1 answer
Unity Facebook apprequest notifcation opens browser instead of play store
I'm trying to make invite friends dialog using Unity Facebook sdk:s FB.AppRequest() call. Apprequest itself works fine and recipient gets the notification. If game is not installed on device it opens request to browser instead of google play…

Samhay
- 248
- 2
- 8
1
vote
3 answers
Unity Facebook apprequest works but no notification shown
How do I make my mobile game send a request that is shown as notification like in Candy Crush Saga game.
I went through this App requests successful, but no notification shown but can't find the solution. I don't know what to put in my canvas…

Vineet
- 111
- 1
- 6
1
vote
0 answers
How can i change the fbwebdialogs title?
If i go straight to the point then please help me how can i change the title of the FBWebdialogs of facebook invite friend request.i am using Facebook SDK 3.12 .
Is it possible to change or any limitations ?
If possible then please suggest me how…

Emon
- 452
- 3
- 11
- 21
1
vote
1 answer
facebook requests from ios apps are not showing in facebook mobile app
I have an iOS app and a corresponding Facebook app. When I send Facebook requests from the iOS app, they do show under https://www.facebook.com/appcenter/requests but not in the mobile Facebook app.
The Facebook app is set up as follows:
Basic…

sehnsucht
- 55
- 5
1
vote
2 answers
notification from app request Facebook not received
Im making an application on Phonegap, and therefore using javascript. I have added the facebook plugin, and everything seems to work fine. The user can log in and make app requests to friends using the FB.ui:
FB.ui({method: 'apprequests',
…

Thomas M. Tveten
- 467
- 1
- 9
- 22
1
vote
1 answer
Issue a request for a user to join a group?
I'm using the app and game groups API atm and am trying to let users Join app groups that they see while browsing. I've researched how to do this and am not sure how to do this.
It seems that I would have to issue a user to user request from the…

Mantissa
- 91
- 3
- 15
1
vote
0 answers
Facebook - How to test apprequest?
I'm making a facebook application that can send apprequest (invitation to use the application) and since I have troubles with it, I need to test it.
Even if the application is in sandbox mode, I can't send this requests to myself, wich make it very…

Adrien C
- 364
- 2
- 11
1
vote
2 answers
Facebook AppRequests + Browser Compatibility
I have a web based application that requires the functionality to "share the application" to the logged-in user's friends.
I generate a URL for this (see below) and it works, as it should, in:
Desktop BrowsersAndroid Chrome Browser
Android Firefox…

James
- 962
- 5
- 18
1
vote
0 answers
trigger.io iOS Facebook apprequests incorrect parameter quotation
I'm making an apprequests using native Facebook plugin as follows:
forge.facebook.ui(
{
method: "apprequests",
title: "How well do you know your friends?",
message: "Play this friends guessing game with me. This is just…

Ivan Popjelev
- 11
- 5
1
vote
0 answers
why am not getting the friend request sent from my facebook app
i want to send invitation to facebook user who is not on my facebook application . i implemented the below code , am getting the dialog and after clicking on send button am getting a success message also but am not getting any notification on…

Jitendra
- 37
- 2
- 7
1
vote
0 answers
C# Facebook sdk: posting on page on owner's behalf
I have a page on facebook and i want to get my page access token so that i could use it to post ob my page from a mobile application or web application using the facebook sdk for C#.
I think the whole idea would be:
user will go to my webpage.
user…

BOSS
- 1,828
- 11
- 34
- 60
1
vote
0 answers
Android Facebook app request
I have implemented Facebook app request in android. Now i able to send request to user but my problem is that, When user select app request from facebook app it getting facebook error. Actually what i want, when user select app request it redirect…

Chirag
- 2,321
- 24
- 36