Straight to the point. I have an android app which makes status update and event post on facebook wall. I am using the facebook sdk from this this web site https://github.com/ddewaele/AndroidFacebookSample/tree/master/src/com/ecs/android/facebook/Sample
I am able to post events properly. The problem is with posting status updates. There is this menu option in my code , when I press Post On wall menu, a facebook dialoge pops up , which says Post to the wall and below is the text field where I am suppose to enter my status. But that field I want it to be pre-written with the text I am providing it with.
Please Help, Thanx in advance. Please let me know if you need the code.