Questions tagged [facebook-ios-sdk]

Facebook's SDK for developing Facebook-connected applications for iOS devices

Facebook SDK 4.x for iOS.

1778 questions
0
votes
0 answers

Rerequesting the Publish Permission

I am have some problem when i re- request the publish permission (manage_notifications) after getting the readPermission. The use case is like that if i get the read permission then it asks user to authorize for the manage_notifications permission…
Madu
  • 4,849
  • 9
  • 44
  • 78
0
votes
1 answer

Same facebook key for lite and pro apps

I have a lite and pro version of my Iphone app, but my lite app rejected by appstore ,they cannot login through facebook. But in development mode i can able to login both pro and lite version through FB. I have used same FB developer key for both…
vks
  • 6,649
  • 7
  • 36
  • 55
0
votes
1 answer

Open facebook post/pageurl with facebook session within app in uiwebview

I am using latest Facebook iOS Sdk for Facebook integration. I am able to perform login and graph api/FQL operation very well. But now I want to open Facebook post/pageurl with facebook session within app in UIWebView after login. So, anyone know…
Sunil Zalavadiya
  • 1,993
  • 25
  • 36
0
votes
1 answer

How long to loop friends of friends

I'm looking to possibly build an iOS app where I would need to get a list of friends of the logged in user who are also using the app and then loop over that list to get an even bigger list of their friends who are also using the app. Hopefully the…
user577732
  • 3,956
  • 11
  • 55
  • 76
0
votes
1 answer

FBWebDialogs presentDialogModallyWithSession opening Blank Modal

NSString *facebookIDString = [NSString stringWithFormat:@"%lld", facebookID]; // Put together the dialog parameters NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys: facebookIDString, @"to", @"MY APP NAME", @"name", …
Evan Layman
  • 3,691
  • 9
  • 31
  • 48
0
votes
1 answer

How to get verified status of Facebook user in Facebook sdk v3.12

I am trying to access the verified status of the logged in user.Below is the code which is have tried so faar.I am getting verified value as null when i login using this code.Is there any other permission which i need to add in order to access…
Vinay Revankar
  • 823
  • 9
  • 19
0
votes
0 answers

Facebook iOS SDK invite with multiline message

I'm trying to figure out how to send an invite using Facebook SDK for iOS, but this message needs to be multiline. To be more specific, I'm trying to change this: This is my message to send the invite Into this: This is my message to send the…
Ragalante
  • 341
  • 2
  • 5
  • 13
0
votes
1 answer

Facebook SDK: incorrect login behaviour. Push safari login window in session state "open"

Situation: Person login in FBApp but not login in System FB account. What I do: I ask readPermissions and publishPermissions. After that I send request for person identity (id,name,username,profile_picture_url). Behaviour: Everything works fine,…
gaussblurinc
  • 3,642
  • 9
  • 35
  • 64
0
votes
2 answers

Getting email from facebook user info

Using this methods Facebook iOS 6 - get user info I can get the profile user info from Facebook, but in the json file are not retrieving the email of the user. Can you helpme to get the email?? Thanks in advance!
hcarrasko
  • 2,320
  • 6
  • 33
  • 45
0
votes
2 answers

difference between signin and signup with facebook, what should the app do on signup?

I don't seem to get the purpose of the signup with facebook, it appears to be the same as the signin. My question is: what does the app supposed to get and save when the user is signingup to my app with facebook? I am wondering why isn't there any…
Malloc
  • 15,434
  • 34
  • 105
  • 192
0
votes
0 answers

Facebook SDK: feeds don't work fine on sharing through FB app

Im using facebook SDK for iOS and when I open a popup to share a feed through the FB app, it doesn't work as the same way that the web-base popup. These are the params: params = { method: "feed", link:…
Rodrigo.C
  • 1,123
  • 2
  • 10
  • 22
0
votes
1 answer

Using FBFriendPickerViewController to send messages to users in the list in IOS

I used FriendPickerSample app which came with the Facebook IOS SDK to display a list of my user's Facebook friends. I get an array of FBGraphUser back and can access the id, first_name, last_name, link and address properties. Now I want to send…
smDeveloper
  • 1,068
  • 9
  • 12
0
votes
0 answers

When does 'FBSessionStateClosedLoginFailed' occur?

I get FBSessionStateClosedLoginFailed if I go to sign in, it redirects to the browser, but then I home out of the browser and back to my app (hence skipping the login process in the browser and essentially cancelling login). What other situations…
0
votes
1 answer

Sharing to Facebook Wall

I am using facebook sdk and need to share details to facebook timeline. I am using the following api call. [FBRequestConnection startWithGraphPath:@"/feed" parameters:dictionary …
Govind
  • 2,337
  • 33
  • 43
0
votes
1 answer

Login via facebook sdk in ios

I'm using facebook-ios-sdk-3.10, Using this SDK I'll login and fetch user details from FB Its working fine for me. This is the code I'm uisng - (IBAction)fbLogin_click:(id)sender { if (AppDelegate.fbsession.state != FBSessionStateCreated) { …
Rajesh
  • 359
  • 3
  • 14
1 2 3
99
100