Skip to content

Instantly share code, notes, and snippets.

@veritech
veritech / social.m
Created September 19, 2012 20:37
How to use iOS 6's social framework
/*
* This code uses the Social.framework & the AFNetworking library
*/
ACAccountStore *store;
ACAccountType *accountType;
//Create an ACAccountStore instance
store = [[ACAccountStore alloc] init];