Hi all,

 

I've tried to get user timeline as Json object from my local laconica
instance. The problem is, if the page number parameter (&page=.) is bigger
than 2, a empty Json object will be returned. There are a lot of messages
(more than 20), if I call

/api/statuses/user_timeline.json?user_id=serge
<http://localhost/laconica/api/statuses/user_timeline.json?user_id=serge&cou
nt=1&page=1> &count=1&page=1 , it works. I get the last status from user
serge. If I call

/api/statuses/user_timeline.json?user_id=serge
<http://localhost/laconica/api/statuses/user_timeline.json?user_id=serge&cou
nt=1&page=2> &count=1&page=2 , it works. I get next to last status. But by
starting to call a URL with page parameter bigger than 2, for example

/api/statuses/user_timeline.json?user_id=serge
<http://localhost/laconica/api/statuses/user_timeline.json?user_id=serge&cou
nt=1&page=3> &count=1&page=3 , a empty Json object will be returned. I tried
to test it on identi.ca and it did work fine. But it is not running on my
both (one local and another one on my server) laconica instances ((both have
the version 0.7.3)).

 

I tried to change the URL to /api/statuses/user_timeline/serge.json?count=1
<http://localhost/laconica/api/statuses/user_timeline/serge.json?count=1&pag
e=3> &page=3 or  to use the screen_name instead of user_id and it did not
work too.

 

Somebody knows what can be wrong there?

__

Serge

 

_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to