Reputation: 214
I know there are many posts on that subject, still could'nt find a good reference for making this happen.
in Graph v2 of facebook, I try to create in my app a simple facebook dialog so that I will able to invite my friends to this app. now I know it is possible, yet I had no luck in making this happen.
it is not a game, and no use in facebook canvas. also I'm using parse technology, but already saw that except connecting to facebook they have no API for facebook.
Upvotes: 0
Views: 575
Reputation: 74014
https://developers.facebook.com/docs/apps/faq#invite_to_app
Basically, if your App is a game with a Canvas implementation, use requests. If not, use the message or send dialog. In your case (Android App), that would be the message dialog.
Upvotes: 1