Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Youtube - get videos from user using 3-legged OAuth #50

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment
Open

Youtube - get videos from user using 3-legged OAuth #50

GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link
Collaborator

I'm a bit confused with the different APIs and client versions. 

Which API and version (e.g. Google Calendar Data API version 2)?
google-api-java-client 1.2 - youtube api.

What format (e.g. JSON, Atom)?
JSON.

What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)?
3-legged OAuth 1.0a

Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)?
Java6, Servlet

External references, such as API reference guide?


Please provide any additional information below.
get request token,
redirect user to grant access,
handle callback from youtube and get access token,
send request to youtube for all uploaded videos of user.

Original issue reported on code.google.com by philipp....@gmail.com on 23 Oct 2010 at 5:18

@GoogleCodeExporter
Copy link
Collaborator Author

That would make a good sample.  Thanks for the request.

For now, please reference the following two samples that should help you:

http://samples.google-api-java-client.googlecode.com/hg/calendar-v2-atom-oauth-a
ppengine-sample/instructions.html?r=default

http://samples.google-api-java-client.googlecode.com/hg/youtube-jsonc-sample/ins
tructions.html?r=default

Original comment by yan...@google.com on 25 Oct 2010 at 2:20

  • Changed state: Accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant