[twitter-dev] Points of interest pages?

2011-02-15 Thread Steven Cains
I remember Evan launching points of interest back at Chirp in April.
This article suggests there will be pages for each point of interest
http://www.webmonkey.com/2010/04/twitter-launches-points-of-interest-pages-for-locations/

Any idea how I figure out the URL of a point of interest page from a
twitter venueID? for example, 31bb95642f3f50ae

Thanks for your help

-- 
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: Points of interest pages?

2011-02-15 Thread Steven Cains
It would appear so, but I'm getting Sorry, that page doesn’t exist!
for that URL.

On Feb 15, 5:27 pm, Abraham Williams 4bra...@gmail.com wrote:
 Is this what you are looking for?

 https://twitter.com/#!/places/31bb95642f3f50ae

 Abraham
 -
 Abraham Williams | Hacker Advocate | abrah.am
 @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am
 This email is: [ ] shareable [x] ask first [ ] private.

 On Tue, Feb 15, 2011 at 05:49, Steven Cains ste...@cains.me wrote:
  I remember Evan launching points of interest back at Chirp in April.
  This article suggests there will be pages for each point of interest

 http://www.webmonkey.com/2010/04/twitter-launches-points-of-interest-...

  Any idea how I figure out the URL of a point of interest page from a
  twitter venueID? for example, 31bb95642f3f50ae

  Thanks for your help

  --
  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 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: Points of interest pages?

2011-02-15 Thread Steven Cains
Tried again and it worked! Thanks Abraham

On Feb 15, 7:19 pm, Steven Cains ste...@cains.me wrote:
 It would appear so, but I'm getting Sorry, that page doesn’t exist!
 for that URL.

 On Feb 15, 5:27 pm, Abraham Williams 4bra...@gmail.com wrote:

  Is this what you are looking for?

 https://twitter.com/#!/places/31bb95642f3f50ae

  Abraham
  -
  Abraham Williams | Hacker Advocate | abrah.am
  @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am
  This email is: [ ] shareable [x] ask first [ ] private.

  On Tue, Feb 15, 2011 at 05:49, Steven Cains ste...@cains.me wrote:
   I remember Evan launching points of interest back at Chirp in April.
   This article suggests there will be pages for each point of interest

  http://www.webmonkey.com/2010/04/twitter-launches-points-of-interest-...

   Any idea how I figure out the URL of a point of interest page from a
   twitter venueID? for example, 31bb95642f3f50ae

   Thanks for your help

   --
   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 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 Oauth and Coldfusion

2010-12-15 Thread Steven Neiland
Can anybody see why the following authorization header would return a
401 when trying to get a request token?

OAuth oauth_signature=UlAaUlR5A5uJfCcz%2FUVJl53aRy4%3D,
oauth_timestamp=1292450596, oauth_signature_method=HMAC-SHA1,
oauth_version=1.0, oauth_consumer_key=w50vPfRyCVgzBxtdAsoxwg,
oauth_nonce=OAUTH389651810F52376E300436587FC78694

I have tried testing using the netflix oauth tester and that also
fails with a 401

-- 
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 Tweets to my own website!!!

2010-11-12 Thread Steven Owens
On Nov 12, 9:12 am, Itsscotty scott.barn...@headroomdesign.co.uk
wrote:
 Hi, I am new to twitter  and one of my clients has requested that he
 would like to stream his tweets on his own website, is this possible?
 Can anyone point me in the correct direction?
 I only know html coding for information.

 I'm a bit new at working with the twitter API, but I think I can
nudge you in the right direction.

 Streaming means something particular in the twitter API world;
there's a streaming API that lets you keep a connection open and
see
tweets in realtime.  However, that requires some significant
programming,
and I suspect you don't really mean, or need, that kind of streaming.

 It's simpler to just use either a bit of php on the server, or a
bit of javascript in in the page, to request the user's tweets from
twitter and display them in the page.  Here are two examples that came
up when I googled on: twitter tweets javascript

http://www.webdesigndev.com/programming/how-to-display-your-last-tweet-using-javascript-and-the-twitter-api

http://tweet.seaofclouds.com/

--
Steven J. Owens
p...@darksleep.com / (412) 401-8060 cell
| I'm going to make broad, sweeping generalizations and strong,
|  declarative statements, because otherwise I'll be here all night
and
|  this document will be four times longer and much less fun to read.
|  Take it all with a grain of salt.
|  - http://darksleep.com/notablog

