Re: [twitter-dev] access token expires ?

2011-05-11 Thread Joshua Nguyen
Tom, If the problem is at timezone, how can it still work in the first some hours (ie : the problem just occurs after i run over 9 hours) ? Josh 2011/5/12 Joshua Nguyen > Thanks, Tom > > I will try and let you know the result. > > Josh > > > 2011/5/4 Tom van der Woerdt > >> Tokens don't expir

Re: [twitter-dev] access token expires ?

2011-05-11 Thread Joshua Nguyen
Thanks, Tom I will try and let you know the result. Josh 2011/5/4 Tom van der Woerdt > Tokens don't expire. > > You should check the timezone settings - while it shouldn't matter, because > a UNIX timestamp is always in UTC, it could be the issue. > > Tom > > > > On 5/4/11 3:26 AM, Joshua Ngu

[twitter-dev] Re: Reducing rate-limited calls to friends/ids

2011-05-11 Thread torncanvas
Thanks for your reply Matt. I'm using friends/ids: http://dev.twitter.com/doc/get/friends/ids I decided to go with friends over followers because the people my application is targeting would be the heavier twitter users, who are more likely to have smaller friends lists compared to their followers

[twitter-dev] Re: what happen if auth token inside search api?

2011-05-11 Thread jimmy6
Then how can i search private twit? On May 12, 2:04 am, Matt Harris wrote: > Hi Jimmy, > > The Search API only indexes public Tweets so it doesn't know about Tweets > from protected users. > > Best, > @themattharris > Developer Advocate, Twitterhttp://twitter.com/themattharris > > On Wed, May 11,

[twitter-dev] problem with site stream oauth

2011-05-11 Thread Michael ZENG
Hi, *I have oauth codes that are currently working very well with the public sample stream. However, when I try to reuse those codes for site stream, I hit 401 error all the time. Can anyone please kindly brief the difference of oauth authentication between sample stream and site stream? * >A litt

[twitter-dev] Re: Twitter Profile Widget Change Header Text

