File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
169169As we're now using Java we get direct access to the latest 3rd Party Android components which we've taken
170170advantage 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.
173173Before we can make use of their SDK's we need to configure them with our project by following their
174174respective 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
You can’t perform that action at this time.
0 commit comments