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…
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…
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…
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…
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…
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:
Ram Singh
  • 6,664
  • 35
  • 100
  • 166
0
votes
1 answer

Request Multi Picker - Can I make an operation before actually sending request?

While coding I have started wondering if there is a possibility to perform an action before the actual request is send. For example I have a code: FB.ui({method: 'apprequests', title: 'The Challenge Game!', message: 'I challenge you!', },…
Archarachne
  • 235
  • 1
  • 5
  • 18
0
votes
1 answer

my invite request does not shown to target friend

first of all, sorry to my poor english. I m try to integrate with facebook and my game on android. but i have met a problem. i have sent a invite request to my friend. and response is ok. but it seems like not actually working. target friend can't…
0
votes
3 answers

FB Apprequests: How many friends can I invite at a time?

I have a "friendpicker" on my app to send an apprequest. It features an option "Select All", so.. when I try to invite 560 friends it doesen't work. Their user ID's don't even fit in the URL. So, is there any fixed limit for this feature? I couldn't…
Luís Lopes
  • 453
  • 6
  • 15
0
votes
1 answer

Facebook native app not loading my app request correctly - Android

Thanks for reading my question. I'm not sure that this error is on my or Facebooks end but I'll ask just to be sure. The issue I'm facing is that when I send a request to a friend from my native app the friend receives the request as a notification…
PaperThick
  • 2,749
  • 4
  • 24
  • 42
0
votes
1 answer

facebook Request not working

I'm making a request to Facebook api in android with SDK 3.0.1 and I'm running it with executeAndWait() but the request doesn't work (in debug it jumps directly to next row, not even a millisecond..) and the callback is not called. Can you help me…
0
votes
1 answer

Sending request to Facebook friend has wrong message

I want to send a request to friend by web dialog. Everything is okay except a message that I have no idea comes from where! This is my bundle: private void shareToFacebook() { if(facebookUser != null) { Bundle params = new…
Hesam
  • 52,260
  • 74
  • 224
  • 365