Pergunta

This is absolutely ridiculous that something so simple is rendered so difficult. As far as I can tell having tried multiple examples, Yahoo doesn't follow the same OAuth conventions that most of the existing C# libraries do so for example, the Google implementation won't work and neither will many of the other examples I found online.

All I want to do is make a simple query for Yahoo stats data. This data is publicly accessible so there is no need for any kind of 3-legged handshake, a simple 2-legged model should work but does not. I found this example: http://andy.edinborough.org/C-OAuth-Implementation/ which looked like a really promising lightweight solution but if it once worked it no longer does, I get "400-Bad Request" no matter what I try.

Has anybody successfully implemented this in Java or C#, I just want to pull back stats for a given player (e.g. give me Aaron Rodgers stats for this season).

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top