NOTE:Since the time of writing Facebook have changed their setup so that now you always need to provide a valid appId to FB.Init() before calling FB.ui() - so now you always need a registered application to publish to a wall and the rest of this post is out-of-date, Grrrrrr!
Q: Is there a way that my website can post to a users Facebook wall without having to register an application?
A: Yes there is, on way is to call FB.UI() from Javascript, it will pop up a window to ask the user if it is ok to post etc (a good thing), but otherwise you won't have to register a facebook application!
It is very hard to find information about how you website can post to the facebook wall without having to register a facebook app first, nearly all the articles out there start with - 1.) Register your application with facebook!
But what if you don't want any of that complication, all you want to do is post to a user's wall? Well here's a post on stackoverflow that explains one way to do it via Javascript:
Did you find this post helpful? If so, we'd love to hear from you in our comments! If you found it really useful we'd love a link from your Blog-Web Site, to us!
Post new comment