简体   繁体   中英

Facebook Login in Android application

I need to create an Android application where user will provide the userid and password of the facebook then he will login inside the application. For this I want to use my own LoginPage.I want to create Loginpage using android layout standard. I am not able to achieve it in my own way. Any help will be highly appreciated

You can create your own login page using the login activity template provided in the Android SDK. See this link to there website for more information. I used this template myself for an application I am developing and found it very helpful.

However, as far as I understand, if you want Facebook Integration you need to use the proper authentication page. To do this you need to download the Facebook APK. The Facebook developers page details the steps to implement such a login process in Step 6 of their Getting Started with the Facebook SDK for Android site

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM