i set:
Website:h开发者_开发知识库ttp://127.0.0.1:8085/
Callback URL :http://127.0.0.1:8085/
is this be permited ,
thanks
No. 127.0.0.1 means "localhost". You need a public IP address/url.
If you just need it for local testing, what you can do us make up a non-existent domain or a subdomain for an existing domain, set the callback to that, then edit your HOSTS file or (local DNS if you have it) to point that domain to 127.0.0.1.
精彩评论