I was Using "https://www.googleapis.com/auth/plus.login" api, in which I was able to access to a list of people in the user's circles in addition to their name and profile information. After api deprecation, I started using people.connections.list api "https://people.googleapis.com/v1/people/me/connections" as per documentation, but I am getting list of contacts only, not friends list in Google+ circle.Can anyone help me out to retrieve the friends list in Google+.
Related Questions in API
- SuiteCRM how to retrieve all account related contacts
- how do i submit a pastebin or pastee from an android app and get the url back
- BigCommerce PHP API delete Category which contains products
- Interact with chrome bookmarks outside of extensions
- purchase individual items and subscriptions in the same PayPal REST API transaction
- youtube api v3 insert comments
- Youtube api v3 duration
- Responding to an Office 365 event invite via REST
- Convert youtube video to mp3 using Quick MP3 API
- How to real-time monitor the emails?
- Laravel - Fractal - Using Find() in transformer file- is it correct or can it be done more efficiently?
- return data from a Azure API json
- Accessing Picasa Web API using PHP
- RAML multivalued form parameter
- TestFlight API and stats with as3
Related Questions in GOOGLE-API
- Google Logging API - What service name to use when writing entries from non-Google application?
- Why I receive CERTIFICATE_VERIFY_FAILED from google adwords api?
- Google plus API not return the Email address
- getting google contacts using shuttlecloud
- finished with non-zero exit value 2 when I use google login api
- Unable to authenticate with Google through the Java SDK for reading spreadsheet data
- Youtube API - Listing hidden videos of my channel using OAuth
- How to update ACL of a file in Google Cloud Storage using Java API
- What is the difference between Android API and Google API?
- Freebase Search API - Get All Results
- Google Developer API V3 for video upload in YouTube C#.net
- Google places maps Api web service post new place
- Limited number of rows returned from Google spreadsheet and the Sheets Api
- Gmail API: Insufficient Permission
- Use custom image for google signin button
Related Questions in GOOGLE-PLUS
- Google plus API not return the Email address
- Google Plus login demo keeps failing connection
- Sign Out From Google plus Account Not Working in android, Showing Null Pointer Exception
- Cordova app check if user signed in before closing my app?
- Is it possible to use Google Cloud Endpoints built in authentication with Google+ Domains API?
- Fetch friends email from Google Account on iOS
- Not getting friends list in google plus android
- Social Sharing Predefined Custom Messages
- Google+ media sharing throws exception "No Activity found to handle the intent"
- In iOS how we come back to initial view after google+ sharing?
- Google Hangouts - controlling other participants video
- google+ api login not returning email
- Share in google using GTLServicePlus with GIDAuthentication
- How to share a track/any content from my radio/music application to google+?
- Error when trying to get share count from Google+
Related Questions in GOOGLE-API-CLIENT
- Why I receive CERTIFICATE_VERIFY_FAILED from google adwords api?
- Authenticated GET of private google site image via ASP.Net
- GoogleApiClient.Builder.enableAutoManage in Fragment throws IllegalStateException: Recursive entry to executePendingTransactions
- android check location services enabled if using GoogleApiClient
- How to sign out of a Google Drive account?
- How to read google calendar data from multiple or single calendars of different people?
- Not able to get Location details using GoogleClientAPI in android
- Android - this app won't run without google play services which are missing from your phone
- Is there any other way to use mgoogleapiclient.connect() apart from onstart()
- Issues when i integrate google sign in option to my application in android studio 1.2.2
- How to sign in user and retrieve token with Google Api Client
- android - service for interaction with wearable
- javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake while inserting rows in bigquery
- Calling a Service within an Activity
- How to stop Google Play Games window from popping up if there is no INTERNET
Related Questions in GOOGLE-PEOPLE-API
- python people api quit working
- Google+ Api Deprecated
- How to filter user uploaded profile photo from google default profile photo
- How to search contact using Google People API
- Fetch Google profile image url by UID
- Get google people profile API does not return birthday and gender key values
- Filtering connections by group or label
- add a created contact to a group by people api using google apps script
- Google API C# SDK get profile email
- Error when including a contact to group using People API
- Service Account - Must be a G Suite domain user
- How to restore from 429 Resource has been exhausted (e.g. check quota)
- How do I update my users' contacts and contact photos with the Google People API?
- Unable to create a contact within a specified label, in google people api
- Google People API no longer returns user details
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?