ios - Can access Twitter with one specific user account? -
I'm going to prepare an app that offers retail stores. I want to add the Twitter account of each store to programmatic read only access. All the Twitter questions are talking about access to the device via app settings. Is it possible to access Twitter through accounts stored on the device?
Thanks
You will need to do some things.
- If each store has a separate account, then each store account must authorize its app to use its account.
- Once this is done, your app will need to retrieve and archive the required OAuth token for each store.
- Finally, your app will need to authenticate with the tokens of the right store to access Twitter as that store.
Comments
Post a Comment