Re: twitter4j + GWT

2011-09-29 Thread Gal Dolber
I don't think twitter4j works on gwt. I use this http://code.google.com/p/gwt-rest-client/ to call twitter from gwt On Wed, Sep 28, 2011 at 11:50 PM, Bruno Sandivilli bruno.sandivi...@gmail.com wrote: Anyone can help me with this? I want to have an ouath twitter application based on on GWT

Re: twitter4j + GWT

2011-09-29 Thread Bruno Sandivilli
Thanks, thisis a great lib. But if i want to twitt with the use acount? I will need the oauth procedure, alright? 2011/9/29 Gal Dolber gal.dol...@gmail.com I don't think twitter4j works on gwt. I use this http://code.google.com/p/gwt-rest-client/ to call twitter from gwt On Wed, Sep 28

Re: twitter4j + GWT

2011-09-29 Thread Sean
Can you use RPC's to pass everything twitter4j needs to the server and make your call from there? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit

twitter4j + GWT

2011-09-28 Thread Bruno Sandivilli
Anyone can help me with this? I want to have an ouath twitter application based on on GWT. But i cant add twitter4j on client side, so how can i manage the callback url(for example)? Any code snippets are welcome :). Thanks! -- You received this message because you are subscribed to the Google

twitter4j + gwt + oauth....

2009-09-13 Thread PJ Gray
Sure manhere is what I am doing, but please read the notes afterwards, cause I am still learning and I think parts of this process are either not secure and/or won't work in practice. But it did work at 4am last night (and I had only had like 4 beers :) ) I used twitter4j, and followed

Twitter4J

2009-07-30 Thread mugathur
Hello. I was wondering if anyone had any experience with twitter4j and the google web toolkit. I'm fairly new to web programming and I'm not entirely sure where to execute the sample code. Specifically, I'm trying to get the OAuth working. There is sample code here: http://yusuke.homeip.net