I want to login my application through Yahoo. I have been following this tutorial: http://developer.yahoo.com/social/sdk/objectivec/ but it seems outdated.

In the following line doesn't even exist the method sendUserToAuthorizationWithCallback:nil

[session sendUserToAuthorizationWithCallback:nil]; 

I changed this for

[session sendUserToAuthorizationWithCallbackUrl:nil];

But I get a bad access exception inside Yahoo files.

The Yahoo sources are here: https://github.com/yahoo/yos-social-objc

It didn't worked in iOS 4 neither iOS 5. Anyone got this working?

link|improve this question

feedback

1 Answer

it worked with me when i have assigned permissions to my app http://developer.apps.yahoo.com/projects/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.