Coder Social home page Coder Social logo

Comments (8)

themattharris avatar themattharris commented on July 29, 2024

Heya,
thanks for asking this here.
Can you share the code you are using for this (remember to remove things like the oauth and consumer secrets before pasting).

from tmhoauth.

masbog avatar masbog commented on July 29, 2024

i use an original source images.php, just insert my secret token and bla bla bla.. i have your repo by git clone your repo...

from tmhoauth.

themattharris avatar themattharris commented on July 29, 2024

OK, interesting. Can you add:
var_dump($tmhOAuth);
to the end of the script and let me know what the output looks like. Remember to remove the sensitive information like user_secret and consumer_secret and signingkey.

from tmhoauth.

iDuke avatar iDuke commented on July 29, 2024

I have same problem. But I don't see any mistake. Nothing happed. And Image didn't changed.

from tmhoauth.

iDuke avatar iDuke commented on July 29, 2024

$vardump says:
Conten'... (length=618)
'error' => string 'Operation timed out after 10015 milliseconds with 0 bytes received' (length=66)
'errno' => int 28

from tmhoauth.

themattharris avatar themattharris commented on July 29, 2024

Be default tmhOAuth is set to timeout the request after 10 seconds. You can bump this up by adding the curl_timeout parameter to the tmhOAuth instantiation. For example, to set the timeout to 15 seconds you would do this:

$tmhOAuth = new tmhOAuth(array(
  'consumer_key'    => 'YOUR_CONSUMER_KEY',
  'consumer_secret' => 'YOUR_CONSUMER_SECRET',
  'user_token'      => 'A_USER_TOKEN',
  'user_secret'     => 'A_USER_SECRET',
  'curl_timeout'    => 15,
));

from tmhoauth.

themattharris avatar themattharris commented on July 29, 2024

did the code above help?

from tmhoauth.

iDuke avatar iDuke commented on July 29, 2024

yes,thanx

from tmhoauth.

Related Issues (20)

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.