using APIs with oauth for single user

Posted by Josh on Stack Overflow See other posts from Stack Overflow or by Josh
Published on 2010-06-01T20:49:09Z Indexed on 2010/06/01 20:53 UTC
Read the original article Hit count: 167

Filed under:
|
|

I'm trying to make use of various APIs including twitter, youtube, etc because we want to embed recent entries (tweets, videos) on our website.

However, since I'm just retrieving my own data, I'm wondering how I can do this simpler than the multi-step process required by OAuth.

Twitter provides me with my own access token I can use directly, so that kinda works, but I can't find any such token in the YouTube documentation.

So how am I supposed to make use of the api if I just want to get a simple list of stuff? how exaclty am I supposed to authenticate my own website to use my own account?

I think i might have things all wrong and if so please point me in the right direction. I tried using rss feeds but they don't give me as much control over what I retrieve as using the API directly...

any insight or suggestions are appreciated!

© Stack Overflow or respective owner

Related posts about oauth

Related posts about youtube-api