Good Day.
I need a advice. How to check token on server-side of my mobile App.
- Mobile app get token and user data (when susccess) from twitter server
- Mobile app - send resived data to own server-side api
- On server side I nee to chek this data. Need a advice, how to organize this. Chek twitter token (resived by app) or something alse.
1 Like
how to send a valid message to twitter .
https://dev.twitter.com/oauth/overview/authorizing-requests
how to verify user’s token!
https://dev.twitter.com/rest/reference/get/account/verify_credentials
twitter‘s blog is hard to understand, is discontinuous.
It must cost many times to study.