Using Facebook and Google Plus sign-in with the Android SoundCloud app

I have an Android SoundCloud application developed using the SoundCloud Java shell.

How can I log in to Facebook and Google Plus? I could not find a clear example. Can someone help me?

+4
source share
1 answer

I have no knowledge of SoundCloud's java shell, however I can share login information with Facebook and Google plus using Android apps that hopefully help you.

To integrate with Facebook, you need to download the Facebook APK. The Facebook developers page details the steps for implementing such a login process in step 6 of them. Getting started with the Android SDK for Android

To integrate with Google Plus, you must first enable the Google+ API. They also step by step describe the Google+ development page for Android login .

I also quickly executed a Google request and found this useful GitHub project called java-api-wrapper which includes a Facebook connect class .

0
source

Source: https://habr.com/ru/post/1484994/


All Articles