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.
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.
These accounts include:
- Sina Weibo
On iOS the Social Framework provides an interface for posting so the specified service via the slcomposeviewcontroller.
Quoting the Social Framework Reference
A common way to use this framework is:
- Create a network session.
- Get the activity feed for a user.
- Make a new post.
- Set properties on a post, add attachments, etc.
- Publish a post to an activity feed.