I have the same issue...
Did you find a solution?
Ari
QUOTE (Ronnie @ 20 Nov 2011 3:41 PM) Does anybody know what I need to do in order to send a request to a fantasy sports RESTFUL Service using a NON Browser based java application? I've already taken the necessary steps to get the OAuth Token that I have below.
accessToken=A\=p7_Xulj8lyK2vYgF0Knq7YxCIBoOGvwi2nWOJSadMXpd3llA190pGtty0L0D9.fSp....(no need to share the entire string)
and the YQL Console gave me the following URL:
http://query.yahooapis.com/v1/yql?q=select%20*%20from%20fantasysports.leagues%20where%20league_key%3D'257.l.13202'&diagnostics=true
I think getting the token was pretty involved and I feel like the most difficult part is already behind me. My only issue is that now that I have the token and I have the YQL URL, I have no idea of how to make the call from within my app. Can anyone offer any suggestions as for how this call can be made?