Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] plan for ECF 3.4 final days

Particularly see the Twitter test code issue [5]...it's going wrong for what looks (to me) like some changes in the twitter service, or the account access or something else.  In any event, please assign the bug to yourself if you

Hi,

Twitter changed its user/password login and now we need to go through the oAuth protocol. This is all fine and dandy but is looks like quite some work to get to know oAuth and how to let it sing with the REST services. 

I have found a nice library [1] called Scribe that aids in getting request and response tokens in place but this will not be done before 3.4 is released. 

I suggest to get rid of the failing tests for now since they do not prove that the REST services are not working, only that we are addressing twitter in an unsupported way.

Regards,

Wim
 
[1] http://github.com/fernandezpablo85/scribe-java/wiki/getting-started
[5] https://bugs.eclipse.org/bugs/show_bug.cgi?id=327994

_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev


Back to the top