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?