Reputation: 533
Is there anything I need to do to make posts users make on their wall via a custom ios application using it's own facebook app id, also appear on app's (facebook app it uses I mean) own facebook page?
I would expect this to appear automatically but it doesn't seem to be the case.
Upvotes: 1
Views: 356
Reputation: 15379
In order to read one's Facebook wall, you need the access token
to authenticate reading. This will give you access to all non-public wall posts. From this, you can pass the newly posted content to your page through the feed
action.
Reference: http://php-academy.blogspot.com/2011/04/how-to-post-from-facebook-app-to.html
Enjoy and good luck!
Upvotes: 1