有人在SAE上做人人的应用吗?OAuth 2.0怎么出错呢?
我初学者,在SAE Python上想开发一个人人网的小应用。
使用服务端流程的OAuth 2.0验证。
因为之前没有做过,所以直接在服务器端redirect到:
https://graph.renren.com/oauth/authorize?client_id=YOUR_API_KEY&redirect_uri=YOUR_CALLBACK_URL&response_type=code
但是得到的返回信息:
{
"error": "invalid_request",
"error_description": "Server is temporarily unavailable. Please connect RenRen Open Platform."
}