Java – Sign in with Facebook and Google Plus in the SoundCloud Android app

Sign in with Facebook and Google Plus in the SoundCloud Android app… here is a solution to the problem.

Sign in with Facebook and Google Plus in the SoundCloud Android app

I have a SoundCloud android application developed using the SoundCloud Java wrapper.

How do I sign in with Facebook and Google Plus? I can’t find any clear examples. Can someone help me?

Solution

I’m not familiar with the SoundCloud java wrapper, but I can pass on information about logging in with Facebook and Google and using Android apps, I hope it helps you.

For Facebook integration, you’ll need to download the Facebook APK. The Facebook developer page on its Getting Started with the Steps to implement such a sign-in process are detailed in Step 6 of the Facebook SDK for Android site.

For Google+

integration, you should first enable the Google+ API. They also have a step-by-step overview on the development page Google+ Sign-in for Android

I also ran a quick Google query and found this seemingly helpful GitHub project aptly called java-api-wrapper, among others Facebook connect class .

Related Problems and Solutions