[twitter-dev] Re: retweeted always returing as false in /1/statuses/user_timeline.json

2010-11-16 Thread Carlos M.
Guys, any update in this issue? still getting all the retweeted values False. On Oct 18, 10:28 am, Carlos M. carlos.mes...@gmail.com wrote: Any update on this issue? I don't see any news in the mailing list :-/ Cheers, Carlos On Sep 4, 8:27 pm, Orian Marx (@orian) or...@orianmarx.com wrote:

Re: [twitter-dev] Suppress source

2010-11-16 Thread Taylor Singletary
There's no way to surpress the source tag at this time. On Mon, Nov 15, 2010 at 4:58 PM, dcheckoway dchecko...@gmail.com wrote: Is there any way to keep source from appearing when using statuses/ update? My understanding is that source is tied directly to the oauth consumer that's posting on

[twitter-dev] newbie question

2010-11-16 Thread kual...@gmail.com
I am seeking a file that has a record by twitter user. the record would contain minimally the lat-lon coordinates of the twitter user location. preferred addl fields would be date and number of tweets; ideally this would be a file generated daily. does this exist in a downloadable form? I seek

[twitter-dev] Re: Creating a tweet this button in flash

2010-11-16 Thread Theo
Hi, i discovered something that worked, i was browsing the topics again and i found one of tweet me, i used it and worked fine for what i wanted. but if there are more ways to this i would like to know. Thanks Here is how i did it. on (press) {

[twitter-dev] Re: Difference between Authenticated and Unauthenticated Call

2010-11-16 Thread Ganesh Peria
Thanks for the reply. Need some more clarification. My web application enable user to tweet in their twitter accounts. A user can tweet after he is logged in and authorizes my app. So asking login credentials and autorizing my application requires some api calls. Will these be counted under rate

[twitter-dev] Re: Should I Request a token?

2010-11-16 Thread Sathappan
Hi Taylor, Thanks for the help ! On Nov 16, 4:37 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi there, For now, you can put a link to any web page that represents you, the company you work for, or the project you're working on. These fields are more for record-keeping than

[twitter-dev] getting date and time

2010-11-16 Thread sven
Dear developers, I would like to get the statuses from a certain period of time (e. g. from November 1, 2010 to November 15, 2010) via API. Is there a way to get them directly by date and time or do I have to go via the status id instead (i.e. using since_id and max_id)? If I have to use the

Re: [twitter-dev] Update Status

2010-11-16 Thread anoop kp
Hi Taylor, Thanks !! Some of the issues i have solved . Now i am getting an error *Could not authenticate you* Why twitter throwing this error .. On Tue, Nov 16, 2010 at 8:08 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Anoopkp, You'll have more luck finding help for

[twitter-dev] Re: Difference between Authenticated and Unauthenticated Call

2010-11-16 Thread @Red_Eyes
If I understand you correctly, you want to build in some sort of interface into your site to allow users to Tweet from it under their own accounts. You would use oAuth to set up the credentials. Establishing these credentials would not count towards the rate limit as it is done through the Twitter

[twitter-dev] Twitter Psychological Personality Profiling

2010-11-16 Thread Ciarán
Hi I hope I'm not posting this in the wrong area, as I haven't posted here before and am not a developer. I am a lecturer and researcher at Dublin Business School and I've tried to find what I'm looking for elsewhere, but so far haven't found what I need. I reckon this is fairly straightforward,

Re: [twitter-dev] Twitter Psychological Personality Profiling

2010-11-16 Thread M. Edward (Ed) Borasky
Before going too far down this path, you might want to take a look at a. The research of Dan Zarrella (@danzarrella) at HubSpot. He's done some extensive research in this area and most of it is publicly available for free (well, you *do* have to get into their email contact database) b.

[twitter-dev] Re: Twitter Psychological Personality Profiling

2010-11-16 Thread Damon C
You can also take a look at one of my apps that pulls out a lot of this data for any (public) Twitter user. http://tweetstats.com/graphs/dacort shows my activity since I joined Twitter and can be broken down by month. I'd be very interested in hearing your conclusions, feel free to let me know

[twitter-dev] URGENT: Advice on building the correct API stream

2010-11-16 Thread Neil
We have previously raised a request to obtain twitter whitelisting but have been told by Twitter (Brian) that we have built the wrong solution. Our developers are struggling to understand which solution they need to build for our site www.mystweet.com in order to get whitelisted. They have

Re: [twitter-dev] URGENT: Advice on building the correct API stream

2010-11-16 Thread Tom van der Woerdt
The Streaming API to which Brian referred is: http://dev.twitter.com/doc/post/statuses/filter Tom On 11/16/10 10:32 PM, Neil wrote: We have previously raised a request to obtain twitter whitelisting but have been told by Twitter (Brian) that we have built the wrong solution. Our developers

Re: [twitter-dev] URGENT: Advice on building the correct API stream

2010-11-16 Thread Taylor Singletary
Hi Neil, What are you particularly trying to accomplish with your Twitter Integration? How are tweets used in the application? What APIs were you leveraging when you were planning a REST-only solution? While Site Streams is officially beta right now, it's very reliable -- but whether it's the

Re: [twitter-dev] URGENT: Advice on building the correct API stream

2010-11-16 Thread Thomas Mango
Just wanted to chime in quickly. I've been using Site Streams in production for over a month now and have found them to be absolutely fantastic. Really rock solid. If Site Streams are indeed what you're looking for, I wouldn't let the beta tag scare you away. Taylor Singletary wrote: Hi

Re: [twitter-dev] URGENT: Advice on building the correct API stream

2010-11-16 Thread Neil Sheth
Hi Taylor, We are pulling in tweets into our site for various twitter users and displaying their tweets. The part that confuses me is whether we need to build the API stream that Brian described in his email (Statuses/Filter) or the site_streams API as mentioned by our developers? Also, just to

Re: [twitter-dev] URGENT: Advice on building the correct API stream

2010-11-16 Thread Tom van der Woerdt
If the only thing you want to do is follow the tweets of some users, your best option is the filter stream. Tom On 11/16/10 11:04 PM, Neil Sheth wrote: Yes - but it looks like the site_streams API (in beta) does the same thing, unless I'm missing something. Just wondering whether we need to

Re: [twitter-dev] URGENT: Advice on building the correct API stream

2010-11-16 Thread Neil Sheth
Great - thanks Tom. For our site we will be pulling in quite few thousand tweets per hour. Do you see any limitation with this API? On 16 November 2010 22:01, Thomas Mango tsma...@gmail.com wrote: Just wanted to chime in quickly. I've been using Site Streams in production for over a month

Re: [twitter-dev] URGENT: Advice on building the correct API stream

2010-11-16 Thread yaemog Dodigo
Hi, as far as I understand the docs there is no limit on the tweets for stream/filter. However, as a regular user you can only follow up to 5000 users (but you should get all of their tweets). If this limits you, you can apply for Shadow-role to up this limit to more users (20k afair). To answer

Re: [twitter-dev] URGENT: Advice on building the correct API stream

2010-11-16 Thread Taylor Singletary
One way to approach this problem: For each user's tweets that you want to track -- do you want to require that user to be an authenticated member of your site and opt-in to having you track their tweets, likely in the context of providing a (mostly private) Twitter client experience on the web

Re: [twitter-dev] URGENT: Advice on building the correct API stream

2010-11-16 Thread Adam Green
I'm using the streaming API to pull in tweets at that rate for several sites with no problem. The default access level gives you all the tweets for up to 5,000 users. http://dev.twitter.com/pages/streaming_api_methods#statuses-filter From my experience, if you create a useful site for this level

Re: [twitter-dev] URGENT: Advice on building the correct API stream

2010-11-16 Thread Neil Sheth
Thanks D - Shadow-role, no doubt I will need to reference this email when we get there! On 16 November 2010 22:16, yaemog Dodigo yae...@gmail.com wrote: Hi, as far as I understand the docs there is no limit on the tweets for stream/filter. However, as a regular user you can only follow up to

Re: [twitter-dev] URGENT: Advice on building the correct API stream

2010-11-16 Thread Neil Sheth
This is very clear now, thanks for the advice. On 16 November 2010 22:17, Taylor Singletary taylorsinglet...@twitter.comwrote: One way to approach this problem: For each user's tweets that you want to track -- do you want to require that user to be an authenticated member of your site and

[twitter-dev] Use DM to channel to the user

2010-11-16 Thread Brutuscat
Hi, I have a couple of questions regarding user/application-site communication: Is it OK to send Direct Messages to the user using my application as a direct communication channel? There is any way to get the user email automatically after using the authenticate (single login)? Alternatives?

Re: [twitter-dev] URGENT: Advice on building the correct API stream

2010-11-16 Thread M. Edward (Ed) Borasky
Quoting Tom van der Woerdt i...@tvdw.eu: If the only thing you want to do is follow the tweets of some users, your best option is the filter stream. Yep - you now get 5000 users from 'filter' without applying for elevated access, and many more if you qualify for elevated access. In

[twitter-dev] streaming api delete status notice problem

2010-11-16 Thread Furkan Kuru
We aggregate tweets of a few thousands of people using Streaming API follow. Streaming api gives us tweets of other people who mention our set of users. The problem rises when the other people delete their tweets. These delete notifications do not reach us and we can not delete those tweets. We

[twitter-dev] Re: Direct Message Entities

2010-11-16 Thread David W
I think I'm going to raise a ticket on this if no-one has any bright ideas? Cheers, dw. On Nov 12, 10:54 am, David W d_wy...@yahoo.com wrote: I'm looking at thehttp://api.twitter.com/version/direct_messages.json API and the documentation states that it supports the include_entities parameter,

Re: [twitter-dev] Re: Direct Message Entities

2010-11-16 Thread Taylor Singletary
Hi David, This is mostly a documentation error.. but it really depends on how you turn your head and look at it. This method does accept include_entities=true as an argument -- but direct messages are not currently enabled to contain entities. It's like a telephone booth that doesn't have a

Re: [twitter-dev] Re: Direct Message Entities

2010-11-16 Thread Matt Harris
Hi David, This is known issue and there is a ticket filed for it here: http://code.google.com/p/twitter-api/issues/detail?id=1967 Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Nov 16, 2010 at 3:25 PM, David W d_wy...@yahoo.com wrote: I think I'm

[twitter-dev] Re: retweeted always returing as false in /1/statuses/user_timeline.json

2010-11-16 Thread Michael B.
Still nothing. I've gotten around this by searching in the returned object for retweeted_status, and if it's set, pulling information from there. On Nov 16, 3:36 pm, Carlos M. carlos.mes...@gmail.com wrote: Guys, any update in this issue? still getting all the retweeted values False. On Oct

Re: [twitter-dev] Re: retweeted always returing as false in /1/statuses/user_timeline.json

2010-11-16 Thread Matt Harris
This was discussed in another thread: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/22ee0fd2e6892bd7/1a25f5b8165037ac and tracked in this ticket: http://code.google.com/p/twitter-api/issues/detail?id=1891 In summary the retweeted_status field remains false and

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

2010-11-16 Thread bagusflyer
Any advice, please. On 11月12日, 下午3时14分, bagusflyer bagusfl...@gmail.com wrote: 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

Re: [twitter-dev] Re: Difference between Authenticated and Unauthenticated Call

2010-11-16 Thread ganesh kumar
Thank you very much.. yes you understood my exact requirement. It is said that POST api calls are not rate limited.. sending tweets is a POST call. so it should not be rate limited. Am I right? What is the api call to post a tweet? I think POST statuses/update is used to post a tweet and it is non

Re: [twitter-dev] @Anywhere communicate with PHP OAuth

2010-11-16 Thread John Barratt
On 6/10/10 7:17 AM, Abraham Williams wrote: The functionality is there just not officially supported. http://blog.abrah.am/2010/09/using-twitter-anywhere-bridge-codes.html I've had a go at implementing this with ruby jnunemaker's twitter gem (https://github.com/jnunemaker/twitter), but to no

[twitter-dev] Setting time of status update

2010-11-16 Thread jbasdf
When calling update (http://dev.twitter.com/doc/post/statuses/update) is it possible to set the date/time of the tweet? We have a historical application that uses individuals from the past. I'd love to be able to set the date and time of the actual event. Thanks, Justin -- Twitter developer

[twitter-dev] latency problem.

2010-11-16 Thread Kelly Park
Hello, everyone. This is Kelly Park from GameSpring, Co. Ltd, Korea. We are developing twitter application for iPhone. But recently, we're experiencing extremely late response from twitter server frequently. When we try to search by username or when we try to view the timeline and so on.