You cannot post messages because only members can post, and you are not currently a member.
|
API not working
|
| |
Hi, Is there some maintenance stuff going on with as my app is not working from ~2300hrs May 09 IST user/info is giving following response {"meta":{"status":404,"msg":"N ot Found"},"response":[]} And /posts is returning Request timed out. Hope it will be sorted out soon if there is any problem or is just my apps... more »
|
|
Create post with concrete date ignores passed date, posted as NOW.
|
| |
Hi, Seems you have some trouble, since using new API posting with date is ignored: post always posted with NOW() time. I've tried many date formatting variants: yyyy-MM-dd'T'HH:mm yyyy-MM-dd HH:mm:ss GMT yyyy-MM-dd HH:mm:ss Always nothing works. Passes as string.
|
|
error while executing example code
|
| |
Hi, I'm new to the environment and I'm trying to run the example code
of jumbrl.
the code is:
package tumblr;
import com.tumblr.jumblr.*;
import com.tumblr.jumblr.types.Blog;
import com.tumblr.jumblr.types.User;
/**
*
* @author Pask
*/
public class Tumblr {
/**
* @param args the command line arguments... more »
|
|
how to get customer key and secret key?
|
| |
Hi, I'm new to the environment and I'm struggling with the very basics of tumblr's java client. In the example operations that I'm still trying to perform is requested to use a "customer key" and a "customer secret key", both distinct from oAuth keys. The example code is: ...initialize the client?... more »
|
|
X-RateLimit-api_following-Rese t value accuracy?
|
| |
Hi, I'm trying to setup my app so it properly manages Tumblr rate limits. Of primary concern for me are these headers: 'X-RateLimit-api_following-Res et' and 'X-RateLimit-api_followers-Res et' Both of the values are consistently returning times over an hour in the future, however the API seems to reset every 60 seconds "or so" instead.... more »
|
|
HTTPS-only API response contents
|
| |
Hi, Is there a way to request HTTPS-only API response contents? This means that when I request user/dashboard, all URLs in the response - Photos, Audio embed code, Video embed code, etc. - are HTTPS instead of HTTP. If I use these URLs in an HTTPS page it won't result in errors in browser console... more »
|
|
Tumblr photo upload issue
|
| |
Hi I want to upload an image by using Tumblr Image Upload API but i have receive response from server like this.{"meta":{"status":400,"ms g":"Bad Request"},"response":{"errors" :["Error uploading photo."]}}. My code is as under. private void uploadToTumblr(Bitmap photo) { OAuthConsumer consumer = new CommonsHttpOAuthConsumer(Const ants.TUMB_CONSUMER_KEY,... more »
|
|
Rails: tumblr_client gem works in console, not in app
|
| |
I'm new to Rails and have been writing a simple app to post to Tumblr. I got all my oauth stuff working, and decided to use the tumblr_client<[link]> gem to facilitate posting. I can get it to post just fine through the console, but the same code does not do anything in the controller. It doesn't throw... more »
|
|
|