I want to create a button in my android app that will post on facebook the standart recommedation post. It their Facebook api for that? Or other way that I can do it?
Asked
Active
Viewed 222 times
1 Answers
0
One solution is to use the standard websnippet and display it in a WebView. And then integrate the WebView wherever you want to show the button.
The problem with this solution is, the browser will launch and prompt the user to log into facebook.
Check out this link:
Android WebView for Facebook Like Button
OR
use the share intent How to add share button in android?
-
Can you explain yourseft, websnippet? I prefer to show a standard facebook recommend window. – Alex K Jun 01 '12 at 12:04