Git Product home page Git Product logo

Comments (7)

foush avatar foush commented on July 19, 2024

Hi, two things:

  • You'll need to make sure you've installed the tumblr php client via composer with the command composer require tumblr/tumblr
  • If you've already added it as a composer dependency, then you'll also need to make sure you're loading composer in your script somewhere before you try and instantiate $client = new Tumblr\Api\Client... this typically looks like: require_once 'vendor/autoload.php';

Give that a try and see if you have any luck.

from tumblr.php.

clozeQH avatar clozeQH commented on July 19, 2024

thank you for ur reply.. this is my code.. i already include the vendor/autoload.php; but it dont work

setToken($token,$tokenSecret); $user_info = $client->getUserInfo; echo $user_info;

from tumblr.php.

clozeQH avatar clozeQH commented on July 19, 2024

when i run the composer require tumblr/tumblr , the terminal give this :
Your requirements could not be resolved to an installable set of packages.

Problem 1
- The requested package tumblr/tumblr No version set (parsed as 1.0.0) is satisfiable by tumblr/tumblr[No version set (parsed as 1.0.0)] but these conflict with your requirements or minimum-stability.

Installation failed, reverting ./composer.json to its original content.

from tumblr.php.

foush avatar foush commented on July 19, 2024

when i run the composer require tumblr/tumblr , the terminal give this :
Your requirements could not be resolved to an installable set of packages.

Problem 1

  • The requested package tumblr/tumblr No version set (parsed as 1.0.0) is satisfiable by tumblr/tumblr[No version set (parsed as 1.0.0)] but these conflict with your requirements or minimum-stability.

Installation failed, reverting ./composer.json to its original content.

This indicates you do not have the tumblr client library installed because one of your project's dependencies conflicts with one of the dependencies of this client (likely Guzzle)

from tumblr.php.

clozeQH avatar clozeQH commented on July 19, 2024

should i download again the composer n remove the old one?
if Guzzle, i already installed 'sudo apt-get install php-guzzle'
sorry i'm new to this..

from tumblr.php.

clozeQH avatar clozeQH commented on July 19, 2024

im having a little problem here..

im installing ubuntu back after uninstall it..and the i try to run the exact tumblr api code that i have before but it keep repeating the same error..
"Php fatal error: class 'Tumblr\API\Client' not found in........."

and, how can i generate composer.json back? because after i install composer, composer.json not auto-generate itself.

from tumblr.php.

clozeQH avatar clozeQH commented on July 19, 2024

now im using composer.json from tumblr https://github.com/tumblr/tumblr.php

from tumblr.php.

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.