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.
To use the Social framework, you first need to request access to an ACAccount through the accounts framework. The user must grant the permission for his account.
Once the app has been given the permission, you can use SLComposeViewControllerand
SLRequest to make authenticated requests on behalf of the user. You don't need access tokens!
You can access some user info through the following ACAccount properties:
- accountDescription (A human-readable description of the account.)
- accountType (see class ACAccountType)
- credential (see class ACAccountCredential, you can access the oauthToken here if you need to)
- identifier
- username