Questions tagged [facebook-requests]
76 questions
2
votes
1 answer
Sending notifications / requests to application users (Facebook - C#)
Title may not describe what I actually want, but I hope this is not a duplicate question as I couldn't find a relevant answer in my searches.
I'm developing a Facebook raid manager application for my own World of Warcraft guild and what I want it to…

Tequilalime
- 611
- 9
- 29
2
votes
0 answers
How to link facebook app request to Android app
I could open the AppRequestsListener on my app for Android, invite friends and send them an app request. However, that app request never arrived until I found this answer that you have to tick App on Facebook in your Facebook app settings and enter…

Marius Hilarious
- 855
- 9
- 18
2
votes
0 answers
Notification messaging when sending an invite
When sending an invite through the requests dialog using the JavaScript SDK, the resulting notification is worded "[App Name]:[User Name] invited you to try."
The JavaScript call to the requests api looks like:
FB.ui({
method: 'apprequests',
…

jared.stilwell
- 21
- 3
1
vote
0 answers
Limit on api graph explorer call not working as I want
I'm trying this call on Api Graph explorer.
?ids=Google,DrumTalkTv&fields=posts.limit(1){message}
And I get a post from Google and another from DrumtalkTV but I want limit the call to just 1 post, not 2.
How can I limit the total amount of posts…

Juan Lopez
- 361
- 1
- 3
- 16
1
vote
1 answer
Facebook Graph API Ad Report Run - Message: Unsupported get request
I'm making an async batch request with 50 report post request on it.
The first batch request returns me the Report Ids
1st Step
dynamic report_ids = await fb.PostTaskAsync(new
{
batch = batch,
…

bmvr
- 817
- 2
- 9
- 25
1
vote
0 answers
How to check if recipient accepted Facebook Game Request sender-side only?
I want to reward users who invite friends into the game. I want to keep everything sender-side only, without any involvement of back-end server. After each sent request, I can store request ID and recipients list.
Once a recipient accepts Game…

Gintas_
- 4,940
- 12
- 44
- 87
1
vote
1 answer
Facebook app request opens Google Play instead of the installed app
A while ago(maybe a year back), we have implemented a "send gift" app request feature with Facebook sdk on iOS and Android. We are using v3.19 fb sdk on Android and v3.24 on iOS. The app request has action_type as well as object_id. Things are…

moson
- 11
- 3
1
vote
3 answers
Facebook API Real Time updates for Page/Feed no response
I have a problem with Facebook Real-time subscription from my facebook page.
When I POST a subscription, i get the message from facebook about it to my call back url.
Code:
$session = new FacebookSession('');
$request = new…

Patryk
- 377
- 2
- 19
1
vote
1 answer
Change Facebook SDK request dialog title & notification title
this question is about android ... I have been a week for now trying to display my own message as a title for the invitation/request dialog and for the notification as well (for facebook SDK 3.0+) but i cant know how, and the facebook SDK…

Ahmed Adel Ismail
- 2,168
- 16
- 23
1
vote
1 answer
Is this the best way to integrate and use the Facebook API "toolset" in my quiz game?
Im currently building a simple time based quiz game with Javascript. In this game im looking to enable the option of being able to challenge your facebook friends.
This has naturally had me look at the Facebook (API) tools available that would allow…

user1231561
- 3,239
- 6
- 36
- 55
1
vote
1 answer
Invite Users to A Mobile App Over Facebook
I have an iOS app that I am building that uses a rails server on the backend (also building). I am at a point where I would like to be able to invite users to my app, and think the best way to go about this would be via Facebook.
The Facebook SDK…

Taylor Halliday
- 640
- 1
- 8
- 19
1
vote
1 answer
"Can only send requests to friends or users of this application"
Using the code
FB.ui({
method: 'apprequests',
filters: 'app_non_users',
message: $filter('i18n')('voices-invite-facebookMessage'),
to: users // an array of uIDs
}, function(data){
…

Luís Lopes
- 453
- 6
- 15
1
vote
2 answers
When deleting app requests an error occurs
We recently launched an app, where users can invite friends to participate in the contest. Because we're dutiful software engineers, we're wanna delete the app requests right after the user accepts the request.
The code below worked in several…

Johannes N.
- 2,364
- 3
- 28
- 45
1
vote
1 answer
Facebook Requests Dialog: Too many recepients
Hello I'm having problem while sending invitations to my application with the Requests Dialog.
API Error Code: 100
API Error Description: Invalid parameter
Error Message: Too many recipients.
I know that there are limitations on recipients number,…

Paweł Sobolewski
- 11
- 1
1
vote
1 answer
how to create a function in jsp
I have created a web page called allmeters.jsp. In the page I have a hyper link
"><%=rs.getInt("meterid")%>
In my second page called demo.jsp, I have one label and search button and I am accessing…

Sai Sai
- 115
- 2
- 4
- 17