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.
通过这个查询,我得到了请求友谊的用户的 udi。
getIstance().executeFqlQuery("select uid_from from friend_request where uid_to=me()", JsonObject.class);
但是一旦获得了 udis,我如何使用 restfb API 接受这个请求?
Facebook API 不允许接受好友请求。
也许你可以看看这个。