Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Facebook's SDK for developing Facebook-connected applications for iOS devices
0
votes
0answers
8 views
How to show a public facebook page album in view controller (collection view?)
Have been searching google for a couple of hours but cant find any specific answer. At this moment I just want a "quick" fix if it is possible or not. I have plans in practicing with the facebook sdk, ...
0
votes
0answers
10 views
get same permission screen every time when login with facebook app installed in the iOS device
I am using Facebook iOS SDK v3.5 for my app, I found that if I installed the facebook app and was not logged into the iOS device (Settings > facebook), then if I was logged into my app for the first ...
0
votes
1answer
6 views
Facebook iOS SDK returns error “com.facebook.sdk error 4”
Today we started to get the following error when using the Facebook SDK for iOS to try and query some pages streams:
Error Domain=com.facebook.sdk Code=4 "The operation couldn’t be completed. ...
0
votes
2answers
49 views
Facebook iOS SDK extendAccessToken not Working - fbDidExtendToken not being called
Once the User's Facebook Access Token is Invalidated for any reason (either deleting the app from the Facebook website or deleting the app's access from the Facebook settings), I Can't manage to Get a ...
0
votes
1answer
10 views
iOS: url-scheme fb://event/%llu no longer working in 6.1.1
opening the Facebook app with the URL scheme
fb://event/%llu
used to work up until update 6.1.1. Now the event view opens empty and nothing is displayed. Has the URL scheme changed or am I ...
2
votes
1answer
48 views
iTunes Connect - rejected due to Facebook's “setUrlRequest” method
We have an app, which is using old Facebook iOS SDK module. App was rejected due to non-public API in app:
We found the following non-public API/s in your app:
setUrlRequest:
We're asking ...
0
votes
0answers
13 views
Checkins does not show up on /pageid/checkins when checked in via SDK
I have developed an iOS app that allows users to checkin to my clients place of business directly without opening the Facebook native iOS app.
This is completed with the Facebook SDK method ...
0
votes
1answer
39 views
iOS 6 Facebook not working
I am using this code:
_accountStore = [ACAccountStore new];
ACAccountType *facebookTypeAccount =
[_accountStore accountTypeWithAccountTypeIdentifier:
ACAccountTypeIdentifierFacebook];
...
0
votes
0answers
26 views
iOS, Facebook SDK. Login dialog without safari using Facebook+forceDialog?
It worked with the following code:
link
But in the last version of sdk there are no permissions variable in Facebook class and no authorizeWithFBAppAuth:safariAuth: method
0
votes
0answers
16 views
IOS6 FB sdk startForMeWithCompletionHandler how to set the result as function return variable
I am trying to get simple current user info and return it as parameter from the function . From reading I understand that I need to use the startForMeWithCompletionHandler method. Great.
After I ...
0
votes
0answers
50 views
iOS Facebook SDK “An active access token must be used to query information about the current user.”
I have a token but keep getting this error: "An active access token must be used to query information about the current user." Any help is appreciated :)
NSLog(@"TOKEN : %@",[[FBSession ...
0
votes
0answers
20 views
Post to Facebook Page as a Person with iOS 6 Facebook SDK
Is it possible to post to another user's page through the iOS Facebook SDK 3.5? I have read the docs and it is very clear that you can post to the page as the owner and post to your own wall. ...
1
vote
0answers
43 views
Requests go to App Center -> Requests instead of to Notifications
I would like to post a Request which will show up in facebook.com's Notifications section and in the iOS native app's Notifications section (the world icon). Instead, my Request shows up in the ...
0
votes
1answer
19 views
FBSession requestNewPublishPermissions how to handle “Skip” user action
I found interesting issue.
When i'm requesting new publish permissions, fb sdk shows dialog with the "Skip" button.
I'm handling it like this
[[[appDelegate facebook] session] ...
-1
votes
1answer
32 views
FBRequestConnection execute block method
I have a FBRequestConnection, and i would like to execute the completionHandler block method content now and not after.
I have a NSLog("Name IN") in the block method, and a NSLog("Name OUT") out the ...
0
votes
0answers
45 views
How to post comment using iOS sdk
I need to comment graph object using iOS Facebook SDK and I can't do this. Comments are working using social plugin, but I don't want to use UIWebView. How can I make it works?
-(void)postAction
{
...
1
vote
1answer
29 views
facebook ios publishing scores
i'm using facebook ios sdk 3.5, now following the instructions found here https://developers.facebook.com/docs/tutorials/ios-sdk-games/open-graph/ and the code found in the FriendSmasher, i am trying ...
0
votes
1answer
47 views
How to send app request using FBNativieDIalogs in facebook-ios-sdk 3.1.1 framework?
I want to send app request to facebook friends of user. I am using facebook-ios-sdk 3.1.1 framework. There is
[FBNativeDialogs presentShareDialogModallyFrom:self.parentViewController ...
0
votes
0answers
33 views
iOS Facebook SDK - Session auto closes
This is my first time using Facebook SDK so maybe the login/permissions flow is not right, though I followed Facebook tutorial. My application just needs to share on the wall, I am using SDK 3.2.1.
...
0
votes
1answer
25 views
How to get the accessToken from Facebook SDK
I'm using the latest Facebook's SDK, and I need to get the token to send to a server. Following the Facebook's documentation the way to get the token is FBSession *session and to get the accessToken ...
0
votes
1answer
26 views
Is it a iOS or FB requirement to give users the ability to log out if using FB sdk for single feature of app?
The iOS app asks for the user to authenticate a related Facebook app if they want to post a comment within the iOS app. They do not have to authenticate or login in to FB to use the iOS overall app, ...
0
votes
1answer
95 views
Facebook connect on iOS with SDK 3.5
I am developing an iOS app and switching to the new Facebook iOS SDK 3.5.1.
On iOS 6, using Facebook integration within the system, the login process of a user in my app works as expected, the ...
0
votes
0answers
34 views
How do I remove the cache facebook settings for my app?
So I am on iOS6 with my facebook account logged in. When I go into my app I initially denied my app permissions to use the account. I then relaunch the app and tried to grant access but kept getting ...
0
votes
1answer
36 views
iOS App that Shares location data
I am trying to design an app that has a core functionality of allowing users to share their location data but I have no idea how to start. Basically when the app is on you will be able to see the ...
1
vote
0answers
24 views
facebook ios api - How to send a synchronous graph request
In ios 6 using facebook ios sdk 3.5 how can I send a graph request so it's synchornious? Or atleast how can I synchronize the response method?
I'm using the following method:
...
0
votes
0answers
17 views
How to open a particular Facebook post in Facebook iOS app?
So I get this data from graph search:
https://graph.facebook.com/search?q=watermelon
which has post Id and the user Id. How can I use it to launch the Facebook iOS app and make the app go to that ...
0
votes
0answers
22 views
openActiveSessionWithReadPermissions brings up FB permission screen though permission had been given
This is on iOS 6.1 with FB SDK 3.5 & 3.51. This didn't happen on iOS 6.1 with FB SDK 3.21. My understanding is if the user already has permissions, that a token would be returned without bringing ...
0
votes
1answer
109 views
Facebook iOS SDK 3.5.1 Friend Request Dialog crashed on close
I have an iOS app that uses the Facebook SDK. I upgraded from 3.2 to 3.5.1 in part to allow me to use frictionless friend requests. The process works fine with:
NSMutableDictionary* params = ...
0
votes
0answers
11 views
Facebook FQL request error
I'm doing some FQL requests from my iOS app. Sometimes error can occur in the response. I'm interested in knowing if the key NSErrorFailingURLStringKey that contains my FQL request will always be ...
0
votes
1answer
27 views
Facebook iOS SDK FRAMEWORK_SEARCH_PATH
I am using Facebook iOS SDK 3.5 in my ipad App. I added framework, setup everything and everything is working fine. But when I copied my project source code to some other place other than where it is ...
1
vote
0answers
28 views
PFFacebookUtils logInWithPermissions:block loses permissions
I try to user Parse login using Facebook. Every time logInWithPermissions is used, the permissions are nil.
The following code always produces the same output:
[PFFacebookUtils ...
0
votes
0answers
15 views
Issue regarding facebook permissions | iOS And Facebook Account
I'll be needing some help regarding the Facebook permissions. Actually, I have defined a permission set on my facebook developer account under permissions and setup an application as well. I would ...
0
votes
1answer
45 views
Change keyboard apperance when using Facebook SDK 3.5 for iOS
I am having a hard time changing the keyboard apperance when the Facebook Login dialog pops up.
The point is that i want the keyboard to be UIKeyboardAppearanceAlert.
I tried with
UITextField ...
0
votes
0answers
43 views
Different Facebook accounts Objective-C
I just start the integration of Facebook on my Iphone app.
I can log and get my profile picture and my name, but when i try to switch for another account (not my developer account), i get this error ...
0
votes
0answers
26 views
using FBRequestConnection and handling
I just started use Facebook IOS SDK 3.5 with storyboard. All I want to do is printing 1 in console first than 2. In my code, first 2 is printed than 1 coming next due to I cannot catch the connection ...
0
votes
1answer
71 views
facebook login works on iphone simulator but not on iphone device
In my app, I want to take photos from the facebook. so i used facebook ios sdk. i can be able to authorize from the below code:
if (appDelegate.session.isOpen) {
//[appDelegate.session ...
0
votes
1answer
103 views
iOS : FBAPIErrorDomain error 1
I've got some problem with the login flow.
When a user click on login button he's redirect to the permissions flow.
If he accepts, there are two ways :
no facebook app installed : everything is ...
0
votes
0answers
98 views
Posting on friend's wall using facebook ios sdk dialog post is not appearing app description
hello everyone I am posting on my friends wall using the dialog Facebook ios sdk. Everything is working fine I can see the post on my friend's wall when I visit facebook via my pc browser. But however ...
0
votes
1answer
28 views
fail to get Facebook SDK for IOS source from git
i just try to get the sources from git but im getting this error
sudo git clone git@github.com:facebook/facebook-ios-sdk.git
Cloning into 'facebook-ios-sdk'...
Permission denied (publickey).
fatal: ...
0
votes
3answers
103 views
Posting message on my wall facebook ios sdk?
Hello everyone i am trying to post a message on my wall but while targeting a friend. Like we post on our wall @friendsname.I am using the code below
NSMutableDictionary* params1 = ...
3
votes
1answer
97 views
Facebook iOS SDK: App crashes right after starting with “Symbol not found: _ACFacebookAppIdKey.” only in iOS 5
Symptoms: app crashes right after starting:
OS Version: iPhone OS 5.1.1 (9B206)
Report Version: 104
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x00000001, 0xe7ffdefe
Crashed ...
0
votes
1answer
139 views
iOS Facebook sdk 3.5 openActiveSessionWithReadPermission Error Code 2
I'm developing an iOS app that uses Facebook sdk 3.5. My app is compatible with iOS 5.0+.
I followed the How-to section of Facebook developer portal, for implement the login flow. In my app there are ...
0
votes
0answers
79 views
FBloginview not working in iOS5
I am using fb ios sdk 3.5, and i tried to run sample project named Scrumptious came with the package, it uses FBLoginView for login purpose, but FBLoginView is not working on iOS5.0. When i press the ...
0
votes
0answers
35 views
facebook batch request: sequence of request not working
I want to create a batch request that does the following
create an object in first request
list all objects in second request
Referring to code below, in the response of my second request, I never ...
-1
votes
1answer
58 views
Share screenshot on Facebook
I am using the following code to take a screenshot on my iPhone and save it to the photo album. What I would like is a share button to automatically send this screenshot and to Facebook. Does anyone ...
1
vote
3answers
303 views
Facebook iOS SDK 3.5 modal feed dialog loads empty in iPhone
I use this code to present share dialog:
if (![[FBSession activeSession] isOpen]) {[self login]; return;}
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
...
0
votes
1answer
60 views
Facebbok SDK 3.1 rejects some users some times
I upload the video on facebook.
I also refer this Facebook iOS 3.1 sdk login with publish permission callbacks for facebook error.
when I login with Facebook Application or from my app, the ...
0
votes
1answer
64 views
Unable to create non-standard object properties using Facebook Object API
I am trying to use Facebook Object API to create Facebook Objects and then list them.
Based on the documentation we should be able to store non-standard object properties in 'data' field, for ...
-1
votes
0answers
49 views
Why new Facebook sdk 3.2 for iOS? [closed]
In my app I am using parse framework for development. I used Facebook login through Parse's PFFacebook class.
Is there any future problem if I am continuing with old Facebook SDK.
I want to use old ...
0
votes
1answer
122 views
Facebook native share dialog feature “is not available presently” on iOS
I am trying to integrate SDK 3.5 into my iOS app. I can make the facebook app to pop up the share dialog and ask me to input text. But once I tap "Post" it shows me an alert "Beta Feature This feature ...





