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:
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
2009-12-03 15:16:04
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
2009-12-05 18:58:58