how to use Action_view
intent to post on facebook wall in android?
I have done facebook sdk integration with my Android app it is working fine for me.
But i want to do it with Action_view
intent.
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");
It works fine for me.
Add your appid and redirected uri to above url.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With