-- 
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] Trends not currently supporting the callback parameter?

2010-05-27 Thread Steven
I have noticed a change with regards to the trends resource.

for reference please check the following URLs

1) http://api.twitter.com/1/trends/current.json
2) http://api.twitter.com/1/trends/current.json?callback=foo
3) http://search.twitter.com/trends.json?callback=foo

Currently, for me api.twitter.com trends/current.json is returning the
same pure JSON payload regardless of the callback parameter.  This is
new behavior that has changed since I last used this resource.

What I would expect, and is not the case, is that URL #2 with the
callback parameter specified would return JSON wrapped in a function
call, similar to how URL #3 behaves.

Has anyone else noticed this?  I have confirmed it myself with more
than one location.

Is this on purpose?  Was a bug rolled out to production in a release?
Am I missing the obvious. Please help.

Thank you very much.


[twitter-dev] Regarding the search API based on Geo location

2009-11-25 Thread Steven Nieh
Hi everyone, I have a question regarding the search API.

Take a look at these two tweets return from the API.
 {

* location: Santa Clara, CA
* geo: null
}
{

* location: iPhone: 37.313690,-122.022911
* geo: null
}

{

* location: ÜT: 37.293106,-121.969004
* geo: null
}

1) im not sure why I haven't seen any tweet with geo filed included(I
go through more than 20 pages). Is this normal? Is that possible to
get only tweet with geo included?

2) if 1) won't work, I want to filter all the tweets with valid
location like the second one, therefore, I can push the tweet on map.
Is the keyword also apply for the location? It's hard for the first
one cuz it doesn't have the detail address.

Thanks!


[twitter-dev] Re: Regarding the search API based on Geo location

2009-11-25 Thread Steven Nieh
I'm not sure if I successfully reply to this post. I'm sorry if I made
duplicate reply.

Yes, thanks for your help. I'm only interested in tweets have valid
geo location like:

location:37.818300,-122.245000

So I can push it on map.

I'm curious how does some twitter clients like TweetMap and tweetie
does. For example the nearby feature like tweetie, It will load more
than 20 tweets for each load. My app get 100 tweets on each page, and
the number of valid geo tweets is small. The only solution I can think
of is to keep loading the next page until I get enough good tweets.
If I do it in client side, the user might be blocked by twitter. Will
it help if I put my whitelist account in the search request? One thing
need to mention is my app will search more tweet when user move the
location. Thanks a lot!

On Nov 25, 1:59 pm, Raffi Krikorian ra...@twitter.com wrote:
 hi!

 i think you're confusing two different things here.  the location is  
 what is set in the user's account settings 
 (https://twitter.com/account/settings
 ) if it is not a geotweet.  the geo tag is set if the tweet is sent  
 using the geotagging API.

 the number of geotweets (tweets sent using the geotagging API) is on  
 the rise, but its definitely still small as there is a limited number  
 of applications that currently support it (birdfeed, foursquare,  
 gowalla, etc.).  but, for example, if somebody checks in using  
 foursquare, and they have geotagging turned on, then you should see it.

 try a search that looks 
 likehttp://search.twitter.com/search.json?from=raffigeocode=37.77%2C-122...
 .  that should search for my tweets that are within 50 miles of san  
 francisco.  the results look like the following (abbreviated):

 {
      results:
      [
          {
              location:San Francisco, California,
              
 profile_image_url:http://a1.twimg.com/profile_images/364041028/raffi-headshot-casual_no...
 ,
              created_at:Tue, 24 Nov 2009 17:57:52 +,
              from_user:raffi,
              to_user_id:null,
              text:Standards were invented for me to accidentally  
 break.,
              id:6014464536,
              from_user_id:278432,
              geo:null,
              iso_language_code:en,
              source:lt;a href=quot;http://www.atebits.com/ 
 rel=quot;nofollowquot;gt;Tweetielt;/agt;
          },
         ...
          {
              location:37.818300,-122.245000,
              
 profile_image_url:http://a1.twimg.com/profile_images/364041028/raffi-headshot-casual_no...
 ,
              created_at:Sun, 22 Nov 2009 21:13:39 +,
              from_user:raffi,
              to_user_id:null,
              text:Mmm. Brunch. Dr. Lady Friend. Good. (@ Camino in  
 Oakland)http://bit.ly/2cJV9;,
              id:5955787968,
              from_user_id:278432,
              geo:
              {
                  type:Point,
                  coordinates:
                  [
                      37.8183,
                      -122.245
                  ]
              },
              iso_language_code:en,
              source:lt;a href=quot;http://foursquare.com 
 rel=quot;nofollowquot;gt;foursquarelt;/agt;
          },
      ],
      ...

 }

 in both of these, the location attribute appears and is populated  
 because i used the geocode operator on search.  in the first returned  
 tweet, the location is set to San Francisco, California because that's  
 what i have in my account settings and because that tweet was not sent  
 using the geotagging API (its not a geotweet).  the second, however,  
 has its location set to that latitude and longitude from the  
 geotagging API, and the geo attribute is populated -- that one is a  
 geotweet.

 there is no current way to filter search results so that you only get  
 geotweets.

 does this help?



  Hi everyone, I have a question regarding the search API.

  Take a look at these two tweets return from the API.
  {

     * location: Santa Clara, CA
     * geo: null
  }
  {

     * location: iPhone: 37.313690,-122.022911
     * geo: null
  }

  {

     * location: ÜT: 37.293106,-121.969004
     * geo: null
  }

  1) im not sure why I haven't seen any tweet with geo filed included(I
  go through more than 20 pages). Is this normal? Is that possible to
  get only tweet with geo included?

  2) if 1) won't work, I want to filter all the tweets with valid
  location like the second one, therefore, I can push the tweet on map.
  Is the keyword also apply for the location? It's hard for the first
  one cuz it doesn't have the detail address.

  Thanks!

 --
 Raffi Krikorian
 Twitter Platform Team
 ra...@twitter.com | @raffi


