I followed http://developers.facebook.com/docs/authentication and got the access_token of a user. Now, I want to post some text/images onto his wall from a java application.
How can I use this access_token to publish onto user’s wall?
I could not find any suitable documentation for desktop applications.
—
Thank you.
Take a look at restfb – a Java API for both the Graph API and the old rest API.