Social Framework Reference
The Social framework lets you integrate your app with supported social networking services. On iOS and OS X, this framework provides a template for creating HTTP requests. On iOS only, the Social framework provides a generalized interface for posting requests on behalf of the user.
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.
| Framework | /System/Library/Frameworks/Social.framework |
| Header file directories | /System/Library/Frameworks/Social.framework/Headers |
© 2012 Apple Inc. All Rights Reserved. (Last updated: 2012-09-19)