[twitter-dev] Re: Regarding the search API based on Geo location

2009-11-25 Thread Steven Nieh
Yes Thanks a lot for your reply. I'm curious how client like tweetie
and tweetmap does in their application.

For example, the nearby feature in tweetie looks pretty good.

It can drop more than 20 pins on each load; however, I can't get that
many results from the api search with valid location like

location:37.818300,-122.245000

I did load 100 results in each page.

The only way I'm thinking is just keep loading the pages(next page-
next page until num result20).

Is this easy to be blocked by twitter?
Because my app will try to load more results when user move the map.

Thanks!


On Nov 25, 1:59 pm, Raffi Krikorian ra...@twitter.com wrote:
 hi!

 i think you're confusing two different things here.  the location is  
 what is set in the user's account settings 
 (https://twitter.com/account/settings
 ) if it is not a geotweet.  the geo tag is set if the tweet is sent  
 using the geotagging API.

 the number of geotweets (tweets sent using the geotagging API) is on  
 the rise, but its definitely still small as there is a limited number  
 of applications that currently support it (birdfeed, foursquare,  
 gowalla, etc.).  but, for example, if somebody checks in using  
 foursquare, and they have geotagging turned on, then you should see it.

 try a search that looks 
 likehttp://search.twitter.com/search.json?from=raffigeocode=37.77%2C-122...
 .  that should search for my tweets that are within 50 miles of san  
 francisco.  the results look like the following (abbreviated):

 {
      results:
      [
          {
              location:San Francisco, California,
              
 profile_image_url:http://a1.twimg.com/profile_images/364041028/raffi-headshot-casual_no...
 ,
              created_at:Tue, 24 Nov 2009 17:57:52 +,
              from_user:raffi,
              to_user_id:null,
              text:Standards were invented for me to accidentally  
 break.,
              id:6014464536,
              from_user_id:278432,
              geo:null,
              iso_language_code:en,
              source:lt;a href=quot;http://www.atebits.com/ 
 rel=quot;nofollowquot;gt;Tweetielt;/agt;
          },
         ...
          {
              location:37.818300,-122.245000,
              
 profile_image_url:http://a1.twimg.com/profile_images/364041028/raffi-headshot-casual_no...
 ,
              created_at:Sun, 22 Nov 2009 21:13:39 +,
              from_user:raffi,
              to_user_id:null,
              text:Mmm. Brunch. Dr. Lady Friend. Good. (@ Camino in  
 Oakland)http://bit.ly/2cJV9;,
              id:5955787968,
              from_user_id:278432,
              geo:
              {
                  type:Point,
                  coordinates:
                  [
                      37.8183,
                      -122.245
                  ]
              },
              iso_language_code:en,
              source:lt;a href=quot;http://foursquare.com 
 rel=quot;nofollowquot;gt;foursquarelt;/agt;
          },
      ],
      ...

 }

 in both of these, the location attribute appears and is populated  
 because i used the geocode operator on search.  in the first returned  
 tweet, the location is set to San Francisco, California because that's  
 what i have in my account settings and because that tweet was not sent  
 using the geotagging API (its not a geotweet).  the second, however,  
 has its location set to that latitude and longitude from the  
 geotagging API, and the geo attribute is populated -- that one is a  
 geotweet.

 there is no current way to filter search results so that you only get  
 geotweets.

 does this help?



  Hi everyone, I have a question regarding the search API.

  Take a look at these two tweets return from the API.
  {

     * location: Santa Clara, CA
     * geo: null
  }
  {

     * location: iPhone: 37.313690,-122.022911
     * geo: null
  }

  {

     * location: ÜT: 37.293106,-121.969004
     * geo: null
  }

  1) im not sure why I haven't seen any tweet with geo filed included(I
  go through more than 20 pages). Is this normal? Is that possible to
  get only tweet with geo included?

  2) if 1) won't work, I want to filter all the tweets with valid
  location like the second one, therefore, I can push the tweet on map.
  Is the keyword also apply for the location? It's hard for the first
  one cuz it doesn't have the detail address.

  Thanks!

 --
 Raffi Krikorian
 Twitter Platform Team
 ra...@twitter.com | @raffi


