Git Product home page Git Product logo

Comments (5)

seejohnrun avatar seejohnrun commented on August 20, 2024

What issue are you seeing with guzzle and eher/oauth? Have you installed composer?

from tumblr.php.

reteacom avatar reteacom commented on August 20, 2024

Hello !
Actually I did not find any tutorial how to install composer on a WAMP
server ... Does exist any help file regarding this ?
Thank you

2013/9/5 John Crepezzi [email protected]

What issue are you seeing with guzzle and eher/oauth? Have you installed
composer?


Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-23864018
.

from tumblr.php.

codingjester avatar codingjester commented on August 20, 2024

Hey @reteacom You should see an installer for composer here: http://getcomposer.org/doc/00-intro.md#installation-windows

Let me know if you have any issues. I'm not really a windows guy myself, but we probably can get you up and running.

from tumblr.php.

jeflopodev avatar jeflopodev commented on August 20, 2024

@reteacom

  1. Install composer, in windows is really easy, just grab the binaries, click next next next. It will configure the PATH var for you.
  2. Download this repository or clone it. Unzip and move the folder inside a public folder of your webserver ie. htdocs or wwwroot
  3. open a terminal (powershell, cmd.exe in windows)
  4. change to the directory you've copied the tumblr client ( with cd )
  5. use this command "composer install" without quotes (if fails, use composer self-update and try again) It will install the Tumblr Client dependencies. (eher/oauth). You should see the composer.json file in this repository to really understand how composer handles it.
  6. You'll need to follow the basic usage guidelines in https://github.com/tumblr/tumblr.php
  7. You'll need to register an application in your logged in tumblr account (api) >> http://www.tumblr.com/oauth/apps
  8. You'll need to obtain consumerkey, consumersecret, token, tokensecret, apikey >> https://api.tumblr.com/console/calls/user/info (after sending the form click "show keys" (right top))

from tumblr.php.

seejohnrun avatar seejohnrun commented on August 20, 2024

Closing this up - let us know if any more questions - and thanks so much @jeflopo - would be a great wiki page!

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.