1

I am trying to create an Android app and I want to send a Facebook friend request through Android Facebook API. I have spent some time but couldn't find an interface for this. Is this possible to do this through Facebook API if I know the person's Facebook id?

dakshbhatt21
  • 3,558
  • 3
  • 31
  • 40
codereviewanskquestions
  • 13,460
  • 29
  • 98
  • 167
  • I could get it to work as shown here: http://stackoverflow.com/questions/5372456/facebook-friends-dialog-returns-unknown-method-error/11818315 – vpathak Aug 05 '12 at 17:03

1 Answers1

2

It is recommended that you use the Friends dialog: see http://developers.facebook.com/docs/reference/dialogs/friends/ for details.

Femi
  • 64,273
  • 8
  • 118
  • 148