You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google APIs Client Library for Objective-C
I want to use GoogleAPIClient in an apple tv app. I have access to GooglAPIClient via cocoapods but not GTMOAuth2 (which is only accessible for iOS). Is it possible to authenticate the user without GTMOAuth2? If so how can I do that?
Thanks!
Thomas Van Lenten
unread,
Jan 18, 2017, 12:57:03 PM1/18/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Since tvOS doesn't have a webview, gtm-oauth2 hasn't directly supported it. You could use the non UI classes if you get the authorization info over to the box some other way. gtm-oauth2 is also being replaced (https://github.com/google/gtm-oauth2#warning-deprecation-notice), https://github.com/google/GTMAppAuth is a new library by the signin/identity teams at google and that will work, and includes some tvOS examples. So I'd suggest looking at that.