1

When I call https://api.foursquare.com/v2/users/USER_ID/request it returns the object user, but the friend request is not made properly.

For instance: On behalf of a userA the app calls ".../users/userB_ID/request". In the response I get a user_object corresponding to userB With relationship == 'pendingThem'.

But userB do not receive any friend request at all.

Any tip? It was working perfectly and just stop working a few days ago.

https://developer.foursquare.com/docs/users/request

4

1 回答 1

0

我们最近为第三方关闭了此功能,因为我们收到了许多关于垃圾朋友请求的投诉,并注意到除了我们手动覆盖的一些应用程序之外,此端点并没有经常使用。

如果您希望您的应用程序出现在此端点的手动白名单中,请向 api (at)foursquare (dot) com 发送一封电子邮件,并附上您的客户端 ID 和您的应用程序功能的描述。

于 2013-11-03T20:57:30.700 回答