Can't login using yahoo sdk.
Is this SDK https://github.com/yahoo/yos-social-objc outdated?
I want to integrate yahoo login within my application.
I am following this tutorial: http://developer.yahoo.com/social/sdk/objectivec/ but the following line does not work [session sendUserToAuthorizationWithCallback:nil];
The method does not exist.
I changed it to work [session sendUserToAuthorizationWithCallbackUrl:nil]; and I get a bad access error.
Any help?
by
2 Replies