Dear Martin,

thank you for your answer and offering me to post code with oauth. But
honestly I doubt that I will be fit enough to complete this. I struggle
a lot with qooxdoo and it is some times frustrating. For me Its hard but
I know its worth.

I checked the postings and tried to run the example from github. The app
does not work in my opinion.

var url = "http://twitter.com/statuses/friends_timeline.json";;
this.__store = new qx.data.store.Jsonp(url, null, "callback"); 

The problem is that I cannot get the friends_timeline.json. After
entering username and password the dialog for the login reapears and
qooxdoo never finishes the Jsonp call.

I also must say that it worked once (yesterday. afternoon). In the
evening the same code did show this new behaviour. And firebug reports
the Error with the non supported authentication. Could it be that
twitter changed the login procedure for the jsontimeline after I used it
the frist time? Could you please check if the app runs at your place?

Thanks a lot for your assistance, it is very much appreciated.

Raymond.


-------- Weitergeleitete Nachricht --------
Von: Martin Wittemann <[email protected]>
An: [email protected] <[email protected]>, qooxdoo
Development <[email protected]>
Betreff: Re: [qooxdoo-devel] Twitter Turtorial part 3
Datum: Wed, 1 Sep 2010 08:20:26 +0200


Hello Raymond,

you might have seen that we changed the posting to an even easier way of just 
giving the data to the twitter website. Thats the common way to finish the 
tutorial now. I tried to add the OAuth mechanism but it was way too much work 
for this little tutorial (more than all the other stuff). If you still want to 
give it a try, let me know how you get it done. Maybe we can include your code 
as a sample for everyone who want to try.

Regards,
Martin

Am 31.08.2010 um 22:04 schrieb Raymond Rösch:

> AFAIK did the twitter API change: Twitter does no more allow to login by 
> basic authentication. OAUTH is used instead.
> Has somebody an idea how to finish this tutorial using OAUTH?
> 
> Thank you,
> Raymond
> 
> 
> <ATT00001..txt><ATT00002..txt>

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to