On 03/21/2013 11:13 PM, Terrence Brannon wrote: > Regarding [part 3 of the > tutorial](http://manual.qooxdoo.org/current/pages/desktop/tutorials/tutorial-part-3.html) > the very last section, "Posting tweets" says two things: > > > * identica uses OAuth authentification for postings. Don't make your self > too > much work by implementing the whole OAuth thing. > * Tweets can be set to identica's web view by just giving a decoded > parameter > to the URL, like in http://identi.ca/?action=newnotice&status_textarea=123. > > Regarding the first statement, [the identica authentication > docs](http://status.net/wiki/Twitter-compatible_API#Authentication) > lists two auth methods, basic and OAuth.
Looking at the sample implementation [1] I think the tutorial wants to suggest that you don't try to authenticate programmatically at all, but just to take advantage of an already existing login. [1] https://github.com/qooxdoo/qooxdoo/blob/release_2_1_1/component/tutorials/tweets/step3/source/class/tweets/IdenticaService.js#post > > Second, in the second statement, I think the word "set" should be "sent" Fixed. > > Third, when a get request is made in the way documented, you simply > get a blank page like so: http://imgur.com/CDSU3OH It seems status_textarea was part of a now deprecated API. Please open a bug for this. > > Shouldnt I be able to visit some page and confirm that the post > actually worked? Yes, a successful post should appear in your time line. T. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
