Skip to content

Commit f06041f

Browse files
authored
Update README.md
1 parent c620f09 commit f06041f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public class TvReciever extends ServerEventReceiver {
164164
}
165165
```
166166

167-
## Integrated Facebook and Twitter Logins
167+
## Integrated Facebook, Twitter and Google Logins
168168

169169
As we're now using Java we get direct access to the latest 3rd Party Android components which we've taken
170170
advantage of to leverage Facebook's and Twitter's SDK's to handle the OAuth flow allowing Users to Sign-in
@@ -173,8 +173,8 @@ with their Facebook or Twitter account.
173173
Before we can make use of their SDK's we need to configure them with our project by following their
174174
respective installation guides:
175175

176-
- [Install Twitter SDK](https://fabric.io/kits/android/twitterkit/install)
177176
- [Install Facebook SDK](https://developers.facebook.com/docs/android/getting-started#androidstudio)
177+
- [Install Twitter SDK](https://fabric.io/kits/android/twitterkit/install)
178178
- [Install Google SDK](https://developers.google.com/identity/sign-in/android/sign-in)
179179

180180
### Login Activities

0 commit comments

Comments
 (0)