-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic setup #52
Comments
i agree! |
i agree. |
Here's what I did if it helps
The structure of the returned information doesn't appear to be documented anywhere from what I can tell, so you will probably need to do some digging. |
Also if this helps, basic demo of the getBlogPosts method (obviously this example is not very useful just intended for illustration)
|
Thanks a lot @markl181 ! |
@markl181 |
@AndiHamolli You don't need to have composer on the server your using it on, but it will be a lot easier if you get composer on your local computer first. Then make a new directory and If you can't even use composer locally, it's going to be more difficult. You'd need to collect all the dependencies manually. |
@ceyko |
Depending on the use you could just call the Tumblr API with your API key in the URL. This is how I intially coded stuff back in the day @AndiHamolli |
I need it to work for posting stuff as well unfortunately sollidius <[email protected]> wrote:>Depending on the use you could just call the Tumblr API with your API key in the URL.>eg:><?php>$bloginfo = get_file_contents('api.tumblr.com/v2/blog/ilovemyblog.tumblr.com/info?api_key=qzkfpkqoizfjoiqzjfoqjzfojqzfo');>?>>This is how I intially coded stuff back in the day @AndiHamolli >Works perfect if you just need to read data. For posting stuff and updating stuff etc you'll need the Oauth solution.>>-- >You are receiving this because you were mentioned.>Reply to this email directly or view it on GitHub:>#52 (comment)
|
Hey tumblr,
Could you explain the "basic usage" a little bit more?
eg: 'The first step is setting up a Client:'
In what file should we add this? Create an index.php ? and include all other files or?
I'm a little bit confused.
Thanks for replying
The text was updated successfully, but these errors were encountered: