I want to share some information in google plus wall from my application. For that I go through the Google plus API, https://developers.google.com/+/ In that API they are mentioning how to get access token of a particular user,but they not mentioned how to post in users wall(using the access token).
|
feedback
|
|
Well, Google+ doesn't have a "wall." It has Streams. Unfortunately, at this time, the API is limited to read-only access. From the API website:
Because it's read-only, you will not be able to update or post any information anywhere through the API -- you can only use it to pull basic information like profile and activity details. | |||||||||||||
feedback
|
|
This might help: I have made this bookmarklet to post links to pages that I liked to my stream:
The URL is self-explanatory. If your post content can be served via URL then you can post it like that. The only difficulty is to automate the posting callback from Google but I do not need it, should not be too hard. | |||||||
feedback
|