Hi,

I am using android-facebook-sdk to post text messge on my wall. I want
to pass this message from my code.

I m using the following code..

Facebook fb = new Facebok(myAppId);
Bundle parameter = new Bundle();
parameter.putString("method", "Stream.Publish");
parameter.putString("message", "Hello");

fb.dialog(this, "stream.publish", parameter, listener);

I can see the facebook dialog page to share, but the message 'Hello'
is not visible anywhere.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to