[twitter-dev] Re: Re : Re: New Photo upload feature: What's new & coming on the API side

2011-08-01 Thread lucky
@Arnaud & others: How can I retrieve the photos posted on Twitter? Which API to use? I need this info urgently. Thanks in advance. -lucky On Jun 7, 5:46 pm, Tom van der Woerdt wrote: > Hey all, > >  From a 'pretty reliable source' I got some information about the new > API endpoint, how it works

[twitter-dev] Re: How can I retrieve geotagged pictures posted on twitter using API?

2011-08-01 Thread lucky
Hi Guys! Can anyone answer my question? This is very urgent for me at this time. I need to know which API should I use to retrieve photos(photo urls) posted on Twitter. -lucky On Jul 30, 9:30 am, lucky wrote: > Hi, > > I want to retrieve pictures(which were geotagged near to my current > locati

Re: [twitter-dev] Re: Re : Re: New Photo upload feature: What's new & coming on the API side

2011-08-01 Thread Taylor Singletary
Lucky, Photos posted with Twitter's new photo service appear as links within tweets, much like any other URL in tweets. There's no explicit API to just fetch images posted on Twitter, or just images posted using the new Twitter photo functionality. @episod

Re: [twitter-dev] Getting "Failed to validate oauth signature and token" after adding an explicit "oauth_callback" in the request token phase

2011-08-01 Thread Ciaran
Hi Nathan, On Sun, Jul 31, 2011 at 5:43 AM, Nathan Rajlich wrote: > Hello all. I am using nodejs, and specifically ciranj's node-oauth[0] > module, attempting to override the default callback URL with an > explicit one as per the 1.0A specification changes. I'm not entirely > sure if it's a bug

Re: [twitter-dev] Getting "Failed to validate oauth signature and token" after adding an explicit "oauth_callback" in the request token phase

2011-08-01 Thread Nathan Rajlich
Interesting... your example does indeed work as expected! I suppose there must be some difference between that and what I am already doing. Thanks for the example, hopefully it will help me drill down the problem! On Mon, Aug 1, 2011 at 12:29 PM, Ciaran wrote: > Hi Nathan, > > > On Sun, Jul 31,

[twitter-dev] Will XML for authenticated timeline retrievals continue to be supported?

2011-08-01 Thread ImproperUsername
I recall that some support for XML has been deprecated. Will Twitter continue to support XML for authenticated retrievals of timelines such as https://api.twitter.com/1/statuses/user_timeline.xml?id=345029225 Thanks, Lil -- Have you visited the Developer Discussions feature on https://dev.twi

[twitter-dev] Re: Getting "Failed to validate oauth signature and token" after adding an explicit "oauth_callback" in the request token phase

2011-08-01 Thread Nathan Rajlich
For anybody whose interested, the problem turned out to be that I was prefixing Twitter's OAuth URLs with 'www.'. After removing the prefix, and having the urls be top-level, everything is working as expected. On Aug 1, 2:04 pm, Nathan Rajlich wrote: > Interesting... your example does indeed work

[twitter-dev] Saas Provider for User Stream

2011-08-01 Thread DaveH
I am wondering if there are any companies that are providing access to user streams as SaaS. I am looking for a service that will allow me to setup filters specifically I only want DMs and I would want the service to call my application via a callback URL when a DM is received. I have spent the da