https://github.com/andreid/facebooktwittergooglelogins
Android Facebook Twitter Google Logins
https://github.com/andreid/facebooktwittergooglelogins
Last synced: 9 months ago
JSON representation
Android Facebook Twitter Google Logins
- Host: GitHub
- URL: https://github.com/andreid/facebooktwittergooglelogins
- Owner: AndreiD
- Created: 2015-11-12T11:19:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T11:28:28.000Z (over 10 years ago)
- Last Synced: 2025-04-14T06:06:48.963Z (over 1 year ago)
- Language: Java
- Size: 0 Bytes
- Stars: 29
- Watchers: 4
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facebook Twitter Google Logins Samples
Android Facebook Twitter Google Logins
Sample app, trying to have the latest google/twitter/facebook logins code samples.
### 1. Email login
simple email / password login. material design. nothing fancy. nothing to configure
### 2. Twitter
Start by reading the documentation about fabric https://docs.fabric.io/android/twitter/authentication.html
You have to install the fabric plugin in android studio then work it from there.
### 3. Facebook
Create a facebook app and publish it. replace the facebook app id. generate the facebook keyhash (you have the function in the app). You should be good to go
### 4. Google
you have to give google the keyhash from your app and download a config json.
For all above, you have sample code that works & is tested.
### Troubleshooting
- did you read the documentation for it ?
- did you generate the keys correctly ?