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.
The Social Framework allows you to integrate social networking services with your application on both iOS 6 and OS X 10.8 Mountain Lion. Using the Social Framework you can create requests for social information for the current user, or post to their accounts.
1
vote
0answers
39 views
Is there a way to force Webview to login to Facebook using the native iOS 6 Facebook Credentials
I have a question regarding the facebook Comments using social Plugin on iOS6. I use social Framework to login into my app using facebook credentials set in the phone settings. Facebook loads the ...
0
votes
0answers
19 views
Facebook thumbnail not generated objective c
When we post a url in the Facebook (update status), it generates a small version (with thumbnail and text) of the url and allows to add it to your post as a pin.
I want this exact same feature in ...
0
votes
0answers
37 views
iPhone app freezes on presentViewController with SLComposerViewController
I am implementing sharing with Facebook and Twitter - On the simulator both of these work, but on my iPhone 4S running iOS6 the Facebook button freezes the app. The code is the same as it is for the ...
1
vote
1answer
200 views
Facebook iOS SDK vs Social framework
I want to write app that is heavily integrated with Facebook. I'm not sure what shoud I use - sdk provided by Facebook or new Social Framework provided by Apple. Do you know some pros and cons of ...
0
votes
0answers
100 views
Error while displaying Facebook and SinaWeibo using Social Framework
I'm currently working on an iOS 6 application which uses the social framework features.
In my application there are three buttons on pressing them, they will display Twitter, Facebook and SinaWeibo ...
1
vote
1answer
350 views
Handle ACAccountStoreDidChangeNotification for Facebook & Twitter in iOS 6+
I am using Social framework for Facebook & Twitter integration. For this I followed this link
Everything is working fine except when I app receives ACAccountStoreDidChangeNotification , it ...
0
votes
2answers
270 views
Get Facebook uid from ACAccountStore in iOS?
Hi i want to get the Facebook user's UID from ACAccountStore in iOS 6
self.accountStore = [[ACAccountStore alloc]init];
ACAccountType *FBaccountType= [self.accountStore ...
0
votes
0answers
118 views
Sending Facebook app request through iOS Social.framework
I am using social.framework library in my xcode project of ios. I can share things on facebook wall through this framework but I dont know and didnt find the way to how to send the "facebook app ...
0
votes
1answer
201 views
Facebook iOS6 integration adds image to album and not separate posts
I am trying to post to Facebook from my iOS app using the Social Framework.
Using the SLComposeViewController, I have successfully added text and image to a Facebook post
SLComposeViewController ...
3
votes
0answers
259 views
How to invite friends in Facebook using social framework [closed]
I'm developing social media app with Facebook.
And my application is supporting both iOS 5 and iOS 6 and I want to use native facebook for inviting friends.
In iOS 5 its working fine using graph ...
0
votes
2answers
718 views
getting error on checking SLServiceTypeFacebook and twitter
My app support iOS 5+. Now I want to add facebook and twitter.
I added social.framework as optional and on facebook btn i check
if([SLComposeViewController ...
1
vote
1answer
100 views
how to pass self to function in other class in objective c
Hi I am new in development of iOS. I make class named socialClass.h
#import <Social/Social.h>
#import <Accounts/Accounts.h>
- (void)facebookSharingStatusCheckCall:(NSString *)url ...
3
votes
0answers
720 views
Post to Friends wall on Facebook failed with Social Framework in iOS 6
I am trying to POST a invitation to iOS app on my facebook friends wall using Social framework in iOS 6+. But it gives me following error
error = {
code = 200;
message = "(#200) ...
1
vote
1answer
190 views
SLRequest gives Parse Error: Expected ]
I'm writing a Facebook Parser for iOS6. Yesterday, I made a test project with only the parser. This worked fine. When I want to implement the parser in my bigger project (with exactly the same method ...
1
vote
1answer
642 views
Using SLRequest in iOS 6 to Post to Facebook
Trying to get my app to make a simple post to Facebook using SLRequest, but running into issues. Permissions get granted fine, it just won't post.
-(void)requestPermissions
{
ACAccountStore ...
7
votes
1answer
1k views
iOS 6 Social framework not going to settings or no alert
I'm trying to implement the new social framework in iOS6, and have it working, except for 2 weird problems. If I've enabled the services I'm interested in (say... FaceBook), then it works fine. ...
1
vote
1answer
349 views
Can we share Video on FB using SLComposeViewController?
I have used SLComposeViewController to share image and url's as follows:
SLComposeViewController *fbComposer =
[SLComposeViewController
...
0
votes
0answers
164 views
Ask login details every time user wants to post on Facebook in iOS 6? (without login in from settings app)
I have an app that is NOT going on the app store and will be used in a much controlled environment with 'Guided access' enabled. Imagine it been used in an exhibition type environment where users can ...
4
votes
0answers
731 views
ACAccount Facebook: An active access token must be used to query information about the current user
I am using iOS 6 Social framework for accessing user's Facebook data. I am trying to get likes of the current user within my app using ACAccount and SLRequest. I have a valid Facebook account ...
4
votes
1answer
489 views
iOS Facebook SDK 3.1 openActiveSessionWithReadPermissions: Detect when user is not granting access
I need to know when a user has not granted Facebook access to my app during openActiveSessionWithReadPermissions execution. (Not granted meaning the switch is set to 'OFF' under Settings->Facebook->My ...
1
vote
3answers
343 views
Prevent users from modifying part of the text in SLComposeViewController
Right now, our code is set to grab the text from the UITextField as setInitialText for Facebook/Twitter posts.
What we want to do is: add an additional permanent message or URL to the ...
3
votes
1answer
484 views
Share via Facebook in iOS6 - Settings button not working
I wish to share my app via Facebook.
When I have not configured my Facebook account, I get the below error.
When I tap on "Settings", it doesn't work. 'Settings' and 'cancel' gives the same result.
...
3
votes
2answers
1k views
What if Twitter or Facebook accounts are not configured on iOS 6?
Does anybody know a smart way to bring the user to enter their Facebook or Twitter account login information, if they aren't already logged in? For example, a user tries to log in my application with ...
0
votes
0answers
2k views
Add social and Adsupport framework in ios5 and ios 6 both [closed]
I am using facebook sdk 3.1 in which socail and adsupport framework are must but i also have to run in ios 5 . i done the optional in build pharse portin but it still i have error in ios 5.
3
votes
2answers
803 views
upload Video to Facebook using iOS6 Social Framework
I want to publish a video file to facebook. Previously I used the Facebook iOS SDK3.0 and it works. However, for iOS6 Social Framework, there is problem.
__block ACAccount * facebookAccount;
...
0
votes
1answer
589 views
Retrieve facebook profile info iOS6
I have successfully prompted users to grant facebook permission, using the method below via SocialFramework, but can't seem to be able to retrieve and then display basic profile info (name, email, id, ...
3
votes
1answer
1k views
In iOS 6, check if a person is logged in to a social network?
Is there a way to check if a user actually is logged in to facebook or twitter in the operating system.
The reason I want to do this is to fall back on sharing in the application by for example using ...
1
vote
0answers
370 views
Social Framework requires Facebook App ID? [closed]
In the past with Facebook-ios-sdk I need to create an App ID on Facebook site to post within the iOS app. But now, with social framework the post works even without app ID...
It's right ? Or it's ...
1
vote
1answer
3k views
Using SLRequest in iOS 6 with Facebook
I'm currently trying to use an SLRequest to post a status on to facebook this is the code i have:
ACAccountStore *accountStore = [[ACAccountStore alloc] init];
ACAccountType *accountType = ...


