雪梨茉莉
雪梨茉莉

Reputation: 11

How can i confirm or ignore the friend requests by using facebook graph api?or other method?

I can use facebook graph api friendrequests to get all friends requests, but how can I comfirm or ignore this requests?

I spent much time to check the doc of graph api, but got nothing.

Upvotes: 1

Views: 520

Answers (1)

Joeri Minnekeer
Joeri Minnekeer

Reputation: 602

As far as I know it's impossible to confirm or ignore requests of this kind. The facebook graph api only let's you access the data, not alter it.

You can however delete app requests. More info on this on: http://developers.facebook.com/docs/reference/dialogs/requests/

Upvotes: 1

Related Questions