0

Professional Footbal Pickem Group

Hi I'm new to this but I was looking for pickem api, not sure where I should look. I checked fantasy sport api and no where it says about pickem group...
Any pointers would be helpful...

thanks.

by
5 Replies
  • Maybe there's no API to access the pickem data?

    QUOTE (Vu Nguyen @ Dec 2 2010, 02:29 PM) <{POST_SNAPBACK}>
    Hi I'm new to this but I was looking for pickem api, not sure where I should look. I checked fantasy sport api and no where it says about pickem group...
    Any pointers would be helpful...

    thanks.
    0
  • Okay I got a little far. Here's a query I tried on tye yql console after looking around I found that 'pickem' is a game within the Fantasy Football, so I use its key 243 to lookup:
    select * from fantasysports.games where game_key = '243' and use_login = 1

    And below is what I got back, so I can get to it, next step is how to get access to my group... any idea? I tried to list all the leagues within this game and nothing returns... hmmm my group is private so I guess I can't use the console... let me go test using 3 legged OAuth :)</query>
    0
  • select * from fantasysports.leagues where game_key = 243 and use_login = 1

    The above gives me an error "Bad Request"... I'm scratching my head..frustrating :)</query>
    0
  • When trying with Scribe Java Lib for 3 legged OAuth, I got a different error:

    <?xml version="1.0" encoding="UTF-8"?>
    <error xmlns="http://www.yahooapis.com/v1/base.rng" xml:lang="en-us" yahoo:uri="http://fantasysports.yahooapis.com/fantasy/v2/users;use_login=1/games;game_keys=243/leagues" xmlns:yahoo="http://www.yahooapis.com/v1/base.rng">
    <description>Invalid subresource 'leagues' requested</description>
    <detail/>
    </error>

    What does it mean? how can I get to my group in this pickem game?

    QUOTE (Vu Nguyen @ Dec 3 2010, 12:05 AM) <{POST_SNAPBACK}>
    select * from fantasysports.leagues where game_key = 243 and use_login = 1

    The above gives me an error "Bad Request"... I'm scratching my head..frustrating :)</query>
    0
  • Crap, finally found a post on this... apparently it's not available yet... oh well..
    http://developer.yahoo.net/forum/index.php?showtopic=6250
    0

Recent Posts

in Fantasy Sports API