[twitter-dev] twitter direct messages without recipient

2011-08-23 Thread Vadym Khokhlov
I have problem with parsing some direct messages. As described here: https://dev.twitter.com/docs/api/1/get/direct_messages JSONed direct message contains key 'recipient'. Value of this key is dictionary with information about dm's recipient. And I parsing this information like this (in python):

Re: [twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Dossy Shiobara
Thanks. Looking forward to being able to reply via email. On 8/10/11 4:23 PM, Taylor Singletary wrote: Email subscription options are configurable either from specific forum category pages or more universally at https://dev.twitter.com/user -- unfortunately you can't reply directly to emails

RE: [twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Dean Collins
] On Behalf Of Taylor Singletary Sent: Wednesday, August 10, 2011 4:23 PM To: twitter-development-talk@googlegroups.com Cc: Jason Costa Subject: Re: [twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th Hi Dossy & Dean, Email subscription options are configur

Re: [twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Taylor Singletary
Hi Dossy & Dean, Email subscription options are configurable either from specific forum category pages or more universally at https://dev.twitter.com/user -- unfortunately you can't reply directly to emails yet, but it's a feature we're hoping to provide in the future. We *are* moving to a single

RE: [twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Dean Collins
rce. Cheers, Dean -Original Message- From: twitter-development-talk@googlegroups.com [mailto:twitter-development-talk@googlegroups.com] On Behalf Of Dossy Shiobara Sent: Wednesday, August 10, 2011 4:05 PM To: twitter-development-talk@googlegroups.com Cc: Jason Costa Subject: Re: [

Re: [twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Dossy Shiobara
How do I subscribe to the discussion forum via email? On 8/10/11 3:27 PM, Jason Costa wrote: With our move over to the new dev.twitter.com, we've shifted our attention toward answering questions in the developer discussions taking place at: https://dev.twitter.com/discussions -- Dossy Shioba

[twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Jason Costa
Hi everyone, With our move over to the new dev.twitter.com, we've shifted our attention toward answering questions in the developer discussions taking place at: https://dev.twitter.com/discussions If you have questions, please post them there and we'll continue to do our best to answer them, and

[twitter-dev] Twitter Place IDs and Yahoo WOEIDs - is there a link?

2011-08-05 Thread daniel.winterst...@gmail.com
Is there any link between Twitter place information and Yahoo place information? The Twitter trends API uses Yahoo WOEIDs. But the Twitter geo API talks about _Twitter_ place ids. It gives a list of other supported place-ids (https://dev.twitter.com/docs/places/finding-tweets-about-places) -- but

[twitter-dev] Twitter mentions count=200

2011-08-05 Thread Paul
Can anyone please assist me, Im trying to get 200 mentions at a time, but twitter api only return 20 at a time (which is the default). I generate my base url and it returns teh following (which ive checked is correct). GET&http%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses %2Fmentions.json&oauth_consume

Re: [twitter-dev] Twitter Search Data for a keyword

2011-08-04 Thread Taylor Singletary
Hi Rohan, Unfortunately archived data is not the Twitter API's strongest point. The Search API's index usually only reaches back about a week. You'd be better enabled to collect data by focusing on a current topic and using the streaming API to receive relevant matching tweets in real time as they

[twitter-dev] Twitter Search Data for a keyword

2011-08-04 Thread Rohan
Hi, I'm new to twitter api and doing an academic project for behavior analysis for specific set of tweets. I'm interested in getting the past data for a particular search query ( combination of keywords and certain constraints ) for a period of at least 2 month and if possible further. The Search

[twitter-dev] Twitter Search API - cannot use result_type-popular with since_id

2011-07-21 Thread Adriaan Pelzer
This can be quickly verified in the browser: try these two links: http://search.twitter.com/search.json?q=twitter&result_type=popular&rpp=100 http://search.twitter.com/search.json?q=twitter&result_type=popular&rpp=100&since_id=94028852044636160 First one works (only returns popular results), seco

Re: [twitter-dev] twitter authentication repeatedly going to your.flowingdata on android?

2011-07-20 Thread kamesh SmartDude
Hai, Is the web page is redirecting u to following data? //kamesh On Wed, Jul 20, 2011 at 6:47 PM, hims wrote: > Hello, > I have an Android app that is using the twitter oauth api. > > When I try to authorize using the token that was acquired during my > oauth authorization steps (http://twi

[twitter-dev] twitter authentication repeatedly going to your.flowingdata on android?

2011-07-20 Thread hims
Hello, I have an Android app that is using the twitter oauth api. When I try to authorize using the token that was acquired during my oauth authorization steps (http://twitter.com/oauth/authorize? oauth_token=) twitter repeatedly forwards me to the Your.FlowingData app. Why

Re: [twitter-dev] Twitter API SSL certificate failing validation

2011-07-18 Thread John Adams
On Mon, Jul 18, 2011 at 8:17 PM, pgarvie wrote: > Has Twitter done something with its SSL certificates lately? As in > sometime this afternoon? We've been seeing a ton of > sun.security.validator.ValidatorExceptions coming out of Twitter4J > since about 5:30PM, USCentral. The certificate for ap

[twitter-dev] Twitter API SSL certificate failing validation

2011-07-18 Thread pgarvie
Has Twitter done something with its SSL certificates lately? As in sometime this afternoon? We've been seeing a ton of sun.security.validator.ValidatorExceptions coming out of Twitter4J since about 5:30PM, USCentral. -- Have you visited the Developer Discussions feature on https://dev.twitter.co

Re: [twitter-dev] twitter search json api not working

2011-07-14 Thread Taylor Singletary
What's not working about it? On Thu, Jul 14, 2011 at 1:40 PM, sahu wrote: > twitter search json api not working #twitter #search #api > > http://search.twitter.com/search.json?q=twitter > > -- > Have you visited the Developer Discussions feature on > https://dev.twitter.com/discussions yet? > >

[twitter-dev] twitter search json api not working

2011-07-14 Thread sahu
twitter search json api not working #twitter #search #api http://search.twitter.com/search.json?q=twitter -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resources: https://dev.twitter.com/docs API upd

Re: [twitter-dev] twitter libraries

2011-07-12 Thread Matt Harris
Hi Ozgur, Our list of libraries is curated from those provided to us by developers but we haven't had any OAuth compatible ASP libraries recommended to us yet. If you know of any ASP libraries let me know so we can check them out. Best, @themattharris

[twitter-dev] Twitter Sentiment

2011-07-12 Thread Ebuka
Hi I have come across many API from Twitter that help people integrate Twitter into their software. I am developing an application that Analyzes Twitter sentiments as to determine their polarity (positive or negative), for my MSc project. I am however yet to find a way to integrate Twitter into th

[twitter-dev] twitter libraries

2011-07-12 Thread ozgur
Why not classic ASP library for oauth? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group: https:

Re: [twitter-dev] Twitter Stream closed when another stream tries to connect with the same credentials..

2011-07-12 Thread Scott Wilcox
No, its designed to do that to prevent you from connecting more than once with a set of credentials. On 12 Jul 2011, at 10:07, sush wrote: > Hi, > As per the documentation, Twitter stream is closed when another stream > is connected with the same credentials. Is there any method to force > such

[twitter-dev] Twitter Stream closed when another stream tries to connect with the same credentials..

2011-07-12 Thread sush
Hi, As per the documentation, Twitter stream is closed when another stream is connected with the same credentials. Is there any method to force such that the already connected stream is not closed when another stream tries to connect with the same credentials. Thanks, Sushant -- Twitter develope

Re: [twitter-dev] Twitter trends

2011-07-11 Thread Tom van der Woerdt
Open a connection to the Streaming API (filter stream) and count the amount of incoming tweets. More information on http://dev.twitter.com/ Tom On 7/11/11 12:22 PM, Mohit T wrote: Hi there, I am doing research on how the gold prices in the market are affected by number of tweets. Hence doe

[twitter-dev] Twitter trends

2011-07-11 Thread Mohit T
Hi there, I am doing research on how the gold prices in the market are affected by number of tweets. Hence does anybody know how I can get data on how many times gold is tweeted (preferably to lowest frequency, maybe 1 minute) or even 1 hour? If anybody can help me I would appreciate it very ver

Re: [twitter-dev] Twitter Live Data Public Streaming ...

2011-07-09 Thread Daniel Doña Álvarez
You can use the sample.json, it's about the 1% of the data, anyway a lot of data. http://dev.twitter.com/pages/streaming_api_methods#statuses-sample -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhanc

[twitter-dev] Twitter Live Data Public Streaming ...

2011-07-09 Thread Balakrishnan Prasanna
Hi Matt Harris, I am developing emotion based Sentiment Analysis for Twitter data. I am interested in applying for sentiments for live tweets dynamically from Twitter. I am looking on API to get the live public data from Twitter to my application. How can I proceed with this API to get public twee

Re: [twitter-dev] Twitter Home Timeline MAX_ID and Count Query parameters does not work as expected

2011-07-08 Thread kamesh SmartDude
Hai, Sometimes Twitter Server Gives the Like that only, I Faced this problem. u can't do only like how twitter server is doing that when u are scrolling to the end, u blindly end send a new request with the MAX Id That u have. if u received the tweets, u can show them in the home time line. if u

[twitter-dev] Twitter Home Timeline MAX_ID and Count Query parameters does not work as expected

2011-07-08 Thread subbi
I am working on an application which retrieves the user Home Timelines and save tweets to the local repository for further reference rather than going to the your server always. I am facing quite typical issue with MAX_ID and count query parameters, It is not working as expected. My application

[twitter-dev] Twitter Oauth deny access callback bug

2011-07-07 Thread ss_test
I have been using twitter oauth to get access token to use with my app for a year now. It seems that twitter has changed the flow when the user successfully logs in and denies access to the app. Here the user is presented three options. You've denied access to interact with your account. can n

[twitter-dev] Twitter Retweets in Lists

2011-07-07 Thread Dave
Hi, Does anyone know when this ability will be added to the API? People can then choose to either 'include' or 'exclude' retweets in their feeds and lists? Thanks Dave -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twit

Re: [twitter-dev] Twitter Authenication

2011-07-04 Thread Scott Wilcox
There is also the very widely adopted twitter-aync at https://github.com/jmathai/twitter-async and Abraham's twitterOAuth at https://github.com/abraham/twitteroauth On 4 Jul 2011, at 20:11, oosswwaalldd wrote: > Hi, this guy's lib is the best when it comes to Twitter interfacing, > https://gith

RE: [twitter-dev] Twitter Authenication

2011-07-03 Thread Tatham Oddie
pment Talk Subject: [twitter-dev] Twitter Authenication Hello, I am looking for a mod or a know-how to use their twitter account to sign in to my site. Steps: 1. New user that has twitter account comes to my sign 2. Use "Sign in with twitter" button to authenticate. 3. Once it

[twitter-dev] Twitter Authenication

2011-07-03 Thread ken lee
Hello, I am looking for a mod or a know-how to use their twitter account to sign in to my site. Steps: 1. New user that has twitter account comes to my sign 2. Use "Sign in with twitter" button to authenticate. 3. Once it is authenticate through twitter, I want to have his twitter's username as

Re: [twitter-dev] Twitter API implementation

2011-07-03 Thread kamesh SmartDude
Hai, is it possible for u which API that lib is using. Because twitter deprecated the OLD statuses/following, statuses/follower API. And now it is using the New API's to get the data. //kamesh On Sat, Jul 2, 2011 at 8:47 PM, subdesign wrote: > Hi, > I use Codeigniter php framework, and tried

[twitter-dev] Twitter Button Counter Not Incrementing

2011-07-02 Thread Sam
Hello all, I was wondering if someone could explain why the counter on this page does not increase: http://www.stubhub.com/promotions/scratch/content/tweet.html Thanks for the help, Sam -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https:

[twitter-dev] Twitter API implementation

2011-07-02 Thread subdesign
Hi, I use Codeigniter php framework, and tried two Twitter libraries, that work fine, but my problem is the following. When I set up the first lib, I saw my tweets first time, but when I checked back an hour later, I couldn't get my tweets from the api anymore. Thats why I isntalled a second api li

[twitter-dev] Twitter Search not showing results

2011-07-01 Thread sri shilpa
Hi All, I am facing problem. Using twitter search API sometimes i am not getting any results and sometimes i am getting results(for the same keyword). Please can you tell me what might be the problem. Researched on it a lot. Tried in many ways but no use. Please waiting for your reply.

[twitter-dev] Twitter API integration with Mibubble Site

2011-07-01 Thread Ankan Bhadra
The Site URL is 'http://mibubble.itcslive.com/social/connect.php' . You are NOT following @faelazo! Welcome to a Twitter OAuth PHP example. This site is a basic showcase of Twitters OAuth authentication method. If you are having issues try clearing your session. Links: Source Code & Documentatio

[twitter-dev] Twitter search widget - increasing search historically?

2011-07-01 Thread Practical Law Company
I'd like the twitter search widget to show more tweets historically. As one of our hashtags is only used every week or so, our widget is only showing one search result tweet at a time. Is there any way to extend the search results so it shows more tweets historically? The search query is: #Busines

[twitter-dev] Twitter and Atom. Result type

2011-07-01 Thread Twitterer
Hello there, I am trying to retrieve Twitter messages with a # tag but I don't recieve anything when I post something. I used this URL: http://search.twitter.com/search.atom?q=%23kevsnuf&result_type=recent Whats wrong and why don't I retrieve messages?!! Thanks -- Twitter developer documentat

[twitter-dev] Twitter widget doesn't give tweets from top tweets list

2011-06-29 Thread milos antic
Twitter widget doesn't give tweets from top tweets list, just from All tweets set. The problem is that for some searched term no tweets in All tweets but there are in Top tweets set. I woud like to retreive all(but realy all) tweets. What Im doing wrong. The widget code is below: