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.

Is it possible or even allowed to post to a users wall from a Facebook app?

Essentially, I want my Facebook page app to post to the users wall when they have entered the competition via the app.

Basically, the users visits our Page, clicks on the app on the page, here they fill out and enter the competition form (iFrame), next I want a message to be posted to the users wall, saying "I have just entered the NAME OF COMPETITION. You should too, here: ADDRESS OF FB PAGE".

Is this possible?

Thanks.

share|improve this question
yes, that's possible. – alfasin Aug 30 '12 at 17:31

closed as not a real question by CBroe, Mathieu Imbert, alfasin, rlemon, Igy Aug 30 '12 at 17:44

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Yes it is possible to post on user's wall on behalf of your application. In order to post something, you will need publish_stream permission. You can read more about how to do that here

share|improve this answer

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