Google Plus Integration for Profiles

Is there any API for receiving profile messages in the Google Plus Android app? How can I publish any line using any API in Google Plus? Please let me know if you have links ...

I tried this link below to get the feed https://plusfeed.appspot.com/1080172850624 ** (where "1080172850624 * * " is the Google user profile I would). But when I am going to open this URL in a browser, I get the following error: β€œError not found. The requested URL / 1080172850624 * * was not found on this server.” Your help would be greatly appreciated.

+4
source share
1 answer

You can use the Google+ SDK for Android (or iOS ) to authenticate a user, get an OAuth token, and then you can make a REST API to retrieve publicly available data , such as messages that the user made.

In the second question, you cannot post on Google+ in any SDK. The user can use the Share features to control what they want and to whom.

+1
source

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


All Articles