Error creating twitter ACAccount on iOS5: NSURLErrorDomain error -1012
问题 I am having trouble creating and saving a new twitter account to ACAccountStore on iOS5. After performing all the steps to init the account, ACAccountStore's saveAccount:withCompletionHandler: returns NSURLErrorDomain error -1012 . Does anyone have similar issues? My code sample below is using requestToken to init ACAccountCrendential . This object is an OAToken (ShareKit object) initialized with the token and secret received from twitter after completing OAuth . ACAccountStore *store = [[