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?
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>