Questions tagged [facebook-requests]

76 questions
1
vote
2 answers

Getting Facebook Profile Name and Picture IOS 5.1

I am having trouble getting facebook name and picture at the same time. I can take only one of them each request. -(void)fbDidLogin{ // Save the access token key info. [self saveAccessTokenKeyInfo]; // Get the user's info. [facebook…
SpaceDust__
  • 4,844
  • 4
  • 43
  • 82
1
vote
1 answer

How to invite users' friends via facebook?

I'm looking for a simple way for users to be able to invite their friends to follow them on my website. E.g Bob invites sally to be a follower of Bob on mysite.com. I was thinking of doing this via requests, however I've read that they only work for…
Ali
  • 261,656
  • 265
  • 575
  • 769
1
vote
1 answer

customize user to user request

Is there a way to customize the user to user request link in the notification the recepient receives in his/her notifications jewel? I'm trying to direct the receipient of the request to a specific competition room upon clicking on the…
1
vote
1 answer

How do facebook requests work?

Lets say I run a website where a user can create a team, and he can invite his friends to join his Teams. Say User A created Team XYZ, and Invited User B and User C to join Team XYZ. For this purpose he sent them a facebook request using javascript,…
Ali
  • 261,656
  • 265
  • 575
  • 769
0
votes
0 answers

Trying to run Facebook OAuth in R-Cloud for a Research App. I cannot figure out how to copy/paste Site URL into Settings

I have been trying to request data from Facebook for a research project, and I have been authorized for everything on the research side of the Meta API. I have all of the tokens and VPN credentials I need to access ad-targeting data and make the…
0
votes
0 answers

Hy There i am having issues to automate Facebook Login with Validate Method i created random integers digit script for Choice pass login

#I cant get ok 200 code login after passing email pass def crack(uid,pwx): for pw in pwx: seassion.get('https://free.facebook.com').text Log_data = { #icant creare dict} #i need 2022 fast login Method of Facebook with python requests
0
votes
0 answers

Open Facebook Profil with Android Intent

I try to open a facebook profile (in the Facebook App) out of my Android App. I use Android Intent and found this approach: fb://profile/ but this only opens the facebook app. When I use just fb://profile/ it opens my own profile. If I…
Daniel
  • 101
  • 1
  • 3
  • 15
0
votes
1 answer

Is there a way to access facebook events using graphapi

I have code to look up events but keep getting an error: File "facebook_events.py", line 8, in events = graph.request('/search?q=Poetry&type=event') File…
0
votes
1 answer

Facebook API User Request graphObject is null

So I have an application that is currently using the facebook api to get a users info from facebook. The application has been working 100% until today when suddenly, certain info wouldnt load. I traced it back to the Facebook me request foor getting…
0
votes
1 answer

How to redirect to Android app/play store from an Android notification of a Facebook Request?

I have an android app, from where a user can invite facebook friends to join. I have that part working fine. I used Requests API and did everything as facebook says it should be done. However, the problem is that when the other user receives the…
0
votes
1 answer

How can I customize the text of a Facebook App Request in Android?

I already built a way for users to send requests to other users, to INVITE them to the android app I have. The thing is, the receiver of the facebook notification, gets this default ugly text "John sent you a request" in it, and I want the…
0
votes
1 answer

Facebook requests: 'online friends' filter

Is there a filter to display online friends in the Facebook request dialogue (apprequests).? Possible filter values specified in the documentation are app_users and app_non_users.
khizerbajwa
  • 304
  • 4
  • 11
0
votes
1 answer

Send app invite request for a website to all friends of user?

I implemented a custom friends selector to send app invite requests for my website to a user's FB friends. But that show no of limitations, first that invitation may be sent to at max 50 people. I have seen games on FB sending app invite requests…
Rajat Gupta
  • 25,853
  • 63
  • 179
  • 294
0
votes
0 answers

Facebook request data field

I would like to include some custom data that I want to pass to the invitee along with the invite/request. Such that whenever the invitee accepts the invite he can use that custom attribute. I have tried placing this information in the 'data' field…
0
votes
1 answer

Invite facebook friends with multi friend selector

To invite friends in facebook I used following code FB.init({ appId:'APP_ID', cookie:true, status:true, xfbml:true }); function…