Hiren
Hiren

Reputation: 12780

send messages to facebook friends in iPhone, Objective C

i am creating one app, in which i have to included message section to send messages to friends via their email id. and i have to add facebook option to send message to users facebook friends. can any one help me how to solved dis prob... i am research on this for last 2 days.

Thanx in advance

Upvotes: 2

Views: 1590

Answers (2)

VISWA
VISWA

Reputation: 16

You cant Post to friends wall from now...

Removing ability to post to friends walls via Graph API We will remove the ability to post to a user's friends' walls via the Graph API. Specifically, posts against [user_id]/feed where [user_id] is different from the session user, or stream.publish calls where the target_id user is different from the session user, will fail. If you want to allow people to post to their friends' timelines, invoke the feed dialog. Stories that include friends via user mentions tagging or action tagging will show up on the friend’s timeline (assuming the friend approves the tag). For more info, see this blog post.

Upvotes: 0

saadnib
saadnib

Reputation: 11145

It might help to integrate facebook sdk

https://github.com/facebook/facebook-ios-sdk/

Upvotes: 1

Related Questions