Skip to content
chenxinxun edited this page Nov 23, 2015 · 3 revisions

x01.login with third part social account
x01.1 login with facebook

create facebook app then get the app id https://developers.facebook.com/apps/ facebook app id is the key to login

x01.2 login with twitter

if you use android studio, install the fabric plugin, this plugin can auto some code for your app TWITTER_KEY,TWITTER_SECRET and io.fabric.ApiKey all of these can auto-generate

tips:
1.open fabric plugin panel
2.choose your app (the first time you may can not see the apps is normal pls don't worry)
3.view all kits and select Twitter kit
4.install Twitter kit then plugin auto-generate code for you,that's welfare for development

some detail code read the offical development document link
facebook :https://developers.facebook.com/
twitter: https://www.fabric.io

Clone this wiki locally