Can I publish an iOS application on the page wall?

How do I post to my wall using FaceBook Graph API for iPhone?

Should I ask for any permissions for you?

Is this possible or not?

Thanks in advance.

+4
source share
1 answer

You can use the Post method. This requires publish_stream permission. The user must "love" this page.

To publish a wall post, send a message message and optional attachment to the feed / wall of a user, page or group, i.e. http://graph.facebook.com/PROFILE_ID/feed .

Annoyingly, one thing the Graph API does not allow is to let the user "like" the page through it. The user must "love" the page. (Catch-22)

Graphics API Documentation

+4
source

All Articles