Hi
We are working on sharing some app info (progression on the game) to Google+.
I have some questions i did not see or i just missed answers to it in the forum.
- Is it possible to leverage the sharing to google+ button from Coronas apps as described in the links below?
https://developers.google.com/+/mobile/android/share/
https://developers.google.com/+/features/interactive-posts
- As i did not manage to find a way to use the first approach i move back to use the web-api. However i saw that it’s not allowed to write on a user stream (which would be a similar thing as posting on the wall on facebook)
Here is a comparison between the Google+ Api V1 and GoolePlusDomain Api
https://developers.google.com/+/domains/getting-started
Seems that writing to the stream is allowed for the GooglePlusDomainApi, however i did not manage to share it properly or to configure it properly to be able to write on it. Also i am not sure exactly about what is the meaning of domain restriction.
- My last finding is the possibility for an app to share “moments”
https://developers.google.com/+/api/moment-types/
But the posts may be visible or not depending on the user configuration.
What is the approach of Corona users to implements Google + sharing from your games?
Is there another approach available that i did not mention? Especially the access to the share button. It’s kind of difficult to explain why we can’t do it
Thanks for your time