Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Google Play Services Interacting with Google+ APIs Requesting Access to Google+ APIs

Google+ API deprecated.

I found that the plus.API has been deprecated. What is the recommended way to integrate Google+ API now ?

Almost half a year, can anyone answer this? There aren't many resources that instruct you on how to replace depreciated methods.

1 Answer

Hello, you need to use the Google Sign-In APIs.

The new integration is pretty simple, and you can simply replace the Plus API initialization with that, most of the course content remains the same.

We're still using lots of deprecated methods throughout this course (as Ni Yao said in the comments earlier)