[twitter-dev] OAuth example in Java language

2009-05-05 Thread Yusuke
Hi, I wrote an OAuth example code for Java language. http://yusuke.homeip.net/twitter4j/en/code-examples.html#oauth I hope you can add the link to the following page. http://apiwiki.twitter.com/OAuth-Examples Cheers, Yusuke

[twitter-dev] Re: Direct Message Emails Vulnerable?

2009-05-05 Thread Arik Fraimovich
I do have to question having your client verify DKIM again, though.   These activities should be dealt with inside of your MTA and not a   mail destination script hanging off of the MTA. What exactly are you   trying to protect against? A user forging an email to your MTA as   twitter? Yes -

[twitter-dev] Re: List of API methods

2009-05-05 Thread Mike Lewis
Sorry, don't know if the message I just sent got sent or discarded. In short: http://github.com/mikelikespie/TwitterLibGen/ data.py What I'd like the data to be something like. (first 3 at least) (the rest were scraped and probably are incorrect) tweetgen.py Self generating

[twitter-dev] Handling the OAuth flow when the user clicks Deny / Decline

2009-05-05 Thread jmathai
When the user clicks decline the flow is abruptly disrupted. I didn't see anything in the OAuth spec that specifies how a decline is handled. It would be nice if there was a decline url that the application could specify which the user is redirected to.

[twitter-dev] Re: Seeing truncated XML responses again

2009-05-05 Thread atifzshaikh
Any updates on this issue? Received a few more cases today. Seems to be caused by a timeout issue on twitter's end. Thanks, Atif On May 4, 10:35 am, atifzshaikh atif.zsha...@gmail.com wrote: Received 8 more cases over the weekend. Please let me know if you need more details. - Atif On

[twitter-dev] Re: Adding @username replies to twitter feed?

2009-05-05 Thread Mark Mzyk
J, We currently do this for the getecouraged feed ( http://twitter.com/getencouraged). I wrote a custom script that runs on a cron job that retweets replies to the getnecouraged feed every five minutes using the twitter api (or more specifically, the twitter gem - the script is written in ruby).

[twitter-dev] Re: OAuth example in Java language

2009-05-05 Thread Doug Williams
Added! First Java example, too. Thanks for contributing. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Mon, May 4, 2009 at 11:21 PM, Yusuke yus...@mac.com wrote: Hi, I wrote an OAuth example code for Java language.

[twitter-dev] Re: Direct Message Emails Vulnerable?

2009-05-05 Thread John Adams
On May 4, 2009, at 10:14 PM, Arik Fraimovich wrote: You're right. After doing a quick reading yesterday, I realized that I can configure Postfix to do this validations for me. The only reason I'm still considering doing the DomainKeys validation in my code is because I heard more than once

[twitter-dev] Re: Handling the OAuth flow when the user clicks Deny / Decline

2009-05-05 Thread Doug Williams
I'm trying to decide if this could easily be part of [1]? Any objections for these to be one in the same? 1. http://code.google.com/p/twitter-api/issues/detail?id=545 Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Tue, May 5, 2009 at 8:27 AM, jmathai

[twitter-dev] Re: Adding @username replies to twitter feed?

2009-05-05 Thread J
Please. As it stands right now I'm using the RSS search function for @celebfood and then bringing that into Yahoo Pipes to create a new RSS, then importin that RSS through twitterfeed, which really isn't working. The sooner I can get this functionality in, the better. On May 5, 11:25 am, Mark

[twitter-dev] HTML Encoded Return Values

2009-05-05 Thread mattarnold1977
I was wondering if Twitter was going to encode all status text return elements as HTML? Right now, if you use the Search API, the text of a status comes back HTML encoded. However, if you perform an update status call, the returned status text is not HTML encoded. -Matt

[twitter-dev] Re: Handling the OAuth flow when the user clicks Deny / Decline

2009-05-05 Thread Eric Martin
Doug, I think using the same URL would work, but it might be nice to have an extra (or different) param added in order to determine the reason. For example, if a user revokes access from the web and Twitter notifies the URL, the app may just be updating values in a DB, not displaying anything.

[twitter-dev] Re: Adding @username replies to twitter feed?

2009-05-05 Thread Chad Etzel
Please. Your description of the problem is quite lacking. As it stands I have no idea what you're talking about. Please give an example of what you're trying to do? Chad On May 5, 2009, at 10:15 AM, J jpic...@gmail.com wrote: Please. As it stands right now I'm using the RSS search

[twitter-dev] Authenticate, OAuth and Force_login

2009-05-05 Thread Paul Kinlan
Hi Guys, I am having a couple of issues with using Authenticate using OAuth and force_login = true parameter. Can someone confirm that I am being an idiot? :) If I am currently logged in to twitter all my requests are authenticated against that user regardless of the username password

