I want to post on google plus user's wall.
I was trying with inserting moments: https://developers.google.com/+/api/latest/moments/insert I posted with success but new post(moment) is visible only in application activities.
I was trying to insert googleDomain activity, but there was a lot of problems with scopes and domain restricting. https://developers.google.com/+/domains/api/activities/insert
Now I'm trying to work with Interactive post.
My questions: - Is possible in this time to post on user's wall (like in fb api)? - What is the best way to do that ?