Er85
Er85

Reputation: 214

Invite friends to facebook application on android

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

Answers (1)

andyrandy
andyrandy

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

Related Questions