That would be a fine question for Facebook, since it is their API to their Web service and their Web site where you are not seeing the results.
On Mon, Aug 8, 2011 at 6:58 AM, Sd <sukhdev1...@gmail.com> wrote: > 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 > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 3.1 Programming Books: http://commonsware.com/books -- 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