Python Oauth For Youtube
I'm trying to implement youtube authenticated user's videos in my web application. Using oauth I want to connect to youtube apis. Here is the code I took it from github which I'm u
Solution 1:
If you wanted to give another client library a shot (which incidentally wraps Requests), there's rauth. I don't have a YouTube example for you, but if you checkout the existing examples on GitHub you can probably follow their format to get authenticated and make requests against YouTube's endpoints.
Now I realize there's all sorts of reasons why you may not be able to use another library, so no hard feelings if you can't. But I wanted to mention it as an option.
Post a Comment for "Python Oauth For Youtube"