2011-05-11 Thread thomen
Thanks Tim.. yes i just ended up modifying the full source.. very strange they would let you change the footer but not the header! On May 12, 8:12 am, Tim Meadowcroft wrote: > If the standard widget code (http://twitter.com/widgets) is what you're > looking at then I should point out > >  * Autho

[twitter-dev] Re: App got switched to 'read-only' access, now can't switch back to 'read-write'

2011-05-11 Thread Jason Ling
Thanks works now - I was using twitter.com/apps Perhaps that should redirect to http://dev.twitter.com/apps Thanks again! On May 12, 12:34 am, Brian Sutorius wrote: > If you're not editing your application athttp://dev.twitter.com/apps > try there also. This issue can happen on the older app-

Re: [twitter-dev] Reducing rate-limited calls to friends/ids

2011-05-11 Thread Matt Harris
Hi Which method do you use currently to get the users follower list? The best method to use for this is 1/followers/ids which is documented here: http://dev.twitter.com/doc/get/followers/ids Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, May 11, 20

[twitter-dev] Re: Twitter Profile Widget Change Header Text

2011-05-11 Thread Tim Meadowcroft
If the standard widget code (http://twitter.com/widgets) is what you're looking at then I should point out * Author: Dustin Diaz (dus...@twitter.com) * For full documented source see http://twitter.com/javascripts/widgets/widget.js * Hosting and modifications of the original source IS allowe

[twitter-dev] Reducing rate-limited calls to friends/ids

2011-05-11 Thread torncanvas
I'm developing a Twitter visualizer application. Currently it stores tweets in a DB based on a hashtag using the Streaming API, and then looks up the friends (as in friends/ids) lists of those who've tweeted and stores those lists in a DB. In essence, it shows how people tweeting with the same has

[twitter-dev] Re: Introduce yourself!

2011-05-11 Thread torncanvas
My name is Josh, I'm working on a 3d real-time Twitter visualizer for live events. Thanks for letting me be a part of the community :) @godatplay -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancem

Re: [twitter-dev] Widget Multilanguage not working?

2011-05-11 Thread Maximilano Norberto Emmanuelli
ohhh that explains why is not working he! i have it configured in english.. i test what you mention and in fact you're right.. Thanks! On Wed, May 11, 2011 at 4:21 PM, Arnaud Meunier wrote: > Hey there, > > The Language property (lang) only has effect on the actual Tweet Button. > The Share box

Re: [twitter-dev] Widget Multilanguage not working?

2011-05-11 Thread Arnaud Meunier
Hey there, The Language property (lang) only has effect on the actual Tweet Button. The Share box language comes from the authenticated user settings ("Language" option on twitter.com/settings/account). Arnaud / @rno On Tue, May 10, 2011 at 11:30 AM, max2384 wrote: >

[twitter-dev] Re: Is This Possible: People who mention "Term A", also frequently mention "Term B"

2011-05-11 Thread Brian Maso
The term you should Google on is "Bayesian Analysis", which is basically a fancy term assigned to the task of figuring out the probability of event X when you know that a related event Y took place. If you set up your DB correctly, you can use normal SQL to perform ad hoc Bayesian analysis of Twitt

[twitter-dev] Re: What is the best way to find state information from "place" object when place_type is either "poi" or "neighborhood" ?

2011-05-11 Thread Priti
Hi Matt, Thanks for the response. Could I be running into rate limits ? getting constant stream of twitter firehose data - realtime. -Thanks, Priti -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhanc

Re: [twitter-dev] What is the best way to find state information from "place" object when place_type is either "poi" or "neighborhood" ?

2011-05-11 Thread Matt Harris
Hey Priti, To get more information about a place all you need to do is make an API request to the URL in the place object. In your case this would be: http://api.twitter.com/1/geo/id/79c32440a890dad7.json Hope that helps, @themattharris Developer Advocate, Twitter http://twitter.com/themattha

[twitter-dev] What is the best way to find state information from "place" object when place_type is either "poi" or "neighborhood" ?

2011-05-11 Thread Priti
What is the best way to find state information from "place" object when place_type is either "poi" or "neighborhood" ? Is it to take "place.url" and do lookup under "contained_within" ? snippet from tweet: ... "place":"{full_name=Starbucks Coffee, San Francisco, name=Starbucks Coffee, url=http://a

Re: [twitter-dev] Search with multiple terms

2011-05-11 Thread Matt Harris
Hi Adrian, Check out our guide on how to use the Search API: http://dev.twitter.com/pages/using_search It includes information about how to do this and other types of queries. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, May 11, 2011 at 8:50 AM,

Re: [twitter-dev] Auto Authorize Web App (OAuth)

2011-05-11 Thread Matt Harris
Hi David, The process you describe is supported by the Sign in with Twitter flow described here: http://dev.twitter.com/pages/sign_in_with_twitter Think about the permissions you are asking for though. You often don't need more than Read access for this flow as the writeable actions are suppo

Re: [twitter-dev] Re: what happen if auth token inside search api?

2011-05-11 Thread Matt Harris
Hi Jimmy, The Search API only indexes public Tweets so it doesn't know about Tweets from protected users. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, May 11, 2011 at 8:29 AM, jimmy6 wrote: > If it is the case, how can i get/search private twit? >

[twitter-dev] How To Utilize Twitter 1000 Follow Limit

2011-05-11 Thread DoutorJAVA
Hi, I want to monitor the following limit (1000). What time is it resets the limit of my account? How Do I Log (enter) in I Whitelist Twitter? Regards. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enha

Re: [twitter-dev] Basic Streaming API limits question

2011-05-11 Thread Arnaud Meunier
Yes this will be a problem, as you'd be circumventing the limit in place (400 track keywords for the default access level). Please do not do this, and contact us on a...@twitter.com with as much details as possible on your use case and your implementation :) Arnaud / @rno

Re: [twitter-dev] Basic Streaming API limits question

2011-05-11 Thread Thiago Souza
Hi, Basically we are building a twitter monitoring system in which each user specify the tracking keywords. As the number of user grows, naturally, 200 won't be enough, so there will be a need of more connections. So, creating multiple connections from the same IP will be a problem in this case

[twitter-dev] Re: App got switched to 'read-only' access, now can't switch back to 'read-write'

2011-05-11 Thread Brian Sutorius
If you're not editing your application at http://dev.twitter.com/apps try there also. This issue can happen on the older app-edit pages on the main twitter.com domain. Brian Twitter API Policy On May 11, 6:26 am, Damon Parker wrote: > Try with a different browser to see if it is caching the old

[twitter-dev] Search with multiple terms

2011-05-11 Thread Adrian
Is it possible to do a search for multiple words that belong together combined with the OR operator? For example if I want to capture all tweets for "The Bachelor" including people who use hashtags, I would like the query to look something like: the bachelor or thebachelor on Twitter search this

[twitter-dev] Auto Authorize Web App (OAuth)

2011-05-11 Thread davidb2002
Hi, I am using Oauth to create a way for users of our website to login using their twitter account. However, It's quite annoying that everytime they click to sign in with their twitter account they have to grant access each and every time. Couldn't it work so that if it has been granted once they

Re: [twitter-dev] Basic Streaming API limits question

2011-05-11 Thread Arnaud Meunier
Hey Thiago, Technically, the limit is account based (each account may create only one standing connection to the Streaming API). Why would you like to start multiple connections from the same IP? What is your use case? Remember it is not allowed to get around limits in statuses/filter (or statuses

[twitter-dev] Re: Twitter Retweet integration into Facebook's iframe

2011-05-11 Thread Łukasz
OK. I've put a target="_parent" and it works now (not in an iframe, but that's not a problem, it's even better how it works now). Best, Lukasz Wolnik On May 11, 3:39 pm, Łukasz wrote: > I'd like to add an "Tweet" button to an Facebook App's iframe [1]. > Here's code for "Tweet" button: > > http:

[twitter-dev] direct messages / conversations

2011-05-11 Thread galeyte
Hi, I'm building a qml/js app. I'm now getting direct messages and i'm wondering if there's any way to get direct messages by sender screen names or id. IBy now i'm requesting /dirtect_messages.json and /direct_messages/ sent.json and merging the results together to build a tree and i would really

Re: [twitter-dev] Maximum length of User ID

2011-05-11 Thread Arnaud Meunier
Hey Yama, - screen_name: I would go for 20 Chars, as it has been the limit for some time, before we switched to 15 Chars. Some accounts might still have a screen_name > 15 Chars. - User ID: I would take the safest option and treat them as Status ID (20 Chars or 64 bits INT). So if we decided in th

[twitter-dev] Re: what happen if auth token inside search api?

2011-05-11 Thread jimmy6
If it is the case, how can i get/search private twit? On May 10, 10:23 pm, Taylor Singletary wrote: > The Search API will ignore any authentication that you send its way -- it > doesn't know anything about authentication. > > @episod - Taylor Singletary > > On Tue, May

[twitter-dev] Basic Streaming API limits question

2011-05-11 Thread Thiago Souza
Hi, This is pretty basic, but I can not find a clear answer. Is multiple connection from same IP to statuses/filter allowed? If not, what's the limit? Thanks, Thiago Souza -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.c

[twitter-dev] Hi

2011-05-11 Thread Vanessa Barros
Hi ! im from portugal and i want to went to this group :) Im trying to build a connection between Salesforce and Twitter by when a user close a case and insert a solution, it will twitte on twitter :) Best regards! -- Twitter developer documentation and resources: https://dev.twitter.com/doc API

[twitter-dev] Twitter Retweet integration into Facebook's iframe

2011-05-11 Thread Łukasz
I'd like to add an "Tweet" button to an Facebook App's iframe [1]. Here's code for "Tweet" button: http://twitter.com/intent/retweet? tweet_id=65809349737594882&related=twitterapi,twittermedia,twitter,support">Tweet If a user click on that link this [2] happens. Why it doesn't work? Is this poss

[twitter-dev] Problem with friends_timeline

2011-05-11 Thread abbas
Hi, I have an application which fetch tweets from friends_timeline API. I have written a window service which call the API after every minute with parameter count & since_id. I stored last fetched max_id and pass this as since_id for next call but the problem is some tweets are missing. For an in

[twitter-dev] Problem in twitter profile image upload

2011-05-11 Thread Naresh
Hi, I am developing twitter API integration application in which whenever I try to upload profile image it shows me error There was a problem with your picture. Probably too big. in respose. I tried with very small png image 46*42 of size 391bytes but still It shows me the same error. I am using

Re: [twitter-dev] Re: Is This Possible: People who mention "Term A", also frequently mention "Term B"

2011-05-11 Thread JEAN HALL
yes From: Mohan Arun To: Twitter Development Talk Sent: Wednesday, 11 May, 2011 7:22:33 Subject: [twitter-dev] Re: Is This Possible: People who mention "Term A", also frequently mention "Term B" > I do social media strategy and monitoring freelance work, so

Re: [twitter-dev] App got switched to 'read-only' access, now can't switch back to 'read-write'

2011-05-11 Thread Damon Parker
Try with a different browser to see if it is caching the old page for some reason. On Wednesday, May 11, 2011 at 2:11 AM, Jason Ling wrote: > I edited my app, added a picture and saved, and now it's changed to > 'read only' access. > > I edit again and select 'read & write' and save - and it s

[twitter-dev] App got switched to 'read-only' access, now can't switch back to 'read-write'

2011-05-11 Thread Jason Ling
I edited my app, added a picture and saved, and now it's changed to 'read only' access. I edit again and select 'read & write' and save - and it still says 'read only' on the next screen! (application details) I try to create a new app, select 'read & write' and save, and it still says 'read only

[twitter-dev] Maximum length of User ID

2011-05-11 Thread 山田
Hi guys, I'm trying to store UserID, UserName, StatusID, TextComment, etc to DB. I found the max length that UserName was 15 chars, and StatusID was 20 figures, and TextComment was 140 char of course. But not sure about UserID. Does anyone have idea? Thank you. Yama -- Twitter developer document