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.
iOS is Apple's operating system for mobile devices, such as the iPhone, iPod touch, iPad and Apple TV (2nd generation) devices. It shares a lot with Mac OS X, but is optimized for touch-based interfaces.
0
votes
0answers
19 views
Facebook SDK for iOS - Questions about ID's
Just now beginning to work with the Facebook SDK for iOS, and have a few questions. I can display a list of all friends, using the code found here: facebook ios sdk- get list of friends. I see that ...
0
votes
1answer
20 views
Facebook iOS crash
I am trying to set up facebook SDK 3.5 for iOS. I have gotten it to work just fine but it is now crashing. The crash only seems to happen when a user is logged in through the default iOS facebook ...
0
votes
0answers
8 views
Active Facebook access token iOS error
I'm trying to integrate Facebook with my iOS app but am running into this snag.
When I first ran this code it worked perfectly but it seems like something in the facebook cache is causing this error: ...
0
votes
0answers
15 views
PhoneGap Build + Facebook Plugin - iOS App Crashes when posting to wall w/ PG 2.5.0 (worked w/ 2.2.0)
See below: I've been able to recreate the problem with the Simple and Hackbook examples.
My iOS app's facebook integration was working just great with PhoneGap 2.2.0. Once I updated the app to ...
0
votes
0answers
17 views
Facebook sdk 3.5.1 invite friends request makes double selecting in ios
I didn't have this problem with fb SDK 3.2, but after I upgraded it in SDK 3.5.1 friend inviter has some strange problem, when I select one friend it choose the selected one and the one under it. Also ...
-3
votes
1answer
34 views
Facebook login authentication [closed]
Currently, I have a "sign up with facebook" and "custom sign up" option in my app. When I click on the "sign up with facebook" option, it goes to facebook authentication.
After click ok for the ...
0
votes
1answer
29 views
iOS 6 Facebook not working
I am using this code:
_accountStore = [ACAccountStore new];
ACAccountType *facebookTypeAccount =
[_accountStore accountTypeWithAccountTypeIdentifier:
ACAccountTypeIdentifierFacebook];
...
0
votes
0answers
10 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
23 views
FBSession: should only be used from a single thread
I'm developing an app for FB wall posting in ios using facebook sdk 3.5. I'm using two views. Firts one is a splash screen and a second one is the facebook login view. When i'm activate both views I'm ...
0
votes
0answers
12 views
iOS ShareKit issue with facebook popup webview. User not able to see the “Cancel”, “Allow” buttons for newly created users
Since Facebook introduced it's "profile completion messages", trying to log in and allow the app to give permissions for a user without friends or photos, will block the user to reach the "Cancel" and ...
0
votes
1answer
47 views
iphone development: how to auto facebook login if the facebook app already logged in
In my app users can login by using facebook. I also have Facebook official app in my mobile phone and it is logged in. When I try to login from my app it asks for email and password. Is it possible to ...
-2
votes
0answers
22 views
get facebook friends' user name for iOS app [closed]
I want to retrieve my friends' username using facebook sdk for iOS app. I get friends' ID and name but I am not able to get usernames of my facebook friends. So is it possible to get username? Is yes, ...
0
votes
0answers
13 views
requestAccessToAccountsWithType Returns NSError of “(NULL)”
I am using this code to connect to Facebook. It works the first time. Then I go into my Settings App and revoke the permissions. Then I go back into my app and run this code again. granted returns NO ...
1
vote
0answers
19 views
Inviting Facebook friends to app
Is it possible to use the Facebook API to programmatically send an app invitation (or apprequest) to a user's friends?
I would very much like to avoid using Facebook's UI for this and integrate it ...
1
vote
1answer
25 views
Authorize a session for any user with the iOS Social Framework?
Is it possible to authenticate a user to post to any Twitter or Facebook account from their iOS app? By this I mean not an account thats set it your Settings App. I'm hoping it can be done with their ...
2
votes
1answer
25 views
How do I tag Facebook friends in a post
Now it is know that we can not post on multiple friend's wall after Feb 2013, the other way around that I can think of notifying all friends or selected friends is tagging in some status update or ...
0
votes
0answers
23 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 ...
1
vote
1answer
27 views
Open link to Facebook page from iOS app
I want to redirect user to my App's Facebook page, so I have the following code:
[[UIApplication sharedApplication] openURL:
[NSURL URLWithString: @"https://facebook.com/myAppsPage"]];
this ...
0
votes
0answers
12 views
Source image size width is still 720px (May 2013) and not 960px
I have send photos from my iphone album to facebook yesterday (May 2013).
I have used the facebook graph API (or the API explorer) and the source width is 720px and not 960px as mentioned in the ...
0
votes
0answers
23 views
Error when running app in iOS5 for facebook
I am using DeFacebookComposeViewController to share pictures in facebook. It is running fine in iOS6. But have issue running in iOS5.
I put a breakpoint in this function:
- ...
0
votes
1answer
12 views
getting error while posting image on user wall using FBDailog in iOS
I was trying to post image on my timeline using FBDialog class.
I'm getting the final url as
...
0
votes
0answers
27 views
Facebook Sharing using Sharekit not working
I have been using Sharekit for long time and i have never faced any issues with it.
Im trying to share Image and Text using Facebook Sharekit.
I am able to Login using Facebook account but i am not ...
0
votes
1answer
17 views
iOS, facebook sdk. Like button for a group page concrete example?
I want to write a function to allow to like a facebook group. My code is approximately the following:
NSString *urlString = [NSString stringWithFormat:@"%@/likes", fbIdentifier];
NSMutableDictionary ...
0
votes
1answer
31 views
Is there any Facebook plugin for phonegap 2.7.0?
Is there any Facebook plugin for Phonegap 2.7.0?
When we try the below one, we are end up with deprecated error on Phonegap 2.7.0.
...
0
votes
1answer
15 views
Invite a friend to app using Facebook Graph API
I'm trying to invite a friend to use my Facebook app, using the "apprequest" method, as described in this link: https://developers.facebook.com/docs/reference/dialogs/requests/.
However, only friends ...
0
votes
0answers
6 views
Publish Installs with Facebook iOS SDK -> valid attribution ID or advertiser ID not found
I'm trying to use the Facebook iOS SDK (version 3.5) to publish installs for our mobile app so that we can track installs when we implement ads to drive installs. I'm running the following block of ...
1
vote
0answers
37 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 ...
-1
votes
0answers
7 views
Where is the events tab on IOS for a fan page
Lately with all the update im not sure i like all the things facebook is updating. Most thing i hate that on fanpages, ie for businesses, restaurant etc. the events tab is gone, the photo tab seems ...
0
votes
0answers
10 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] ...
0
votes
0answers
29 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
{
...
0
votes
0answers
23 views
Retrieving Facebook check ins using iOS graph API - no data
I'm trying to use Facebook's Graph API to retrieve a list of checkins for myself from an iPhone application. I've requested a token and am able to access my profile information and a list of my ...
1
vote
1answer
25 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
0answers
32 views
FBWebDIalogs generates 'An error has occured' when trying to post a feed in iOS
I'd already implemented an App both on FB and iOS that published updates to the users timeline using the Feed Dialog. This was working as intended up until a few months ago, when most users started ...
0
votes
2answers
34 views
Posting an image from a file instead to Facebook?
How would I go about posting an image from a file instead to Facebook? This works fine:
SLComposeViewController *controllerSLC = [SLComposeViewController ...
0
votes
0answers
22 views
How to get facebook login to return back to webpage in iPhone Web View App
I have an app that uses a Webview to show a webpage. To access the site you must login via facebook. I have this javascript to call the facebook page
function fbPop() {
start_url = ...
0
votes
0answers
18 views
Titanium Facebook Module login/auth not working on device
I have 2 very big problems with Facebook Module on Titanium:
I created a small login script. And I have 2 situations:
If I request this perms: ['email', 'user_birthday', 'read_friendlists', ...
0
votes
2answers
45 views
How to use the Facebook SLComposeViewController in a UIView instead of a UIViewController
I'm having a problem using the Facebook SLComposeViewController in a UIView. The problem I'm having is because I have a UIView and not a UIViewController that I'm inheriting from.
I've imported:
...
0
votes
0answers
27 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.
...
1
vote
1answer
39 views
Muti select uiimagepickercontroller like facebook app
I am developing an app, In which user can select multiple picture and upload it server.
As of now i am using QBImagePickerController for selecting multiple pictures but client demanding us to make ...
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 ...
1
vote
0answers
67 views
Send app invite to friend
I want to use facebook sdk (the newest one, 3.5) to send a request to a friend to try out my app. I have got it to work using the code below but no notification is sent to the user. It only shows the ...
0
votes
0answers
26 views
How to add custom link in title when post photo from Facebook iOS SDK
I try to add a custom link in the title when user post photo from a iOS app.
like this:pic
My code is:
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
...
0
votes
0answers
46 views
Post both image and caption facebook sdk
I want to be able to allow my users to make a post to their wall and post either a caption or an image AND caption. I am building for iOS 6 and this is how I have implemented my function. ...
0
votes
1answer
23 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
55 views
Post on friend wall using iOS SDK 3.5 and native post dialog
I would like to post on friend wall using the native post dialog and the latest 3.5 iOS SDK. It seems like Facebook simply didn't supply any method to handle this thing.
I am looking at this method ...
0
votes
1answer
85 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 ...
-1
votes
1answer
23 views
No longer signin to app when facebook alertview's “don't allow” button clicked
In my Iphone app I have a feature login with facebook.When I click on the signin with facebook,for the first time it will show "don't allow" & "OK" alertview. My requirement is when the user ...
-2
votes
1answer
26 views
Preparing iOS app submission when using Facebook login [closed]
I have a native iOS app ready to submit to iTunes Connect. I have some doubts regarding credentials for Facebook, and Apple review process.
This question is related to this one on stackoverflow but ...
1
vote
0answers
35 views
uploading video to Facebook in app
I'm trying to implement video uploading via Facebook in my app. I was using ESSVideoShare but that stopped working with Facebook, I assume due to some recent update on Facebook's part. I followed ...
0
votes
0answers
32 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 ...





