Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Does YQL still works on 1.0?

Hi,
I am trying to run some tests using YQL API, but nothing works, the KitchenSink App stops at the loading Event everytime I try to run the yql_flickr.js example

Looking at the code, I didn't see the Titanium.Yahoo.setOAuthParameters(consumerKey,sharedSecret); line.

I just added the Set Oauth method and when I tried to run the code, the App Crashes.

Any tips on this?

Thanks.

— asked March 15th 2010 by Antonio Silveira
  • flickr
  • oauth
  • yahoo
  • yql
0 Comments

3 Answers

  • Just tried and it worked okay for me, even without the OAuth info. Just to confirm, you're using mobile SDK 1.0.0 with Kitchen Sink 1.0?

    — answered March 15th 2010 by Dan Giulvezan
    permalink
    0 Comments
  • I am also having issues with using yql, it seems that only the Kitchen Sink works as demoed with yql. When I take the same code into a separate project, it doesn't work. I cannot find any documentation or reference to the keys and where they are entered. Were they dropped from 1.0.0???

    — answered March 18th 2010 by Conrad Fuhrman
    permalink
    0 Comments
  • HI All, I just fixed my problem with YQL. I had to install Titanium developer from scratch and them created my projects again, once I did it. All YQL stuff worked fine. You still need to use the setOauthParameters

    Titanium.Yahoo.setOAuthParameters(consumerKey,sharedSecret);

    — answered March 19th 2010 by Antonio Silveira
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.