I am developing an application with Google Domain API which would manage activities. I have some questions:
1) This application is for iOS , however I do not see any reference to Google frameworks/PODs for GoogleClientBuilder. Is iOS not supported?
2) I was able to go through Google Sign in through "GIDSignInButton" and delegate, and get the access token and refresh token.
However the APIs for writing posts in Google Domain
https://www.googleapis.com/plusDomains/v1/people/userId/activities
does not have "access token" parameter in the header, however it requires Scope Authorization. In 'GIDSignInButton', there is no option of specifying scope.
I have already referred to https://developers.google.com/+/domains/ , the JAVA code mentioned is not at all useful.
I would be grateful, if I can get some direction on this.