[twitter-dev] Re: Best way of finding favorites of a user's statuses

2010-11-12 Thread Georgios
Hi Tobias That's not available via the REST API but available on our site Favorious at: http://favorious.com If you want an API solution, the only way as far as I know is to: 1. Either use Site Streaming API for the users that you want (you get notified once a tweet of theirs has beenn

Re: [twitter-dev] Broken Json Status on Streaming API

2010-11-12 Thread Augusto Santos
In this period of wrong json status, I received either wrong date format of created_at 2747941206892544 Thu Nov 11 35:42:14 + 2010 2565022072963072 Thw Nov 11 03:35:23 + 2010 256213672896 Tju Nov 11 03:23:54 + 2010 2550619441209344 Thu Nov 11 02:38:0; + 2010

[twitter-dev] Hat’s off to you and your colleagues

2010-11-12 Thread Dave-twiends
To the twitter team, I just wanted to drop you guys a quick note to say, great job..! I follow these groups and it seems that you guys don’t get enough thank you’s, so thank you..! I’ve been using the API for over a year now and I can’t tell you how impressed I am with it. You’ve steadily

[twitter-dev] How to maintain session when we are using two twitter Applications

2010-11-12 Thread Sai
Hi, I think i will get solution from anyone of you. In that project i am working user need to add twitter account. For adding twitter account i used a an application. Up to now it is working fine. Here we an have an option to login using facebook, google, twitter accounts. When user log in

[twitter-dev] How to embed twitter share inside my page

2010-11-12 Thread bagusflyer
Hello everybody, I'm a new member of twitter community. What I'm going to do is to put the twitter share page inside my own page. I'm using iframe for this. Here is my code: iframe name=content_frame marginwidth=0 marginheight=0 width=100% height=100%

[twitter-dev] About Twitter API

2010-11-12 Thread Saurabh
Hello Sir, I am developing addnewfolloers.com like application. I am not understanding the way how I will access the information. I have seen your example. I will access twitter from my application. In CONSUMER_KEY and CONSUMER_SECRET, Have I pass my keys or user (whose info i want to access).

[twitter-dev] Direct Message Entities

2010-11-12 Thread David W
I'm looking at the http://api.twitter.com/version/direct_messages.json API and the documentation states that it supports the include_entities parameter, but no matter what I do I don't seem to get any entity data back in the response. I'm testing with the Apigee API Console and using the

[twitter-dev] Goodbye list!

2010-11-12 Thread Anton Krasovsky
Guys, for the last several months I hardly did any work on my app, or any twitter-related development work for that matter. I'm going to put the project I was working on ( http://pavo.me a j2me twitter client ), on hold and unsubscribe from the list. I can opensource PavoMe, if there is interest

[twitter-dev] IE9 Add links to this. How they do it?

2010-11-12 Thread Genarg
http://twitter.com/share?ocid=ie9_bow_10A86CC3-0BFD-4FF8-B8E1-309195125FC4url=http://bit.ly/aQqo6ctext=%23IE9 I found a Flash add in a website. The first one thanks me to using IE9. After I visite another article in the same website and ask me to share IE9 on twitter. I click to see what they

[twitter-dev] Twitter Button..

2010-11-12 Thread Ace Khor
Hi, I need someone teach me on how to create a twitter button with embedded message inside(because I do not want user to change for the wording) and able to have a callback function to track on user had tweet for the message? I tried @Anywhere API with the tweetBox function, it is do have

[twitter-dev] tweet from my website to my own twtter account

2010-11-12 Thread nicarcola
On my website you can place rides I want to tweet this rides automaticly to my own twitter account. Is there an example of this function? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

Re: [twitter-dev] Hat’s off to you and your collea gues

2010-11-12 Thread Ryan Sarver
Dave, we really appreciate your note and the kind words. We appreciate all the time that you guys as developers devote to working on our API, providing feedback and being an active part of the community. It's great to know that Taylor, Matt and the rest of the team's hard work pays off sometimes

[twitter-dev] Re: Streaming Tweets to my own website!!!

2010-11-12 Thread Steven Owens
On Nov 12, 9:12 am, Itsscotty scott.barn...@headroomdesign.co.uk wrote: Hi, I am new to twitter  and one of my clients has requested that he would like to stream his tweets on his own website, is this possible? Can anyone point me in the correct direction? I only know html coding for

[twitter-dev] OAuth - Posting in twitter with coldfusion

2010-11-12 Thread Guilherme Luís Silva
After this OAuth is necessary, i can't post anylonger messages with coldfusion, i need to authenticate my app ok, but how do i do this in CF? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] Twitter Feed Randomly Disappears and Reappears

2010-11-12 Thread iluvpinkerton
We recently added a twitter feed to our website and it was working fine. Then we noticed that every once in while (a few times in the past couple hours) the tweets in the feed will disappear. A few minutes later it will be back again. However, I think it's important to note that when the tweets do

[twitter-dev] Twitter Feed Randomly Disappears and Reappears

2010-11-12 Thread iluvpinkerton
We recently added a twitter feed to our website and it was working fine. Then we noticed that every once in while (a few times in the past couple hours) the tweets in the feed will disappear. A few minutes later it will be back again. However, I think it's important to note that when the tweets do

Re: [twitter-dev] Twitter Feed Randomly Disappears and Reappears

2010-11-12 Thread Taylor Singletary
Hi Taylor, It looks like you're using a Twitter API widget on oscars.org -- the Twitter API is rate limited by IP address -- if you're on a network with a lot of other people (in an office building with a shared external IP address, for example), often the amount of API calls that can be made to

[twitter-dev] Re: Hat’s off to you and your collea gues

2010-11-12 Thread Jeff Tidwell
I couldn't agree more! Thank you. Thank you. On Nov 12, 10:46 am, Ryan Sarver rsar...@twitter.com wrote: Dave, we really appreciate your note and the kind words. We appreciate all the time that you guys as developers devote to working on our API, providing feedback and being an active part of

[twitter-dev] Re: Twitter streaming API using oauth with tracks that have spaces?

2010-11-12 Thread dan
Taylor, Thanks for your response. The crux might be Normalizing spaces to %20, and avoiding + is also a best practice. tweetstream4j uses Apache's HttpClient 4.0 (see http://hc.apache.org/httpcomponents-client-ga/index.html). I believe if a request has application/x-www-form-urlencoded params,

Re: [twitter-dev] Re: Twitter streaming API using oauth with tracks that have spaces?

2010-11-12 Thread Taylor Singletary
The differences between + are %20 are subtle. When you are using + instead, it *should* still work as long as + is represented in your signature base string as: %2B Are you able to see what + yields in your signature base string? A little background on the difference between + and %20 in

[twitter-dev] Re: Error / lack of clarity in the OAuth documentation regarding the oauth_callback parameter

2010-11-12 Thread Tim Bull
FYI I see the correct flow is documented here: http://groups.google.com/group/twitter-api-announce/browse_frm/thread/472500cfe9e7cdb9?hl=en It's just not in the actual formal doco. Cheers, Tim On Nov 13, 4:29 pm, Tim Bull tim.b...@binaryplex.com wrote: Hi, I'm building a site that