Questions tagged [fbsdk]

Facebook software development kit

410 questions
-1
votes
1 answer

Change FBSDKLoginButton text - Swift 2.0

Image of my button Here's my problem, I'm currently developing a french IOS application and I need to use a Facebook connection. I want to change to FBSDKLoginButton text ("Log in with Facebook") to something else ("Se connecter avec Facebook") in…
sa.l_dev
  • 189
  • 1
  • 10
-2
votes
1 answer

How to send the reviews on my fb page from my site to my fb page?

I have a website in which I show my company Facebook page, I mean I will integrate my Facebook page on my website.If a user comes and provides a review on my website the same need to be updated on my Facebook page too.Is there any chance of…
MMR
  • 2,869
  • 13
  • 56
  • 110
-2
votes
2 answers

Extracting JSON Data -

I have the following JSON data structure being pulled from FBSDKGraphRequest. data = ( { id = ""; name = "Tom Jones"; picture = { data = { …
David Henry
  • 1,972
  • 20
  • 43
-2
votes
1 answer

Hi I am logging in to facebook and logged out. And when the second time i logged in i need to check Whether the it is a existing user or not?

Methods which I have used: - (void) loginButton:(FBSDKLoginButton *)loginButton didCompleteWithResult:(FBSDKLoginManagerLoginResult *)result error:(NSError *)error - (BOOL) loginButtonWillLogin:(FBSDKLoginButton *)loginButton -…
-4
votes
1 answer

how to post facebook fan page wall

I tried to post image in facebook fan page. I am using below code: FBSDKGraphRequest *request = [[FBSDKGraphRequest alloc] initWithGraphPath:@"/facebookPage_ID/photos" parameters:@{ @"url":…
1 2 3
27
28