Posts

Showing posts with the label Facebook

Android Facebook Integration: Android - LeaVe my baThRoom at-least !

Image
Android Facebook Integration Android allow applications to connect with Facebook. So we can perform authentication and share data or any kind of updates on Facebook.This blog is about integrating Facebook into your android application. It is very easy to integrate Facebook in android application. There are two ways through which we can integrate and share something on Facebook through android application:- 1. Facebook SDK 2. Intent Share Integrating Facebook SDK The Facebook SDK for Android is the easiest way to integrate your Android app with Facebook. It enables: Facebook Login - Authenticate people with their Facebook credentials. Account Kit - Log people in with just their phone number or email address. Share and Send dialog  - Enable sharing content from your app to Facebook. App Events - Log events in your application. Graph API - Read and write to the Graph API. Steps are listed below  Generate key Hash Value Now you need to Ge...