gpt4 book ai didi

android - 当我在 Facebook 上发布消息时如何解决 OAuthException

转载 作者:行者123 更新时间:2023-11-29 14:07:12 26 4
gpt4 key购买 nike

我正在做一个示例 Facebook 应用程序,因为我只将文件发布给特定的人,而我在这样做时收到一条错误消息,如..

05-27 14:33:51.806: DEBUG/Response(2211): {"error":{"type":"OAuthException","message":"(#803) Some of the aliases you requested do not exist: friends"}}

代码:

Bundle b = new Bundle();
accesstoken = facebook.getAccessToken();
b.putString("method", "read_stream");
b.putString("attachment","{\"name\":\"" + "\",\"href\":\"google.co.in"; + "\",\"description\":\"" + "\",\"media\":[{\"type\":\"image\",\"src\":\"" + "" + "\",\"href\":\"" + "\"}]}");
String response = facebook.request("friend_id", b, "POST");

最佳答案

您是否尝试过查看 facebook 的文档并获得知识,“friends”是错误的,您应该使用“friend”或“friendlist”。

关于android - 当我在 Facebook 上发布消息时如何解决 OAuthException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6150179/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com