https://like.co/in/oauth
. For details and params, please refer to like.co OAuth page
section belowredirect_uri
you own with a code
, this code
is used to exchange for a user access_token
and refresh_token
.access_token
with proper scope. e.g. APIs in Like->info
sections requires read:like.info
or write:like.info
grants.read:
or write:
https://like.co/in/oauth/?client_id={{CLIENT_ID}}&scope={{scope}}&redirect_uri={{redirectURI}}&state={{state}}
redirect_uri
with query paramauth_code
and state
if successprofile email
authorization_code
and other response will be sent in query string to redirect_uri
should users accept the permission, or error denied
will be returned instead.
authorization_code
for access_token
access_token
Authorization
valueBearer {{access_token}}