api - Twitter Oauth authorization code -


i building rest api. registering user, needs authenticate on twitter.

normally, use authorization code provided oauth2 server seems twitter not implement type of authorization. don't want mobile app send twitter token api register user. see security flaw.

i checked oauth echo (https://dev.twitter.com/oauth/echo) seems okay. user passes credentials api, , api checks user against twitter api. twitter returns user object. not return access token though.

is way this? help.

yes correct. using oauth echo use third party individual without exposing access token/key , credentials.

just aware you're under different rate limit twitter's api when you're going through route. in cases it's increase in limit while it's decrease in other.


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -