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

Can't get examples/yql/delicious.php to work

Open euwern opened this issue 11 years ago • 1 comments

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 file or directory (2) in C:\Users\euwernNew\Desktop\Local\xampp\htdocs\YahooSocialSDK\examples\common.inc.php on line 55

I only added the required key to common.inc.php file define('OAUTH_CONSUMER_KEY', 'YAHOO_CONSUMER_KEY'); define('OAUTH_CONSUMER_SECRET', 'YAHOO_SECRET_KEY'); define('OAUTH_DOMAIN', 'localhost'); define('OAUTH_APP_ID', 'YAHOO_APP_ID');

Am I missing anything?

Please advise.

euwern avatar Jun 19 '13 07:06 euwern

'OAUTH_DOMAIN' needs to be your callback url like: localhos/Test_Project/Oauth_CallBack_URL.php

Kharestani avatar Oct 28 '15 18:10 Kharestani