Closed GoogleCodeExporter closed 9 years ago
After playing around with this a bit, I found the problem. The docs at this
page:
http://samples.google-oauth-java-client.googlecode.com/hg/dailymotion-cmdline-sa
mple/instructions.html
say :
specify "http://127.0.0.1:8080" as the "Callback URL".
when in fact the callback url should be the following in the Daily Motion API
Config:
http://127.0.0.1:8080/Callback
Changing the callback url to this fixed the problem, and the sample now runs
fine.
PS: I'm sure it doesn't matter, but here are the 2 values from my Daily Motion
API Config that were custom for this app:
Application Website:http://127.0.0.1:8080
Callback URL: http://127.0.0.1:8080/Callback
Thanks!
Original comment by bradpa...@gmail.com
on 21 May 2014 at 12:53
I've updated the instructions according to your findings. Thanks.
Original comment by wonder...@google.com
on 9 Jul 2014 at 4:52
Original issue reported on code.google.com by
bradpa...@gmail.com
on 20 May 2014 at 7:36