|
Forum Post |
Create |
Created new forum post in .NET C# or VB Sample?: Added synopsis. Just call CatalogDal.GetSynopsis with the CatalogTitle object (needs to have synopsis link set for it to work). |
4 years ago
|
|
Forum Post |
Create |
Created new forum post in .NET C# or VB Sample?: I'll have to look into it. I haven't implemented all of the functionality, just the basic catalog and queue stuff. The CatalogTitle object has a Synopsis link; I'd imagine a request to that link will return the information. I'll try calling that to see |
4 years ago
|
|
Forum Post |
Create |
Created new forum post in .NET C# or VB Sample?: I figured out what's going on... For some reason, OAuth.NET isn't discovering when a resource is unprotected. I hacked OAuth.NET to allow the token lookup to be circumvented and to allow you to retrieve a resource without including an access token. I'll |
4 years ago
|
|
Forum Post |
Create |
Created new forum post in .NET C# or VB Sample?: http://api.netflix.com/catalog/titles
Like I said, it could be a problem with OAuth.NET, although I do recall having it working a month or so ago. |
4 years ago
|
|
Forum Post |
Create |
Created new forum post in .NET C# or VB Sample?: It looks like it's requiring an access token for that resource. I'm not sure if that's a problem with OAuth.NET, the Netflix API, or if it's intended to be that way, but it's working fine for me if I provide an access token. |
4 years ago
|
|
Forum Post |
Create |
Created new forum post in .NET C# or VB Sample?: I posted all my source code here:
http://code.google.com/p/nfapi/source/browse/
Obviously the functions I've implemented so far are limited, but the plumbing is pretty stable now.
Enjoy! |
4 years ago
|
|
Forum Post |
Create |
Created new forum post in .NET C# or VB Sample?: Eh, I don't know about that. I've been able to get it just fine without accessing a URL with non-protected data. |
4 years ago
|
|
Forum Post |
Create |
Created new forum post in .NET C# or VB Sample?: Hey, I've decided that I'm almost 110% sure I'm not going to actually release an application outside of my own personal use, so I'm going to put what I build up on Codeplex as a C# library that anyone can consume. Maybe it'll save everybody effort if eve |
4 years ago
|
|
Forum Post |
Create |
Created new forum post in .NET C# or VB Sample?: 1) Does your AuthenticationUri property set the application_name and oauth_consumer_key properties?
2) It looks like you're getting the resource in the constructor. I'm assuming _requestToken and _accessToken aren't static, in which case you'll lose the |
4 years ago
|
|
Forum Post |
Create |
Created new forum post in .NET C# or VB Sample?: Only after the user has gone to the Netflix URL and authorized the application. Have you successfully done that?
If so, are you sending in the same Request Token you received after the first call? Also, if you've already received an access token, i |
4 years ago
|