我使用移动版身份验证来获取Facebook的访问令牌。 我这样用。
问题出现在iPhone
中。 Other mobile devices as far as OK
。
https://graph.facebook.com/oauth/authorize?type=user_agent&display=wap&client_id=12345&redirect_uri=www.blahblah.com/blah&scope=user_photos,read_stream,publish_stream,offline_access,user_status,friends_status
但它会点击"No Internet Connection"
。实际上,该帐户已登录Facebook。
我在身份验证中遗漏了哪些特殊内容?
答案 0 :(得分:0)
请尝试传递display=touch
而不是display=wap
。
这似乎解决了我的问题。