how to use Action_view intention to publish on facebook wall in android?
Action_view
I did facebook sdk integration with my Android app, it works fine for me.
But I want to do this with the intention of Action_view .
Intent i = new Intent(Intent.ACTION_VIEW); i.setData(Uri.parse("http://www.facebook.com/dialog/feed?app_id=YOUR_APP_ID&redirect_uri=REDIRECT_URI");
This works great for me.
Add your appid and redirected uri to the above url.
Please refer to this question: Android and Facebook intend to share
The "Intention" campaign for Facebook has been violated for a long time. They still haven't completely fixed it.