nst / STTwitter

A stable, mature and comprehensive Objective-C library for Twitter REST API 1.1
BSD 3-Clause "New" or "Revised" License
999 stars 165 forks source link

Saving account to device settings #284

Open sherifelgafary opened 6 years ago

sherifelgafary commented 6 years ago

Firstly thanks alot for your efforts in this amazing library

i was using it to make a simple twitter client app but i have a problem in saving the user account to the device settings after i log in to it on my app could you help please

sherifelgafary commented 6 years ago

Actually i have just found a solution for this problem i had to use the Accounts framework and after postAccessTokenRequest success handler i initiated an ACAccount and set it's ACAccountCredential object with the oauthToken and oauthTokenSecret i got from the success handler then used the ACAccountStore to save this user