Is anyone able to use the JSON API to update their presence? I get status=ok for a response, but I don't see the jaiku I posted.
2 months, 2 weeks ago.
4 comments so far
yes, I do use JSON for my "Jaipo" client. that runs well and did
what I wanna do. maybe you could check it, my code url is just in
the previous post on #devku.
So I've narrowed my problem down to the 'generated' flag on the
post - if that's present, the API seems to just ignore the post. Is
that true, or am I just doing something wrong?
the 'generated' is for when you're updating your location, and
don't need to actually make a new empty post. so if you select
'generated', the message won't be post in the feed.
Ah, hmm. According to the API docs, generated is still supposed
to post it to the feed, but not send notifications? Also, the
problem doesn't just occur if generated=true. I've tried it with
generated=false and get the same results. The API seems to just
ignore any post where this flag is present (regardless of
value).
4 comments so far
yes, I do use JSON for my "Jaipo" client. that runs well and did what I wanna do. maybe you could check it, my code url is just in the previous post on #devku.
2 months, 2 weeks ago by BlueT.
So I've narrowed my problem down to the 'generated' flag on the post - if that's present, the API seems to just ignore the post. Is that true, or am I just doing something wrong?
2 months, 2 weeks ago by duwanis.
the 'generated' is for when you're updating your location, and don't need to actually make a new empty post. so if you select 'generated', the message won't be post in the feed.
2 months, 2 weeks ago by BlueT.
Ah, hmm. According to the API docs, generated is still supposed to post it to the feed, but not send notifications? Also, the problem doesn't just occur if generated=true. I've tried it with generated=false and get the same results. The API seems to just ignore any post where this flag is present (regardless of value).
2 months, 2 weeks ago by duwanis.