I would like to now the following: I have a app where I can create some diaryentries, that should be able to get published on the users facebook wall. Is this possible without integrating the whole facebook-sdk? (Which would be kind of overkill for the simple use of posting to the users wall)
In Detail: I have already looked at this nice tutorial: http://blog.doityourselfandroid.com/2011/02/28/30-minute-guide-integrating-facebook-android-application/ My problem is that this tutorial implements the facebook-sdk-project, including SSO and so on. But for my single purpose, a simple http-post would be enough "facebook-integration", I dont need anymore.
So, actually I would guess that I only need a simple http-POST to the facebook servers, as long as I have signed my app at facebook and the user has a facebook-account.
Is this possible or can I only achieve the post on the facebook wall by integration the whole facebook-sdk?!
Thanks in advance