Google AuthSub authentication for Google endpoints.
Questions tagged [authsub]
62 questions
0
votes
2 answers
Authorizing localhost with gdata and AuthSub?
While testing I started walking through authorizing my test machine (192.168.15.6, a local IP) with YouTube, which seemed successful. That IP is listed under my authorized sites. However, any actual requests say I'm not authenticated. I'm guessing…

ironfroggy
- 7,991
- 7
- 33
- 44
-1
votes
1 answer
AuthSub target path prefix does not match the provided "next" URL
Here is my call: AuthSubUtil.getRequestUrl(next, scope, secure, session), where
next = "https://mydomain.com/googleData";
scope = "http://www.google.com/calendar/feeds/";
secure = true;
session = true;
My registered AuthSub target path prefix is…

codebusta
- 1,922
- 1
- 14
- 15