webservice client - How to share twitter user credentials between web and mobile applications? -
our web allows user publish tweets in timeline automatically when particular actions. however, mobile app connected web, actions user in mobile app must sent web app publish correspondly tweet in user timeline.
the problem user can signin or login in mobile app using twitter , user credentials must sent webapp able publish in user timeline.
which best approach share user credentials between mobile app , web app?
i think best way share mobile app's access token server, legal , works unless
the utilization of access tokens based on same agreement user gave you
that's official answer thread https://dev.twitter.com/discussions/4314. great citation there:
access tokens represent relationship between user account , application -- ip address or host of machine involved isn't relevant.
Comments
Post a Comment