Re: [android-developers] Problem sending message to facebook wall

2011-08-08 Thread Mark Murphy
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 wrote: > Hi, > > I am using android-facebook-sdk to post text messge on my wall. I want > to pass this message from my

[android-developers] Problem sending message to facebook wall

2011-08-08 Thread Sd
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