[twitter-dev] Fetching top twitter users

2009-09-05 Thread anthony steven

Dear All,

I am a newbie in a matter of a Twitter-API. I'm currently doing a
research about importance of a User in twitter based on his/her social
network graph.

As a first step, I would like to analyze the Top Users in twitter
(user with the most followers).

I saw from the API-DOC that Twitter didn't provide an API for
searching user based on the follower's count (e.g:  user with
follower's more than 20.000) so I think the only way available is to
fetch the public status.

Or is there anyway for me to fetch the Top Users in twitter besides
than fetching the public status?

Thank you in advance for all your help.


[twitter-dev] Re: Twitter Streaming API

2009-09-03 Thread anthony steven

Thanks Paul,

Btw, do you know what is the procedure I should do to sign the EULA
(End-User License Agreement) with Twitter?

The reason I need the method is because currently I'm doing a research
about Tweets Analysis.

Thanks,


Anthony

On Sep 3, 5:15 pm, Paul Kinlan paul.kin...@gmail.com wrote:
 I believe the fire-hose is a don't contact us we will contact you.
 Depending on what you want to do the track and follow API's may cover your
 needs.  The garden hose requires you to sign an EULA.

 Paul

 2009/9/3 anthony steven anthony.pofasil...@gmail.com



  Dear All,

  How could I use the streaming API Documentation (firehose)?

  Because when I try to use that API, I always get Authentication Error.
  Is there any way/procedure that I should follow?

  Regards,

  Anthony


[twitter-dev] Re: non json response

2009-08-30 Thread Steven Wilkin

I'm consistently getting the same response when accessing
http://search.twitter.com/trends.json from 209.40.204.183

Steve

On Aug 26, 5:27 pm, Ryan Sarver rsar...@twitter.com wrote:
 Ben,

 It's a known issue and we are trying to hunt it down. Can you please
 provide us with your source IP and an approximate time of when you saw
 it?

 Thanks, RyanOn Wed, Aug 26, 2009 at 7:00 AM, 
 benben.apperr...@googlemail.com wrote:

  Occassionally i get back a 200 status html response from the json
  search api which look like this, most times the same search works
  fine, it just happens occassionally:

  !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/
  TR/1999/REC-html401-19991224/strict.dtd
  !-- !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN
  http://www.w3.org/TR/html4/strict.dtd; --
  HTML
  HEAD
  META HTTP-EQUIV=Refresh CONTENT=0.1
  META HTTP-EQUIV=Pragma CONTENT=no-cache
  META HTTP-EQUIV=Expires CONTENT=-1
  TITLE/TITLE
  /HEAD
  BODYP/BODY
  /HTML

  Does anyone recognise what this kind of response means? Is it normal,
  or just beta-ish quirks?


[twitter-dev] Request for Developers/Libraries Additions

2009-06-01 Thread Steven Degutis

Hello. My name is Steven Degutis and I'm writing a program which uses
Twitter.com's API. I've also written a Cocoa library that interacts
with Twitter's RESTful API. My request is that I be added to the
http://apiwiki.twitter.com/Developers page and my library be added to
http://apiwiki.twitter.com/Libraries#ObjectiveC/Cocoa

The information is as follows:

For http://apiwiki.twitter.com/Developers

