In the Android Gallery in the phone there is an option to share the image to facebook and post it on the wall.I want to post a message or an image on to the wall in the exactly similar way from my app.How can this be done?
My understanding:I believe that it uses facebook app already present in my phone.If that's the case then i can start that particular activity or throw an intent corresponding to that activity from my app.If this is the case can someone let me know what is the corresponding intent that i should be throwing.What are the parameters that i should be passing in the intent and under what keyname should i pass these parameters?
Correct me if my understanding is wrong and let me know how this can be done.
P.S:I have been using the facebook sdk according to this wonderful post Android/Java -- Post simple text to Facebook wall? and it works.But the dialogs don't look that good.That's why i am looking for a different option.
Thanks