Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hello fellow developers,

I am looking for a solution regarging Facebook Connect.

We developed a iOS game where we have a fictional character as protagonist who also has a public Facebook profile.

The game is running very good. Now we want to generate some traffic on his Facebook profile. Therefor we're looking for an option to post game results out of the application to the characters public profile in Facebook. We do NOT want to post messages on the user's wall.

Is this a case where we can deal with FB-Connect?

Thanks in advance for any kind of help!

share|improve this question

2 Answers

up vote 1 down vote accepted

You would just need to prompt the user for publish_stream extended permission and post to /pageId/feed

share|improve this answer
Thanks! That's what I was looking for! – MrBr Nov 11 '11 at 14:29

You can create a post on behalf of the user by issuing an HTTP POST request to PROFILE_ID/feed with the publish_stream permissions

https://developers.facebook.com/docs/reference/api/user/#posts

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.