1

since the Facebook SDK for iOS has changes I was wondering what is the best way to invite a friend to the app. The documentation on their developers website seems to be a bit old.

I already have a custom friendPicker running on my app, just need to set an action when the user hits his/her friend.

Any ideas or examples?

Andre Cytryn
  • 2,506
  • 4
  • 28
  • 43
  • possible duplicate of [send Facebook apprequests with the facebook SDK 3](http://facebook.stackoverflow.com/questions/11578198/send-facebook-apprequests-with-the-facebook-sdk-3) – Igy Aug 25 '12 at 15:02
  • Have a look at my answer here: http://stackoverflow.com/questions/15495462/presentrequestsdialogmodallywithsession-does-not-work-but-gives-good-result/16654666#16654666 – NeverHopeless May 21 '13 at 10:45

1 Answers1

0

I had to use facebook old SDK along with the new one and followed their tutorial for invites.

Note that you cant use the same SDK on the same .m, so be carefull.

Andre Cytryn
  • 2,506
  • 4
  • 28
  • 43