[twitter-dev] Filter stream by number of favorites

2010-11-02 Thread L. Mohan Arun
I was glancing through this part in Twitter Streaming API documentation http://dev.twitter.com/pages/streaming_api_methods#statuses-filter Isnt there supposed to be a filter to find only those statuses that have been 'favorited' by other people? Like for a feed that lists all status messages

[twitter-dev] Re: Number of favorites per tweet

2010-11-18 Thread L. Mohan Arun
I was after this same thing a few weeks ago and was told there is no way to get this information from the official Twr. API as of now... But somehow twitfave does this. And they have an API: http://twitfave.com/home/about/api The portion you need is in getting information about a single tweet -

[twitter-dev] Re: Twitter + Gnip Partnership

2010-11-18 Thread L. Mohan Arun
We have every right in the world to gather this data for analysis without any permission. It's public. No. You don't get to compile posts from a discussion forum into a product, under the idea that such posts are public domain. They are not. - Unless you own the forum or have a deal with the

[twitter-dev] Re: Regarding using twitter api or twitter stuffs in my website

2010-11-18 Thread L. Mohan Arun
You dont need api for this. Just grab profile widget frm here and embed the code in your site. http://twitter.com/about/resources/widgets Mohan Arun L. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] Re: geocode question

2010-11-18 Thread L. Mohan Arun
Many people have done something similar - plotting tweets on a map. http://twitdom.com/twittermap-2/ www.trendsmap.com how to do this code-wise? It must be in the API. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Re: Twiter

2010-11-19 Thread L. Mohan Arun
Use ?status= parameter and append the content as well as the url. https://twitter.com/?status=Check out this SlideShare presentation : Symmetry http://slidesha.re/cVGjq9 This is some random slideshare, not to be confused with twitter api. ~~~Mohan Arun L -- Twitter developer documentation and

[twitter-dev] Re: geocode question

2010-11-19 Thread L. Mohan Arun
Your URL: http://stream.twitter.com/1/statuses/filter.jsonlocations=-122.75,36.8,-121.75,37.8 Did you add a ? after the word json and before locations... http://stream.twitter.com/1/statuses/filter.json?locations=-122.75,36.8,-121.75,37.8,-74,40,-73,41 When I input this url in my browser it

[twitter-dev] Re: Bulk tweet download

2010-11-20 Thread L. Mohan Arun
Real time tweets are available with the Streaming API. Or you can use the Search API to filter all tweets made on a given day. ~~~ Mohan Arun ~~~ -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] Re: Twitter API search functionality

2010-11-23 Thread L. Mohan Arun
TweeterLookup.com did this email to twitter id lookup but has since closed down. I dont think twitter exposes this functionality in the search api and you cannot search by email id. But there are third party providers available that might have this data. Try the Flowtown API or Rapleaf API.

[twitter-dev] Re: Twitter Psychological Personality Profiling

2010-11-26 Thread L. Mohan Arun
Basically, I want to look at the personality profile of Twitter users. Definitely this: (twitter psychological profiling, sentiment analysis, tweetpsych etc.) http://mashable.com/2009/08/30/analyze-twitter-content/ I want an app which will, with the user's permission, produce their overall

[twitter-dev] Re: Convert RSS entries to tweets

