Hi,
I've downloaded the .zip file from github from
http://github.com/yahoo/yos-social-objc. I tried using it in my iphone sdk 3.2 application (for the iPad) and tried running the sample. I couldn't get it to work, so here are some questions:
1. When creating the keys, should I say it is a web application or client/desktop ?
2. Is the .zip on the above mentioned github the same as the current git csm? should I clone the git?
3. What are the steps one should take in order to use only the YQL portion of the SDK? should I check the if I have a session ("BOOL hasSession = [self.session resumeSession];") ? when does the send request code come if the hasSession is False?
Thanks :-)
shul