Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我搜索了谷歌并找到了很多帖子,但我仍然坚持这一点。
我正在使用 REST 服务器,如下所示:
https://api.facebook.com/restserver.php?api_key=xxxxxx&auth_token=xxxx&format=JSON&method=facebook.auth.getSession&sig=xxx&v=1.0
我知道所有值都是正确的,因为当我尝试更改它们时,我得到“签名不正确”错误。
我在这里做错了什么?
谢谢 :)
改为使用 Graph API。我认为 Rest API 不起作用。