4

I'm currently developing a mobile app that allows the user to login through facebook. This allows the app to show which facebook friend is already using the app.

The next thing I want to do is to allow the user to send an invitation about the app to their others facebook friends who are not yet using the app. I've seen that many other applications do that by posting a message to the friend's wall. I think this approach is too intrusive. I like the aproach path is taking by sending a notification like it can be seen in the following screenshot.

enter image description here

What API call do I have to use to achieve this? I've been trying with apprequests. but no luck so far.

Thanks for your help.

fdezjose
  • 607
  • 2
  • 9
  • 18

1 Answers1

0

Apprequests is the right way to do that but your request will only appear on facebook ios app, because you have only "connected" your IOS app in your facebook app parameters (https://developers.facebook.com/apps/). You need an app on facebook.com to make it work.

mcflyfr
  • 61
  • 5