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.

learn more… | top users | synonyms

1
vote
1answer
178 views

iOS, share webView content (long text or .pdf) via twitter and Facebook

Hello fellow developers, I have some html loaded into a webview. I need to share its contents with twitter and Facebook, hence need to understand the following: Is there a way to share long text to ...
0
votes
2answers
517 views

IOS Social framework and image post

I am experimenting with the Social Framework. I was wondering if there is any possible way to attach the last photo taken and currently saved in the camera roll using this implementation from my app: ...
3
votes
1answer
488 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. ...
2
votes
1answer
606 views

Call the official Settings app in iOS6

From what I read, in iOS 5 you could call the Settings app with this: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=General"]] but in iOS 5.1 it was no longer ...
1
vote
1answer
253 views

Tweet from a specfic account in iOS 6?

I'm setting up twitter on iOS6 in an app. The problem I've stumbled upon is if: the user has multiple twitter accounts how do I choose which one to share to? I've managed to get all the accounts in ...
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.
1
vote
1answer
93 views

Facebook Warning for enterting the credentials is not coming on real device IOS6

When we test IOS6 Facebook sharing feature in real device its not showing the Alert view with Setting and cancel button but working fine in the IOS6 simulator. We tested in iphone 4s and Iphone5 , In ...
3
votes
2answers
817 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
598 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
373 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 ...
0
votes
2answers
461 views

Detect iOS version in runtime

I'm currently writing an app that uses Facebook integration built into iOS 6. Now in order to do that, I need to #import <Social/Social.h> How do I ensure that the device can actually run the ...
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 = ...
19
votes
2answers
13k views

Tutorial for SLComposeViewController sharing

What are the steps I need to follow to use iOS 6's new SLComposeViewController to post to Facebook, Twitter or Sina Weibo?
5
votes
1answer
531 views

TWRequest seems to leak when used in non-ARC projects

Instruments (Leaks) reports a memory leak when using TWRequest and I can't really see what I'm doing wrong. Here are the steps to reproduce the issue: Create a new Xcode project (ARC disabled), add ...

1 2