Questions tagged [facebook-app-requests]

205 questions
2
votes
1 answer

how to get facebook game request url?

we are using facebook unity sdk game requests on android. when someone clicks a game request in their facebook notifications they switch to the game or the app store page (if it's not installed) when the game runs, we call…
2
votes
0 answers

Facebook SDK v4.0 for android doesn't show app invites on client side

I am trying to send app invites through the Facebook SDK v4.0 on Android. I am unable to figure out once I send the invite through my app, no notification is generated on the user's profile nor can the user see any invite of the sort. I send the…
2
votes
1 answer

Cannot resolve symbol Request

I have get error cannot resolve Request. Which library should I import? new Request( session, "/{user-id}/taggable_friends", null, HttpMethod.GET, new Request.Callback() { public void onCompleted(Response response) { …
2
votes
0 answers

Facebook Android SDK apprequests dialog: Multiple friend selector shows only six friends

My question maybe termed as a duplicate for the question here but i am posting it as a new question coz that is for the iOS sdk and maybe someone working with the android SDK may know a solution. i am using the apprequest dialog and the multi…
2
votes
0 answers

facebook canvas apprequest, single request id instead of request_ids?

When user accepts a (single) apprequest, the canvas is called with (plural) request_ids parameter. Is there a way to get a single request_id for that particular request that was clicked? To make things a bit more clear, some context. Requests in…
hslugs
  • 686
  • 4
  • 3
2
votes
0 answers

Facebook apprequest not linking to my Android app

I am developing an Android application, to send a Facebook app request. When I click notification in Facebook, it is redirecting to Google Play even when the app is installed. In Google Play it shows the option "OPEN", and "UNINSTALL". The expected…
God
  • 674
  • 2
  • 6
  • 31
2
votes
1 answer

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 except the email address. The data will be used to store using mysql. I came across an interesting blog that created a step by step approach to…
Paul Ledger
  • 1,125
  • 4
  • 21
  • 46
2
votes
0 answers

Facebook Apprequest: Redirect user to a custom url when click on the app request notification

I am using following direct url method to send app request to my facebook friends: https://www.facebook.com/dialog/apprequests? app_id=APP_ID& message=MESSAGE& redirect_uri=http://www.example.com/response And it is working fine but i actually need…
Akhil Sundar
  • 1,267
  • 5
  • 18
  • 32
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…
2
votes
0 answers

iOS - How to have all facebook friends pre-selected for app request?

I have facebook app request implemented in my iOS app and I want all friends to be selected by default and let the user to deselect friends instead. Can we do that in iOS ? Thanks in advance.
Maduranga E
  • 1,679
  • 5
  • 23
  • 37
2
votes
0 answers

Facebook apprequests are now show in app center and not in notifications

We send facebook user to user apprequests from ios app. Earlier they appear in notification section on users facebook page, but now they begin to appear in app center->requests section. Users do not notice them. Facebook app is configured as Website…
sidslog
  • 654
  • 1
  • 6
  • 15
2
votes
1 answer

iOS FB SDK Incoming URL for apprequests is missing ref=notif, request_ids, app_request_type

I am using iOS FB SDK (baked in Parse F/W) to send app request invites using [facebook dialog:@"apprequests" andParams:params andDelegate:nil];] The requests are being sent correctly and also appear on the invitee's account. When I click on the…
Dev
  • 6,207
  • 4
  • 27
  • 32
2
votes
0 answers

Best Practices for verifying an App request is valid

I am currently using User to User App requests to have one user invite another user to my application. The first event I receive is from the dialog which lists the request ID and users it was sent to. The second event I receive is when a user…
2
votes
1 answer

"Install app" button on my website

I have a Facebook app (canvas) hosted on Heroku, say xxxx.herokuapp.com/index.php. As well I have a website outside the canvas, say xxxx.herokuapp.com/welcome.php where I am encouraging people to learn more about the app and install it. Is there any…
2
votes
0 answers

count number of new app users a certain user invited?

I want to award my game users a bragging story/highscore points based on the total number of new users they have added to the facebook game by sending apprequest invites. Is there a way to keep track of the number of users a user has invited for a…
rudgr
  • 21
  • 3
1 2
3
13 14