2010-11-28 Thread L. Mohan Arun
I have a RSS feed and I want it to convert it to auto-tweets (when new entries are available using my own twitter app. How can I do it in PHP? Simply use twitterfeed.com. If you really want to do it with your own twitter app, see

[twitter-dev] Re: Finding People With E-Mail Address!

2010-11-28 Thread L. Mohan Arun
I want find people by e-mail address. How can I find people with their e-mail address? Can I search to people account via e-mail? This has been discussed before http://groups.google.com/group/twitter-development-talk/browse_thread/thread/23eabbb53998b023?fwc=1 -- Twitter developer

[twitter-dev] Re: Photo Upload

2010-12-06 Thread L. Mohan Arun
Is there functions available in the API to accomplish what I would like to do ? Twitter doesnt handle pictures. Only text. When the user twits and attach a photo I'd like to send this photo to my app (I am aware they would need to change their photo settings). Let the users tweet normally

[twitter-dev] Re: Unfollow

2010-12-06 Thread L. Mohan Arun
Is there any way to find out where users from Unfollow other User You said what I had in mind. There needs to be a way where twitter exposes events via another firehose API (Events). API request: events i am interested in: [follows, unfollows] as pertaining to [User2] User1 started following

[twitter-dev] Re: Counter of hashtag

2010-12-06 Thread L. Mohan Arun
I am needing to know where to start making a page. Php that return the amount of hastag. Use Search API. http://dev.twitter.com/doc/get/search See 5th example under Example queries: ~~~ Mohan Arun -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

[twitter-dev] Re: Get first tweet of a given day

2010-12-08 Thread L. Mohan Arun
I am developing a new twitter widget, in which I want to get the first tweet for a given hashtag on a particular date. Start with http://search.twitter.com/search.json?q=#hashtaguntil=2010-12-08 (the previous day date) Note the last tweet in the resultset returned, and store its id. This is

[twitter-dev] Re: List of taken hash tags

2010-12-10 Thread L. Mohan Arun
So where can I find a list of existing hash tags?  Doesn't seem to be anything in the API specifically for identifying them.  Thanks. .. with the Search API, you'd be bound to about a week's worth of data. Some sites archive hashtags so you may probably be able to query older hashtag data.

[twitter-dev] Re: Large-scale twitter analysis

2010-12-10 Thread L. Mohan Arun
I am going to develop an application that is doing large-scale analysis of twitter data for scientific purposes at my university. See http://www.readwriteweb.com/cloud/2010/10/-takes-away-the-complexity.php BigSheets is a tool created by IBM which can run (through) streams of Twitter data for

[twitter-dev] Re: how to get twitter user's email address

2010-12-20 Thread L. Mohan Arun
I don't find any api can get friends email address. it's very important to my application. help me ,thanks The use of other apis are not authorized by twitter but you can try them for as long as they work. Use Rapleaf API so 'your api' can get 'friends email addresses' ~~~ Mohan -- Twitter

[twitter-dev] Re: How to access to friendship data of twitter users

2010-12-22 Thread L. Mohan Arun
how twitter users connect with each other, is it possible to do it? Yes. I just want to get the network of twitter users, no other information. In addition to the ones mentioned by Shannon, also see http://dev.twitter.com/doc/get/friendships/show Returns detailed information about the

[twitter-dev] Re: Search API and location

2010-12-28 Thread L. Mohan Arun
I just tried to construct a query that searches for users by location, as it is registered in the location field of their profiles. I had no luck and it seems this is not possible. Google find twitter users by location See localtweeps.com ### Mohan ### -- Twitter developer documentation and

[twitter-dev] Re: Search API and location

2010-12-29 Thread L. Mohan Arun
I just tried to construct a query that searches for users by location, as it is registered in the location field of their profiles. I had no luck and it seems this is not possible. You can also do this using Datasift's FSDL. ✿✿✿ Mohan ✿✿✿ -- Twitter developer documentation and resources:

[twitter-dev] Re: Getting twitter user through email address

2011-01-20 Thread L. Mohan Arun
is it possible, using the twitter api, to get a twitter user through his email - searching for user by email? Dude, this has been discussed b4. You can use Rapleaf API for this. It is not possible using Twitter API. --- Mohan --- -- Twitter developer documentation and resources:

[twitter-dev] Re: Streaming API stopwords

2011-02-04 Thread L. Mohan Arun
Does anyone have experience using a list of stopwords to reduce noise when making streaming API requests to statuses/filter? I have a basic list (e.g. a,an, and, etc.) but wonder if anyone out there is using something more comprehensive. Thanks, Kenny Kenny, Simply google

[twitter-dev] Re: Twitter app development require guidance

2011-02-12 Thread L. Mohan Arun
The error message which Twitter provides is very important for us to proceed further. - Mohan -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Re: Confused

2011-02-12 Thread L. Mohan Arun
Can you tell us exactly what it is that you are looking for? This is the Twitter API development group where we discuss issues faced by developers. - Mohan -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] Re: need twitter spam for a research project

2011-04-10 Thread L. Mohan Arun
Is there any way that I can somehow get access to the tweets of several dozen spam accounts (prior to when they're shut down) so that I can see what they're posting? Is this possible somehow? I think this is not possible as yet. (unless you are twitter themselves, they have the data but I dont

[twitter-dev] Re: Auto updates to twitter page

2011-04-12 Thread L. Mohan Arun
I am working on WWTS application of pwc client. Here we have countries info and we can edit the info of each country as well. Now, if I edit info, update and click on twitter icon available on this page, it should redirect and post the same to http://twitter.com/pwc_WWTS;. Please help me

[twitter-dev] Re: Get user email from twitter

2011-04-12 Thread L. Mohan Arun
On Apr 11, 12:10 pm, Akhil neeraj.shukla2...@gmail.com wrote: Is it possible to get user email after logged by oauth? if possible then then how can i do this? Allowin' users of twitter api to get user's email address will expose those users to receive spam emails. So it will not be possible to