[twitter-dev] Re: List of API methods

2009-05-05 Thread Mike Lewis
Here's a few other examples to show that this isn't the first time somebody thought this might be a nice method http://www.rememberthemilk.com/services/api/methods/rtm.reflection.getMethodInfo.rtm http://84.234.17.86:84/Tools/API/Method/?name=metaweather.reflection.getMethodInfo

[twitter-dev] Re: List of API methods

2009-05-05 Thread Chad Etzel
I fully support this idea since, by definition, an API is a list or document of function prototypes (or signatures of what have you). Chad Sent from an airplane. Shh don't tell anyone. On May 5, 2009, at 1:17 PM, Mike Lewis mikelikes...@gmail.com wrote: Here's a few other examples to

[twitter-dev] Re: Adding @username replies to twitter feed?

2009-05-05 Thread J
Username celebfood. I'm looking to add a functionality where ANY reply @celebfood from a twitter user can be added to the feed. Not just the reply feed, the public feed. On May 5, 3:27 pm, Chad Etzel jazzyc...@gmail.com wrote: Please. Your description of the problem is quite lacking. As it  

[twitter-dev] Re: Adding @username replies to twitter feed?

2009-05-05 Thread Peter Denton
A quick and dirty was to do this would be to pull your replies stream and RT them. You could even then throw on some hash tags to reach diff users. On Tue, May 5, 2009 at 1:29 PM, J jpic...@gmail.com wrote: Username celebfood. I'm looking to add a functionality where ANY reply @celebfood from

[twitter-dev] Re: List of API methods

2009-05-05 Thread Mike Lewis
Just a side note, after thoroughly inspecting the API wiki, the docs are very inconsistent from method to method. On May 5, 1:41 pm, Chad Etzel jazzyc...@gmail.com wrote: I fully support this idea since, by definition, an API is a list or   document of function prototypes (or signatures of

[twitter-dev] Creating A Live Twitter Feed For My Website

2009-05-05 Thread Smstromb
I'm looking to create a live twitter feed for my website. I have a great deal of twitter api experience but I'm not exactly sure how to go about doing it. I need to display the last 5 posts on my website and then append a new posts as they come in to the top of the list and delete the bottom post

[twitter-dev] Re: Creating A Live Twitter Feed For My Website

2009-05-05 Thread Peter Denton
www.treetgrid.com. You can customize to your hearts desire. On Tue, May 5, 2009 at 2:32 PM, Smstromb spence...@gmail.com wrote: I'm looking to create a live twitter feed for my website. I have a great deal of twitter api experience but I'm not exactly sure how to go about doing it. I need to

[twitter-dev] Re: Creating A Live Twitter Feed For My Website

2009-05-05 Thread Peter Denton
sorry, http://tweetgrid.com/widget/ On Tue, May 5, 2009 at 2:32 PM, Smstromb spence...@gmail.com wrote: I'm looking to create a live twitter feed for my website. I have a great deal of twitter api experience but I'm not exactly sure how to go about doing it. I need to display the last 5

[twitter-dev] Re: List of API methods

2009-05-05 Thread Doug Williams
MIke, File bugs against the docs and I will fix them, where appropriate. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Tue, May 5, 2009 at 1:57 PM, Mike Lewis mikelikes...@gmail.com wrote: Just a side note, after thoroughly inspecting the API wiki, the

[twitter-dev] Re: Adding @username replies to twitter feed?

2009-05-05 Thread Michael Ekstrand
J jpic...@gmail.com writes: Username celebfood. I'm looking to add a functionality where ANY reply @celebfood from a twitter user can be added to the feed. Not just the reply feed, the public feed. If you can run a service authenticated as celebfood, you can pull down the public and