Steven Degutis
* Twitter: sdegutis
* URL: www.degutis.org
iPhone and Mac developer (Cocoa and Cocoa Touch). Creator of the
SDSocialNetworking Cocoa (and Touch) library which utilizes
Twitter.com's API, among that of other social networking websites.
Also authors an as-of-yet-unreleased Mac application using this
library.

For http://apiwiki.twitter.com/Libraries#ObjectiveC/Cocoa

SDSocialNetworking (http://github.com/sdegutis/SocialNetworkManager/
tree/master) by Steven Degutis. Integrate support for social
networking sites (like Twitter, identica, friendfeed, etc.) into your
Cocoa app.


[twitter-dev] Re: Request for Developers/Libraries Additions

2009-06-01 Thread Steven Degutis

One last edit, sorry. The last line in the previous email should be:

Integrate support for social networking sites (like Twitter,
identica, friendfeed, etc.) into your Mac (Cocoa) or iPhone app.

Sorry about that!

Cheers,
-Steven Degutis

On Jun 1, 12:55 pm, Steven Degutis steven.degu...@gmail.com wrote:
 Hello. My name is Steven Degutis and I'm writing a program which uses
 Twitter.com's API. I've also written a Cocoa library that interacts
 with Twitter's RESTful API. My request is that I be added to 
 thehttp://apiwiki.twitter.com/Developerspage and my library be added 
 tohttp://apiwiki.twitter.com/Libraries#ObjectiveC/Cocoa

 The information is as follows:

 Forhttp://apiwiki.twitter.com/Developers

 Steven Degutis
 * Twitter: sdegutis
 * URL:www.degutis.org
 iPhone and Mac developer (Cocoa and Cocoa Touch). Creator of the
 SDSocialNetworking Cocoa (and Touch) library which utilizes
 Twitter.com's API, among that of other social networking websites.
 Also authors an as-of-yet-unreleased Mac application using this
 library.

 Forhttp://apiwiki.twitter.com/Libraries#ObjectiveC/Cocoa

 SDSocialNetworking (http://github.com/sdegutis/SocialNetworkManager/
 tree/master) by Steven Degutis. Integrate support for social
 networking sites (like Twitter, identica, friendfeed, etc.) into your
 Cocoa app.


[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-03-15 Thread Steven Degutis

Hello,

Please add me to the list of Developers for Hire.

I have extensive experience in HTML, CSS, JavaScript, jQuery, and
AJAX, and relatedly, I've even more experience in Cocoa, Cocoa Touch,
iPhone SDK, and general Mac development.

My website can be found here, along with further information
(including my contact info):

http://hire.degutis.org/

Thanks,

-Steven

On Feb 25, 4:28 am, winterstein daniel.winterst...@gmail.com wrote:
 Hi Alex,
 Please add me to the list. I develop in Java and produced one of the
 open-source Java libraries for the Twitter API.

 Real name: Daniel Winterstein
 Twitter username: winterstein
 Work URL:http://www.winterwell.com
 Email: dan...@winterwell.com

 Thank you,
 Daniel

 On Feb 23, 6:33 pm, Alex Payne a...@twitter.com wrote:



  There isn't one that I'm aware of, but if people would like to post
  their contact info in this thread (Twitter username, URL, email,
  whatever) I'm happy to collect them on the API Wiki.

  On Sat, Feb 21, 2009 at 18:00, Chad Etzel jazzyc...@gmail.com wrote:

   Hi All,

   I have been getting a few requests here and there for twitter API
   development work.  I cannot take on any such projects at the moment,
   but I always feel bad for leaving them in the lurch.  Is there a list
   or directory anywhere of Twitter API developers that work freelance
   that I can send to them when this happens?  I'm happy to forward on
   such requests.

   -Chad

  --
  Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x


Friends and followers

2008-10-10 Thread Steven Bristol

I have a case where I am calling http://twitter.com/statuses/friends
and http://twitter.com/statuses/followers on the same user to discern
who is a friend, follower or mutual. There seems to be something wrong
with the data that is returned because some people who are mutually
following are not being returned in one or the other calls. I have
verified this with my own account. My account 'stevenbristol' is a
friend to 'Croaky' and he is a friend to me. He shows up here:
http://twitter.com/statuses/friends/stevenbristol.xml, but he does
show up here: http://twitter.com/statuses/followers/stevenbristol.xml.
When you look at both user's friends list on the web both users show
up there.

Is my logic wrong or is there a bug in the API?

cheers,
steven bristol