Saving account to device settings
sherifelgafary opened this issue · 1 comments
sherifelgafary commented
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
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