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 を使用してこのリクエストを受け入れるにはどうすればよいですか?