Code Monkey home page Code Monkey logo

Comments (8)

dessan avatar dessan commented on August 13, 2024

Fetching request token failed

And I have the same problem. :( There are solving this problem?

from messenger-sdk-php.

kembaren avatar kembaren commented on August 13, 2024

Please go to http://developer.yahoo.com, choose your project and make sure you have selected Yahoo Messenger: Full Access under Permission

from messenger-sdk-php.

AlexStanica avatar AlexStanica commented on August 13, 2024

"Fetching request token failed" can be caused by various reasons, but the core problem would be a bad response from yahoo. Have a look at what the curl is returning.

I too got that error message and when I inspected $rs I found out that yahoo was returning this:

Error=MissingParameters
ErrorDescription=Sorry, try again with all the required parameters.

It turned out the error was legitimate, I had an unescaped # in my password that caused the consumer key not to make it as a parameter in the URL.

(found the answer here http://developer.yahoo.net/forum/index.php?showtopic=6800&hl=get_auth_token)

from messenger-sdk-php.

p4rm33n avatar p4rm33n commented on August 13, 2024

i have a similar problem in related with request token. then i know that my web hosting is not support for curl redirection due to open_basedir is enabled.
in accordance of this case, we need to know this :

  1. our web hosting should be support curl redirection, so that php safe_mode should be off and open_basedir is not enabled

from messenger-sdk-php.

nithi30 avatar nithi30 commented on August 13, 2024

Signon failed problem, why this occurs please help me out

from messenger-sdk-php.

p4rm33n avatar p4rm33n commented on August 13, 2024

nithi30 >> I've successfully use this code.
But i'va made some chages :

  1. see my post at #5
  2. open and edit jymengine.class.php , replace the word const with var
    Thats it, my script is running well on Ubuntu linux 10.10

from messenger-sdk-php.

vandasoft avatar vandasoft commented on August 13, 2024

please i can't solve this problem Fetching request token failed

from messenger-sdk-php.

eduardsv avatar eduardsv commented on August 13, 2024

I'm getting Error=InvalidPassword as a response.

  • I'm 100% sure that the password is correct.
  • I have safe_mode turned off and open_basedir disabled.
  • The cURL is also supported
  • I was even trying to replace constants with variables

Any ideas why this can happen?

from messenger-sdk-php.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.