Questions tagged [facebook-requests]

76 questions
5
votes
1 answer

Unable to get facebook incoming requests

I am trying to implement send data and accept that data in my Facebook android game app.I am following https://developers.facebook.com/docs/android/send-requests/#notifications tutorial for that. I am able to send the request however I am unable to…
Kunu
  • 5,078
  • 6
  • 33
  • 61
4
votes
0 answers

Android facebook Api Exception

I am getting facebook Api exception while logging in from my app, login is working in major of the devices while in few of them it's giving below mentioned error : Error ApiException: Error validating access token: Session does not match current…
4
votes
1 answer

Facebook Request Notification not showing in iOS mobile safari but in native facebook app

Use-case: I sent a request from my game to friend x. Friend x gets a notification in his native Facebook app, taps it and the game opens. If he opens the safari mobile page of Facebook the same notification is never shown. Is there a way to enable…
4
votes
1 answer

Problems in App Request Dialog (Facebook iOS SDK)

I'm trying to send Facebook app requests using the Facebook iOS SDK using the built-in request dialog. The requests are sent without problems, but there are issues in the dialog which I'm getting, in the screenshot below: As you can see, it is very…
Şafak Gezer
  • 3,928
  • 3
  • 47
  • 49
3
votes
1 answer

Accepting Friend Request with facebook API

It is possible to accept a friend request with facebook API ? Not the Javascript SDK ones.
3
votes
3 answers

iOS : No Notification Received from Facebook App Request

I have to integrate app request on my app but it doesn't seem to work. I searched about it and I can't find a clear answer. Some replies from the reports said that the request can be found in Facebook App Center but I didn't receive any request and…
dzep
  • 685
  • 1
  • 8
  • 20
3
votes
0 answers

Facebook App Center Request "Play Now" Broken

QUESTION In the FB App Center, my requests show up with the "Play Now" button. The URL for the "Play Now" button goes to facebook.com/apps/application.php?id=xxxxxxxxxxxxxx. Clicking on this takes me to a page that says "Sorry, this page isn't…
blindgoat
  • 117
  • 11
3
votes
1 answer

Facebook Request FBWebDialog UI looks strange

I'm trying to send FB requests, but the FBWebDialog renders a UI that I have never seen before.. I'm not sure what I'm doing wrong. I've checked the usual suspects: facebook app settings Bundle Identifier FacebookDisplayName FacebookAppID URLTypes,…
Jeremy
  • 3,438
  • 3
  • 34
  • 57
3
votes
1 answer

FBRequest issue - get the friends' info

I'm trying to get the friends' birthday, location, and names by sending the FBRequest and show the results on a table in a different view. But I always receive nil response. I've set the permissions first, and then created a request with the…
Pooya
  • 399
  • 2
  • 13
3
votes
2 answers

Fb request dialog returns nil incorrectly - IOS Facebook

Thanks for reading! I'm trying to create a Facebook request to enable the user to invite his friends to the app. NSDictionary *params = [[NSDictionary alloc] initWithObjectsAndKeys:nil]; [FBWebDialogs …
PaperThick
  • 2,749
  • 4
  • 24
  • 42
3
votes
1 answer

Get which users the request was sent to Facebook Android

I'm trying to create a application were you can "invite" or tell your friends about it through the Facebook request dialog. https://developers.facebook.com/docs/howtos/androidsdk/3.0/send-requests/ It works somewhat but one thing I need is to know…
PaperThick
  • 2,749
  • 4
  • 24
  • 42
3
votes
0 answers

Android facebook request not shown as notification

I have integrated FacebookSDK to my Android application and I would like to perform an invite action on my Android app. I have tried following the following two links to have my application successfully login via facebook and send application…
Henry
  • 79
  • 7
2
votes
1 answer

Facebook Android sdk Game Request Dialog shows "Game Requests are only available to games"

I'm updating my android app to the latest Facebook SDK (4.0.0). When I create a GameRequestDialog, it shows me this message: "Game Requests are only available to games", instead of showing my facebook friends. I was using WebDialog before in the…
2
votes
1 answer

Will the user receive Facebook request data if the application not installed?

I'm currently developing a feature in my application that will allow users to invite their Facebook friends and for that they and the friend will receive a reward/gift. So for that purpose I using the Facebook request option. So I went over the…
Emil Adz
  • 40,709
  • 36
  • 140
  • 187
2
votes
1 answer

Can we use "requests" for non-game apps?

I am unclear on whether Facebook requests (user to user) can only be used for Games Apps - or whether other web based FB Apps can use requests also. We have a web based FB App - on our website a user can Connect with FB and start a fundraising…
1
2 3 4 5