Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.