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.

  1. If each store has a separate account, then each store account must authorize its app to use its account.
  2. Once this is done, your app will need to retrieve and archive the required OAuth token for each store.
  3. Finally, your app will need to authenticate with the tokens of the right store to access Twitter as that store.

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -