Hi
I need some more clarification. Is Oauth the only way to pull this data?
I want to extract some data about the players in my fantasy football league in order to run some comparisons which are too time consuming using the available tools in fantasy football. I am not creating an App per se.
Do I still need to go and get a consumer key? and what App do I say I am building if I am not actually building an app, I am just pulling out some data for analisys?
Maybe I am a little confused about the overall functionality and how all this stuff fits together...
Yeah, it is a little bit confusing. I'll try to break it down a bit.
Yes, OAuth is the only way to pull out any data from these APIs, though there are a few wrinkles as far as that's concerned. I understand that you're not creating a full featured "App" like an iPhone application, for instance, but you're still creating a program to access data in a programmatic manner, so that's basically the application we're referring to. It doesn't even really matter how you describe it, unless you want to start having other people use it (in which case, you probably would want to have a pretty clear description of what it's supposed to do).
So, yes, you need to get a consumer key, because we won't know who you are otherwise and thus we won't be able to authorize you as a reasonable user. If you're just pulling out some data for analysis, just say that. "Application Name: My Data Analysis Thing. Description: I'm pulling out some data for analysis." :)(also, be sure to note that we have contractual restrictions on data that goes through the APIs, so you'll run into limits like only being able to see 25 players max at once and not being able to see player stats in all contexts)