[twitter-dev] warning 'Tweet Button' please alert securiy twitter team

2010-09-26 Thread Victor Hugo
*warning!! auto post* please check this url : http://twitter.com/share/update?status=test please alert securiy twitter team */share/update?status=* thanks! -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.c

[twitter-dev] not showing the Callback call?

2010-09-26 Thread CI-CUBE
Hi, I'm running a GWT app with RPC Servlets, but use an HTTP Servlet for the twitter auth callback. All and everything works just great except for one thing... I don't need and don't wanna have any visibility of the called callback... But no matter what I try, e.g. SC_NO_CONTENT, it's always visib

[twitter-dev] callbacks to localhost work... why?!

2010-09-26 Thread CI-CUBE
I'm really surprised that twitter oauth negotiation works with localhost callbacks... neither I've authorized localhost as callback domain nor do I understand how this is possible technically... Any comments please? Love to learn... Ekki * GWT Rocks! * SmartGWT Rocks Even Harder! * GWT 2.0.3,

[twitter-dev] Re: not showing the Callback call?

2010-09-26 Thread Ekkehard Beier
I just render a type=\"text/javascript\">window.close() response. This does what I need. Thread closed. Thx anyway Ekki On 9/26/2010 10:22 AM, CI-CUBE wrote: Hi, I'm running a GWT app with RPC Servlets, but use an HTTP Servlet for the twitter auth callback. All and everything works j

[twitter-dev] Getting a Twitter flash app working on external site

Hi guys, I'm doing some website creation for Young Enterprise, and I can't get it working on an external site... This is the code I'm using: http://www.republicofcode.com/tutorials/flash/twitter_widget/index.php This is really annoying, as I spent quite a while trying to get it completely set u

Re: [twitter-dev] callbacks to localhost work... why?!

The callback isn't done server-side. Instead, it simply tells the browser to visit a certain URL. I personally don't like the usage of the word Callback here. I would say that "Return URL" would be a better word. However, the OAuth spec disagrees. Tom On 9/26/10 10:42 AM, CI-CUBE wrote: > I'm r

Re: [twitter-dev] twitter oAuth 401 Unauthorizd error

made callbackurl ="oob", it worked! thanks! On Thu, Sep 23, 2010 at 12:57 AM, Tom van der Woerdt wrote: > There's an oauth_callback in your Base String but not in your > POST/Authorization header. > > Tom > > > On 9/23/10 3:00 AM, bill wrote: > > I have been working on a 401 error from twitter o

[twitter-dev] Re: Find tweets by application?

I am having some problems with making this work. http://search.twitter.com/search.atom?q=oredev Gives many results, including results sent from my app Tweet Note. I am trying to add the source argument as "&source=tweetnote", "...tweet+note", "...Tweet+Note", "TweetNote", and every other combinat

[twitter-dev] Querying rate_limit_status from command line - authentication issue

Hi, Before basic authentication was deprecated, I used to query rate_limit (http://api.twitter.com//1/account/rate_limit_status.xml) from the command line directly with curl or wget . How can I do this now? I do have OAuth working from within my app, but I need a quick way to check my limit. Usin

[twitter-dev] Re: Streaming API skips users

FYI, we found the bug! Twitter API was fine, but yajl-ruby gem has an error that causes it to skip tweets of some lengths, which accounts for the weird way it let some through and not others. We're heading off to correct the Ruby gem now. -Ginny -- Twitter developer documentation and resou

[twitter-dev] TwitterOAuth

Hello, Since the deprecated of the basic auth method, I am now using TwitterOauth from Abraham. I am trying to get all of my followers information in one array so I can use all those information and process it. I call the follow GET from the OAuth: $getids = $oauth->get('followers/ ids'); Now I

Re: [twitter-dev] TwitterOAuth

This should do what you need: http://gist.github.com/598349 Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Sun, Sep 26, 2010 at 13:57, Rick Stuivenber

[twitter-dev] Re: TwitterOAuth

Excellent. This should help me continue doing development. Thank you. On 27 sep, 00:00, Abraham Williams <4bra...@gmail.com> wrote: > This should do what you need:http://gist.github.com/598349 > > Abraham > - > Abraham Williams | Hacker Advocate |http://abrah.am > @abraham |http://pro

[twitter-dev] A Plea to allow auto-unfollow-back vote here!

If auto-follow back is allowed but auto-unfollow back is not allowed, that actually plays in favor of spammers in a big way! Now a spammer can use the tactic to follow/wait for follow-back, then unfollow you, knowing that now thanks to Twitter's infinite wisdom, the automated auto-unfollow-back se

[twitter-dev] Re: Need inputs to implement Twitter app using xAuth

Hi hitesh, I also got successfully performed even my twit also send but I am getting Twitter Exception every time with status code 403. Can you please suggest me how can I solved this problem. Thanks in Advance On Sep 18, 8:35 am, Hitesh wrote: > Hi All, > I was successfully managed to implement

[twitter-dev] AppleScript call to Ruby Script Help

I've written an AppleScript that will choose a graphic to upload and change the profile Image. I found this Ruby Script that does an oAuth call to the update_profile_image API. (http://gist.github.com/97756) I made a few tweaks to use the new API paths, and am successful when typing in Terminal:

[twitter-dev] xauth help for: 'failed to validate oauth signature and token'

Hi folks, I have been banging my head against the wall trying to figure out why I keep getting 'failed to validate oauth signature and token' when requesting the access token using xauth. I did get xauth enabled, however I should point out there is nothing indicating this in the app's detail page

[twitter-dev] problem about Anywhere and Tweetbutton

Hi all, I'm new on the list. I have a problem about @anywhere and tweetbutton in Internet Explorer 8 If I use just @anywhere hovercards there is no problem, but when I add Tweetbutton script in my html code, I get an error like that "This object doesn't support this" My @anywhere code is twtt

Re: [twitter-dev] Tweet button with AJAX content

Hi, I have the same problem. Someone can help us? On Mon, Sep 20, 2010 at 08:45, danny wrote: > I've searched and searched without any luck. > > I have AJAX content coming in, rendered in HTML with Tweet buttons all > over the place. > > Problem is, the Tweet button does not work (since it appea