TheMiloNet
TheMiloNet

Reputation: 363

ios 6.1 how to send a friend request to try my app

i'm developing an ios app. Whit this app i can login whit a facebook user, thats works.

The second step is send on my feed a post likes "user has begin to user app.. ecc", thats works.

the next step is to invite friends to join my application. I do not want to publish a post on their wall, I want to send a "request" .. similar to trip advisor, my birthdays etc. .. how can I do?

i'm using a latest version of facebook ios sdk.. 3.1

thank you and best regards.

Upvotes: -1

Views: 329

Answers (1)

shem
shem

Reputation: 4712

You need to use apprequests dialog:

[facebook dialog:@"apprequests" andParams:params andDelegate:self];

more about all params here

Upvotes: 0

Related Questions