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

[dormant] Yahoo! Social SDK - PHP5 library

Results 15 yos-social-php5 issues
Sort by recently updated
recently updated
newest added

Dear, I am unable to get the email address from getProfile() method. I have tried the getContacts() method but when it comes for new yahoo user it returns empty. Is...

In YahooCurl.class.php line 122 there is this code: ``` curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, true); ``` However, CURLOPT_SSL_VERIFYHOST is actually a numeric option, not boolean, and value of 1 is deprecated by curl...

How I can fetch private data through YQL with YahooYQLQuery class and execute()? As in the example, it only show fetching public data. The error that I received while fetching...

Its not under application details. Where to find it?

object(YahooOAuthAccessToken)#8 (7) { ["key"]=> NULL ["secret"]=> NULL ["expires_in"]=> NULL ["session_handle"]=> NULL ["authorization_expires_in"]=> NULL ["yahoo_guid"]=> NULL ["oauth_problem"]=> string(14) "token_rejected" } bool(false) my error_log also contains fetching from error => YahooCurl.class.php !...

My development environment is XAMPP in windows. I am trying to test delicious.php in my machine. I am getting error in common.inc.php file: Warning: session_start(): open(/tmp/\sess_4ioppa56l1sdtism0cmadosut5, O_RDWR) failed: No such...

The curl timeout was causing my script to just not return data and return no errors. If anyone else can't work out why they're getting no data back then first...

I'm using this sdk to authorize a user and then get their contact list, however 9 times out of 10 getContacts() is false and nothing is returned. Any ideas what's...

curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, true); This should be numeric. True=1, which I believe, is disabled. I see your comment that this is to be nice to "dev certs", but this is wrong...