Posts

Showing posts with the label URI

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

Image
LinkedIn is a business and employment-oriented social networking service that operates via websites and mobile apps. It is mainly used for professional networking, including employers posting jobs and job seekers posting their curriculum vitae. LinkedIn allows members (both workers and employers) to create profiles and "connections" to each other in an online social network which may represent real-world professional relationships. It presents curriculum vitae of the individual which can be browsed by recruiters. Android allow applications to connect to LinkedIn and share data or any kind of updates on LinkedIn. Following are the ways through which you can integrate LinkedIn in application LinkedIn SDK(Scribe) Intent Share 1. LinkedIn SDK(Scribe) The mobile SDK for Android increases your app's time to market by providing out-of-box support for LinkedIn natively inside your Android applications. This allows you to boost your sign in conversion rates...

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...