The parameters
$oauth_access_token
$oauth_token_secret
$session_id
are not in the project details.
Project details has only
Consumer Key:
Consumer Secret:
Application URL:
App Domain
In order to get parameters it's needed to create a request
However when I run
https://api.login.yahoo.com/oauth/v2/
get_request_token?oauth_nonce=ce2130523f788f313f76314ed3965ea6
&oauth_timestamp=1202956957
&oauth_consumer_key=123456891011121314151617181920
&oauth_signature_method=plaintext
&oauth_signature=abcdef
&oauth_version=1.0
&xoauth_lang_pref="en-us"
&oauth_callback="http://yoursite.com/callback"
I get no answers from the url
oauth_problem=parameter_absent&oauth_parameters_absent=oauth_callback
Do you have an idea what possibly is wrong?