【发布时间】:2013-11-03 23:12:53
【问题描述】:
通过这个查询,我得到了请求友谊的用户的 udi。
getIstance().executeFqlQuery("select uid_from from friend_request where uid_to=me()", JsonObject.class);
但是一旦获得了 udis,我如何使用 restfb API 接受这个请求?
【问题讨论】:
通过这个查询,我得到了请求友谊的用户的 udi。
getIstance().executeFqlQuery("select uid_from from friend_request where uid_to=me()", JsonObject.class);
但是一旦获得了 udis,我如何使用 restfb API 接受这个请求?
【问题讨论】:
Facebook API 不允许接受好友请求。
或许你可以看看this。
【讨论】: