[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 which APIs I can use to acheive it. Also, the steps I
 have to proceed here.

Its not clear what you want to do when you say 'post the same to
http://twitter.com;.
are you tryin' to post a status update to twitter? If so then your
application
needs to get oAuth for the user 'pwc_WWTS'. Then you can post status
update
as the user.

- Mohan
http://twitter.com/437341

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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
expose it.

- Mohan
http://twitter.com/437341

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 think it is 'exposed')

I'm conducting a research project involving proactively identifying
twitter spam accounts before they actually start spamming.

How do you plan to identify a priori, those accounts that are likely
to start
spamming before they even send out their first spam, if access to
tweets of 'suspended' twitter spam accounts is not possible?

http://MohanArun.com/how-to-identify-twitter-spam/

- Mohan

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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
http://www.lextek.com/manuals/onix/stopwords1.html

- Mohan

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 relationship between two users.

~~~ Mohan

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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.

http://twubs.com/registerhashtag

Relevant
http://www.readwriteweb.com/archives/what_does_that_hashtag_mean_new_service_tells_you.php

Hash tag directory
http://tagdef.com/

What the hashtag? Hash tag registry/directory
http://wthashtag.com/

~~~ Mohan

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 days, weeks or even months on particular keywords.
That data can then be mashed up with internal information.

Every possible type of twitter data mining is covered here (in brief).
http://isc.sans.edu/diary.html?storyid=5728rss

~~~ Mohan

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 the last tweet for that #hashtag on that day.

Then use
http://search.twitter.com/search.json?since_id=your_stored_id

This will give the first tweet of the next day for given hashtag.

~~~ Mohan Arun

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 with a particular hashtag say #contest4xv
Use search API to get all tweets tagged with this hashtag.
Parse the tweet to get the twitpic.com/ url. example http://twitpic.com/3705ya
Use standard HTTP client library to parse the url and grab the image
to your own database.

~~~ Mohan Arun

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 User2
User1 unfollowed User2

API request: events i am interested in: [retweets, favorites] by
minimum [50] people.
User1's tweet (id:) got favorited by 50 people.
User1's tweet (id:) got retweeted 50 times.

\
If you are only looking to get notified when someone unfollows you
simply follow @unfollowr. It DMs you when someone unfollows you
~~~ Mohan Arun

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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
http://www.mabujo.com/blog/posting-from-an-rss-feed-to-twitter-using-oauth/

~~~ Mohan Arun ~~~

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 
statistics:-
Probably this: (readymade statistics)
http://inventorspot.com/articles/top_five_twitter_analytical_tools_29218

I am also emailing you a custom quote

~~~ Mohan Arun ~~~

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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.

http://blog.rapleaf.com/dev/2010/01/04/person-api-v3/

~~~ Mohan Arun ~~~

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 starts reading the json
stream.
Try it in your browser
Ref: http://dev.twitter.com/pages/streaming_api_methods#locations

If you are not intending to track
real time tweets on a map then you may want to use the Search API and
not streaming.

See The Streaming API is distinct from the two REST APIs as Streaming
supports long-lived connections on a different architecture. I think
using Search API will be easier for you than Streaming because the
connection is more or less permanent with streaming and you need to
have code for handling continuous streaming.

Try this
http://search.twitter.com/search.json?geocode=37.781157,-122.398720,1mi

This is from Search API.
http://dev.twitter.com/doc/get/search

You can use the latitude, longitude and radius parameters as specified
in the Search API.
To use the geocode parameter you neeed convert the lat/lon value to
geocode using www.mygeoposition.com...

~~~ Mohan Arun ~~~

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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
- you need to parse faved_by and count.

===
Mohan Arun
www.mohanarun.com

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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
forum owner,
and you stated in the TOS
that all posts made in the forum can be repackaged commercially
and only you have the right to do that.

I am not saying this on my own, this is from one of the newsletters I
receive,
which covered this exact same topic, I would be happy to share the
relevant
text of the newsletter if someone is interested ...

- - -
Mohan Arun
www.mohanarun.com


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 from the twitterverse that have been favorited by say
20 people, regardless of whether I am following the people who posted
those statuses or not. Or am I missing or overlooking something.

Mohan Arun L.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk