hi Prashanth,
Which sample script are you trying to run?
Based on your filename, I am assuming you are trying to use fantasy sports api and the code at:
http://developer.yahoo.com/fantasysports/guide/GettingStarted.html#GettingStarted-sample
Looking at your output:
testserver$ php ffl.php
Couldn't open /tmp/oauth_data_token_storage_.out, assuming we need to get a new request token.
Have you removed your consumer key from the above output? If you have not, then the file name should ve read like:
/tmp/oauth_data_token_storage_{your_consumer_key_here}.out
If you have not removed the consumer key, please check that you ve them defined properly earlier in code.
$consumer_data['test']['key'] = '<INSERT CONSUMER KEY HERE>';
$consumer_data['test']['secret'] = '<INSERT CONSUMER SECRET HERE>';
Ensure that you ve correctlty updated your code here with the key and secret values from your project app.
https://developer.apps.yahoo.com/projects
I am not running this script on the server that I registered with, is that why I am seeing this error message?
No, this should not be a problem.
regards
Anshu Prateek