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…
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…
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…
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…
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…
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…
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,…
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!
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…
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:…
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…
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…
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
…
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) {
…