<div dir="ltr"><div><div>That's great.<br></div>Thanks for your efforts.<br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 1, 2013 at 3:24 PM, Daniel Kreuter <span dir="ltr"><<a href="mailto:daniel.kreuter85@gmail.com" target="_blank">daniel.kreuter85@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ok just had a quick look at both returned JSON objects, they look<br>
quite similar so I will have a quick test later and see if it works.<br>
<br>
So before release of 1.4 I will have a look at it.<br>
<div class="HOEnZb"><div class="h5"><br>
On Thu, Aug 1, 2013 at 9:14 AM, Daniel Kreuter<br>
<<a href="mailto:daniel.kreuter85@gmail.com">daniel.kreuter85@gmail.com</a>> wrote:<br>
> Hi Mehrdad,<br>
><br>
> sorry for not hearing anything from me so far, I've been quite busy<br>
> over the last weeks.<br>
><br>
> From my pov releasing without working lists would be fine, I don't<br>
> know how many people use this feature at all (I didn't know that lists<br>
> existed until the bug report)<br>
><br>
> If someone wants to step up and fix it before the release here's what<br>
> I remember:<br>
> As already mentioned on this thread the api call has changed. The new<br>
> call needs different parameters than the old one (which is the easy<br>
> part).<br>
> I don't know if the returning JSON is the same as used for the<br>
> timelines, this needs to be checked. If they are the same, than this<br>
> would be easy to do.<br>
> Currently the jobs are queued in a list and when the timelines are<br>
> updated, each queued job will be worked on. When the returned JSON are<br>
> the same for lists and the other timelines, no change needed here.<br>
> If they differ, we would need something different for the lists.<br>
><br>
> I will see if I find the time this weekend to have a deeper look at this.<br>
><br>
> Greetings<br>
><br>
> Daniel<br>
><br>
> On Thu, Aug 1, 2013 at 4:26 AM, Mehrdad Momeny <<a href="mailto:mehrdad.momeny@gmail.com">mehrdad.momeny@gmail.com</a>> wrote:<br>
>> Any update Daniel?<br>
>> How about releasing current version without Lists for now. it at least works<br>
>> for other things!<br>
>><br>
>> Regards,<br>
>> Mehrdad<br>
>><br>
>><br>
>> On Thu, Jul 11, 2013 at 12:07 AM, Mehrdad Momeny <<a href="mailto:mehrdad.momeny@gmail.com">mehrdad.momeny@gmail.com</a>><br>
>> wrote:<br>
>>><br>
>>> How can I help you? I can't get it from your message :/<br>
>>><br>
>>><br>
>>> On Tue, Jul 9, 2013 at 8:44 PM, Daniel Kreuter<br>
>>> <<a href="mailto:daniel.kreuter85@gmail.com">daniel.kreuter85@gmail.com</a>> wrote:<br>
>>>><br>
>>>> Hi,<br>
>>>><br>
>>>> thanks for the information.<br>
>>>> Yeah the authorizationHeader method was actually in there, what I<br>
>>>> didn't know was that the OAuth tool didn't like GET parameters.<br>
>>>><br>
>>>> I had a look at the GET lists/statuses this morning and this piece<br>
>>>> needs some more work than I thought since the API is totally different<br>
>>>> from the one used by the other timeline api calls.<br>
>>>> I will do it in a new method. I just don't know how to do the actual<br>
>>>> call yet, since we want to update the list timelines when we start the<br>
>>>> application or manually want to update the timelines.<br>
>>>><br>
>>>> Cheers<br>
>>>><br>
>>>> On Sun, Jul 7, 2013 at 5:50 AM, Mehrdad Momeny <<a href="mailto:mehrdad.momeny@gmail.com">mehrdad.momeny@gmail.com</a>><br>
>>>> wrote:<br>
>>>> > Hi Daniel,<br>
>>>> > It fixed, as you already seen the commit ;)<br>
>>>> > But for next step, it seems that the method to fetch a list timeline is<br>
>>>> > changed, please fix this one :)<br>
>>>> > <a href="https://dev.twitter.com/docs/api/1.1/get/lists/statuses" target="_blank">https://dev.twitter.com/docs/api/1.1/get/lists/statuses</a><br>
>>>> ><br>
>>>> > And one note: we have a function(authorizationHeader()) in<br>
>>>> > TwitterApiMicroBlog class which get account, url and params, and create<br>
>>>> > the<br>
>>>> > authorization header string. so we don't need to do OAuth stuff<br>
>>>> > everywhere,<br>
>>>> > just use it.<br>
>>>> ><br>
>>>> > Cheers,<br>
>>>> > Mehrdad<br>
>>>> ><br>
>>>> ><br>
>>>> > On Thu, Jul 4, 2013 at 5:01 PM, Mehrdad Momeny<br>
>>>> > <<a href="mailto:mehrdad.momeny@gmail.com">mehrdad.momeny@gmail.com</a>><br>
>>>> > wrote:<br>
>>>> >><br>
>>>> >> I will check this method on weekend :)<br>
>>>> >><br>
>>>> >> Regards,<br>
>>>> >> Mehrdad<br>
>>>> >><br>
>>>> >><br>
>>>> >> On Thu, Jul 4, 2013 at 4:50 PM, Daniel Kreuter<br>
>>>> >> <<a href="mailto:daniel.kreuter85@gmail.com">daniel.kreuter85@gmail.com</a>> wrote:<br>
>>>> >>><br>
>>>> >>> Hi,<br>
>>>> >>><br>
>>>> >>> Mehrdad, can you check with the OAuth Tool what could be the problem<br>
>>>> >>> in microblogs/twitter/twittermicroblog.cpp and the method<br>
>>>> >>> fetchUserLists? I changed the url to the appropriate one used by the<br>
>>>> >>> twitter api but get the above error and I don't know why, the OAuth<br>
>>>> >>> signature looks ok for me.<br>
>>>> >>><br>
>>>> >>> Cheers<br>
>>>> >>><br>
>>>> >>> On Mon, Jul 1, 2013 at 6:18 PM, Daniel Kreuter<br>
>>>> >>> <<a href="mailto:daniel.kreuter85@gmail.com">daniel.kreuter85@gmail.com</a>> wrote:<br>
>>>> >>> > Hi,<br>
>>>> >>> ><br>
>>>> >>> > I'm currently working on the not working lists for the twitter api<br>
>>>> >>> > change and<br>
>>>> >>> > get an error from twitter from which I don't understand why I get<br>
>>>> >>> > it.<br>
>>>> >>> > If I lookup a user's lists (in this case xardas008 which is me) I<br>
>>>> >>> > get<br>
>>>> >>> > the<br>
>>>> >>> > following JSON object:<br>
>>>> >>> > {"errors":[{"message":"Could not authenticate you","code":32}]}<br>
>>>> >>> ><br>
>>>> >>> > So it seems that something with the OAuth token may be wrong at<br>
>>>> >>> > this<br>
>>>> >>> > place. I<br>
>>>> >>> > checked the code but it seems to look right.<br>
>>>> >>> ><br>
>>>> >>> > Any ideas?<br>
>>>> >>> ><br>
>>>> >>> > Cheers<br>
>>>> >>> ><br>
>>>> >>> > Daniel<br>
>>>> >>> _______________________________________________<br>
>>>> >>> Choqok-devel mailing list<br>
>>>> >>> <a href="mailto:Choqok-devel@kde.org">Choqok-devel@kde.org</a><br>
>>>> >>> <a href="https://mail.kde.org/mailman/listinfo/choqok-devel" target="_blank">https://mail.kde.org/mailman/listinfo/choqok-devel</a><br>
>>>> >><br>
>>>> >><br>
>>>> ><br>
>>><br>
>>><br>
>><br>
</div></div></blockquote></div><br></div>