3

I have tried to comb through the Facebook Developers documentation http://developers.facebook.com/ but haven't been able to answer this question.

I would like to be able to send Facebook friend requests and accept friend requests in a webapp. Does Facebook API allow/enable such a function?

OC2PS
  • 1,037
  • 3
  • 19
  • 34

1 Answers1

1

Have you tried this ? Its the recommended option since the api doesnt allow you to add randomly people with a call.

http://developers.facebook.com/docs/reference/dialogs/friends/

Edit: Here you have the reference for dialogs in android sdk https://developers.facebook.com/docs/reference/androidsdk/dialog/

Xavi
  • 196
  • 2
  • 9