I'm using the GTL framework to integrate Google Plus in my cocoa application.
When I try to insert a new moment it fails with error 401 (unauthorized). In this post the TO solved this problem by including the request_visible_actions
parameter while redirecting the user to the authorization page. But how to do that?
I got an instance of a GTMOAuth2WindowController
that automatically creates the URL. So how can I add the request_visible_actions
parameter? When that's not possible, how to create the whole URL?