[twitter-dev] Re: Still using statuses/user_timeline?

2011-02-26 Thread Rich
You should be using http://api.twitter.com/1/statuses/user_timeline
endpoint

On Feb 25, 12:50 pm, Aurph derm...@gmail.com wrote:
 hello,

 I'm new to the group but I have a problem I could do with some advice
 on.

 I've been adding Tweets to my site for some time using Ajax and a URL
 like:

 http://twitter.com/statuses/user_timeline/148714212.json?callback

 It's been behaving strangely recently, returning
 incorrect id_str values so the direct links to the tweets on
 twitter.com are coming back as 404s.

 I suspect the URL I'm using is deprecated and perhaps this whole API
 but
 I'm not sure what the correct one is!

 I'm only using javascript so can't use PHP or that for authentication,
 it has to be a public feed
 of users recent tweets.

 I've read through the docs athttp://dev.twitter.com
 but for the life of me I can't find the correct URL I should be using.

 Can anyone advise?

 Thanks.

-- 
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] support for location filter of streaming api in India

2011-02-26 Thread Paresh Nakhe
Hi,
I have just started using location filter in statuses/filter method.
Initially i tried with the coordinates given in documentation (which were
for New York) and it worked fine. I then worked out the coordinates for some
area in India but i am not getting any tweets at all. I understand that this
filter will return tweets created using geotagging api but i am sure that
atleast some people in India would have this feature enabled.

Is it the case that this filter does not work in India? I feel so because i
tried adding location to my tweets but cannot see any location attached to
them. What could i be doing wrong?

Thanks
-- 
*Paresh Nakhe
What I have is not a dream, because I will make it a reality.*

-- 
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] Getting larger scale user avatars

2011-02-26 Thread t.arnf...@googlemail.com
Hey,

I noticed today when using the API that the avatars that come back via
the account/verify_credentials are 48 x 48 pixels in size. Is there a
way to get a larger size, something more like 96 x 96?

Thanks,
Tom Arnfeld
@twtmore

-- 
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] twitter functions

2011-02-26 Thread fabian kwa
is it possible to tag a group of ppl without having to type @asdfhhjk
@sdfglh @fghlsdf (follow the message) is there a simpler way??

regards
fabian

-- 
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] Is there a way to get an user's email ID after verifying her Twitter identity using OAuth?

2011-02-26 Thread Dheeraj
I am new to OAuth and have been playing around with the Twitter API. I
am able to fetch the credentials of an user after authentication by
making a request to http://twitter.com/oauth/authorize The response
contains the user id, screen name etc. but not the email ID.

Is it possible at all to retrieve the email ID of the user?

-- 
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] Twitter API - Logout

2011-02-26 Thread Dheeraj
I'm using OAuth in my web app, and users can login with twitter. by
making a request to http://twitter.com/oauth/authorize. how we can
logout form our Twitter Account using OAuth.

-- 
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] Determining if a tweet is a retweet from the search API

2011-02-26 Thread Stu
Hi,
In the REST and Streaming API, if a tweet is an (official) retweet the
data returned has a retweeted_status field.  If I'm using the Search
API this doesn't appear to be present.  Is the only way to find out if
a returned tweet is a retweet to look each tweet up in the REST API?
If so, I'm going to get rate limited almost immediately here am I not?

S.

-- 
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] Streaming users on a website

2011-02-26 Thread Omer rosen
On the main page of Twitter (if you are not logged on) there is a
stream users, probably random.
I want to have a similar stream on my WordPress based website. It will
show specific users that I will set in advance.
Is there an available source code for that?

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


Re: [twitter-dev] Twitter API - Logout

2011-02-26 Thread Scott Wilcox
There is no 'logout' functions. The API is stateless. 

When you get OAuth tokens for a user, you're not logging them in, you're merely 
getting access to their account. Any login/logout functionality must be 
implemented by you.

Scott.

On 26 Feb 2011, at 13:34, Dheeraj wrote:

 I'm using OAuth in my web app, and users can login with twitter. by
 making a request to http://twitter.com/oauth/authorize. how we can
 logout form our Twitter Account using OAuth.

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


Re: [twitter-dev] twitter functions

2011-02-26 Thread Scott Wilcox
No, at the moment, the 'mentioning' of those users is the only possible way.

On 26 Feb 2011, at 10:43, fabian kwa wrote:

 is it possible to tag a group of ppl without having to type @asdfhhjk
 @sdfglh @fghlsdf (follow the message) is there a simpler way??
 
 regards
 fabian

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


Re: [twitter-dev] Getting larger scale user avatars

2011-02-26 Thread Scott Wilcox
Hi Tom,

You can change the ending of the URL to manipulate the image, like so:

This is the returned JSON which is 48x48px:
profile_image_url : 
http://a1.twimg.com/profile_images/1229819325/bw_normal.jpg;

73x73px:
http://a1.twimg.com/profile_images/1229819325/bw_bigger.jpg

Original:
http://a1.twimg.com/profile_images/1229819325/bw.jpg
Hope thats helpful.

Scott.

On 26 Feb 2011, at 20:19, t.arnf...@googlemail.com wrote:

 Hey,
 
 I noticed today when using the API that the avatars that come back via
 the account/verify_credentials are 48 x 48 pixels in size. Is there a
 way to get a larger size, something more like 96 x 96?
 
 Thanks,
 Tom Arnfeld
 @twtmore

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