yos-social-objc icon indicating copy to clipboard operation
yos-social-objc copied to clipboard

[dormant] Yahoo! Social SDK, an Objective-C library for Mac and iPhone developers.

Results 7 yos-social-objc issues
Sort by recently updated
recently updated
newest added

After success of login, Application got crashed and through to the main class

Is there any way to give permission for accessing yahoo mails?

![simulator screen shot jul 25 2016 1 34 11 pm](https://cloud.githubusercontent.com/assets/13522443/17094387/908fe896-526c-11e6-8b9a-91ca74026a5d.png)

How do I solve this? The HTML formatting is not honoring the bounds of the document in the SDK, etc. Our users won't be able to read the agreement on...

Hi everyone Can anybody plz tell the workaround to use the yahoo social sdk for android currently i am using "Scribe" to implement it but i was not able to...

![login no cancel button](https://cloud.githubusercontent.com/assets/797182/5935282/0e393604-a714-11e4-963a-f0bc8fd7672f.gif) Some time user may accidentally tap the button, but once tapped, no cancel or close button, the only way to quite seems to end the task...

File YahooSession.m, after line 195 should add this code to get the top view controller: while (self.rootViewController.presentedViewController) { self.rootViewController = self.rootViewController.presentedViewController; }