hi. I want to twitter login in my mobile game. I read the api guide, but i could not find that way without sdk. How can twitter login in mobile game without sdk? For example. On facebook is start login when input below code to browser address input form.
https://www.facebook.com/v3.1/dialog/oauth?client_id=xxxxxxxxxxxx&redirect_uri=https://xxx.com/re.php$state=98asdfasddff
I want to Oauth 2.0 log-in the same way as other sns.
Twitter does not support OAuth 2.0 for user authentication, only OAuth 1.0A is supported for the sign-in with Twitter flow. What environment are you using for your mobile game?
First, thank you for your reply. My mobile game is used unity. but, make sure supported web snslogin. server is php.