tags:

views:

100

answers:

2

I am currently developing a facebook app and I would like to now how to publish to the users wall... Thanks alot

+1  A: 

If your app is FBML i would suggest using the FBJS call:

Facebook.streamPublish

This is not a php solution but it is more reliable as it doesn't require the current user to have accepted facebook stream permissions for your app.

For iFrame apps/ FB Connect the following is available FB.Connect.streamPublish

Otherwise you can use the Stream.publish rest api call available in:

$facebook->api_client->stream_publish

although this requires accepted app permissions

Janek
A: 

Hey I just wrote a blog post on this. Let me know if it works and I will see what more can be done.

kumar

related questions