Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook Like button Integration in Android

I want to integrate the Facebook Like button in my android application.

Please tell me Steps how to integrate it in Android.

like image 294
kites Avatar asked Dec 15 '10 12:12

kites


People also ask

How do I activate like button on Facebook?

Go to Settings › General, then click the Share tab. Enable the Facebook Like/Recommend button setting by clicking the “thumb up” Like icon. Then click the settings (...) icon in the upper left of the button.

What is Facebook integration in Android?

Android allows your application to connect to facebook and share data or any kind of updates on facebook.


1 Answers

I would try to do it with a webview that contains the standard html integration that you get from facebook. Just define the widht and height of the webview the same as used in the xml and see if the outcome is good enough and works for your application.

like image 172
Janusz Avatar answered Oct 05 '22 14:10

Janusz