Git Product home page Git Product logo

Comments (6)

seejohnrun avatar seejohnrun commented on July 19, 2024

I'd imagine $_POST['data'] is a string, but that function expects it's second argument to be an array. What options are you attempting to include via $_POST['data']?

Maybe something like this?:

$client->createPost($_SESSION['blogname'], array('body' => $_POST['body'], 'type' => 'text'));

from tumblr.php.

mase857 avatar mase857 commented on July 19, 2024

Great John , it worked !! I have a question however, $_POST['body'] only shows the actual string of data .. how can I set a title of the post via the API, I mean by creating a post ?

Also , I realized that after a successful authentication , when I refresh the page with these parameters below , I will get the following error : Is it maybe you can only use these parameters once ? How can I prevent this error from happening if users refresh the URL ? is there a way to bring back a clean url ?? and if I store those tokens in a session , can they work to keep making API calls ?
[code]
Fatal error: Uncaught Tumblr\API\RequestException: [401]: Not Authorized thrown in /home/content/72/9959172/html/madscore/Tumblr/lib/Tumblr/API/Client.php on line 427 [/code]

Here are the parameters
[CODE]
Tumblr/tumblr_test.php?oauth_token=ZHnXjJA11rIWQQQIvQ8ct2UtuEXIj0Il8rGPqsvXxbX2kwAL5R&oauth_verifier=llt2WMQXprEXOhhM5IveZkNpFgYqL1K2DczxLdSYf7aPORSzmp#_[/code]

from tumblr.php.

seejohnrun avatar seejohnrun commented on July 19, 2024

@mase857

As far as a title - it depends what type of post you're trying to make (see detail in this section of the tumblr docs) and you'll get the title in via another $_POST variable.

Also - for the authentication (401) - you need to be exchanging those credentials for the permanent oauth_token and oauth_token_secret (see this doc for more detail).

from tumblr.php.

mase857 avatar mase857 commented on July 19, 2024

Ok .. Does Tumblr allow HTML formatted posts ? For example , If I submit a posted that was typed in an editor like tinymce with HTML , will the HTML also be considered when viewing my post .. If I made some parts of the text bold or changed color , etc ... will it appear in the post on tumblr the way it does in the text editor ?

from tumblr.php.

mase857 avatar mase857 commented on July 19, 2024

I'll check the docs as soon as I leave the office ..

from tumblr.php.

seejohnrun avatar seejohnrun commented on July 19, 2024

the body param allows html (docs for reference: The full post body, HTML allowed)

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.