[twitter-dev] Re: Twitter rejecting show_user request

2009-10-06 Thread JDG
Are you sure that the ID in question exists?

On Tue, Oct 6, 2009 at 16:58, ArnieLapinig  wrote:

>
> Hello,
>
> Just started developing a Twitter app... I'm using a php script with
> CURL to issue a show_user request, and i'm getting this response:
>
> Warning: file_get_contents(
>   /users/show.xml?user_id=4667006333
> Not found  ) [function.file-get-contents]:
> failed to open stream: No such file or directory
>
> Does Twitter still allow Basic Authorization? Do I have to register an
> app with Twitter in order to get a valid response when using the REST
> API?
>
> Thanks for helping out...
>
>


-- 
Internets. Serious business.


[twitter-dev] Re: Twitter rejecting show_user request

2009-10-06 Thread ArnieLapinig

yes, the twitter id comes from a twitter hashtag search that returns
an xml document. i'm using show.xml to get the location of the twitter
id.



On Oct 6, 5:57 pm, JDG  wrote:
> Are you sure that the ID in question exists?
>
>
>
> On Tue, Oct 6, 2009 at 16:58, ArnieLapinig  wrote:
>
> > Hello,
>
> > Just started developing a Twitter app... I'm using a php script with
> > CURL to issue a show_user request, and i'm getting this response:
>
> > Warning: file_get_contents(
> >   /users/show.xml?user_id=4667006333
> > Not found  ) [function.file-get-contents]:
> > failed to open stream: No such file or directory
>
> > Does Twitter still allow Basic Authorization? Do I have to register an
> > app with Twitter in order to get a valid response when using the REST
> > API?
>
> > Thanks for helping out...
>
> --
> Internets. Serious business.


[twitter-dev] Re: Twitter rejecting show_user request

2009-10-11 Thread Abraham Williams
It looks like a random issue with that account. Try sending
a...@twitter.coman email.
Abraham

On Tue, Oct 6, 2009 at 23:15, ArnieLapinig  wrote:

>
> yes, the twitter id comes from a twitter hashtag search that returns
> an xml document. i'm using show.xml to get the location of the twitter
> id.
>
>
>
> On Oct 6, 5:57 pm, JDG  wrote:
> > Are you sure that the ID in question exists?
> >
> >
> >
> > On Tue, Oct 6, 2009 at 16:58, ArnieLapinig 
> wrote:
> >
> > > Hello,
> >
> > > Just started developing a Twitter app... I'm using a php script with
> > > CURL to issue a show_user request, and i'm getting this response:
> >
> > > Warning: file_get_contents(
> > >   /users/show.xml?user_id=4667006333
> > > Not found  ) [function.file-get-contents]:
> > > failed to open stream: No such file or directory
> >
> > > Does Twitter still allow Basic Authorization? Do I have to register an
> > > app with Twitter in order to get a valid response when using the REST
> > > API?
> >
> > > Thanks for helping out...
> >
> > --
> > Internets. Serious business.
>



-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
http://web608.org/geeks/abraham/blogs/2009/10/03/win-google-wave-invite
This email is: [ ] blogable [x] ask first [ ] private.
Sent from Madison, Wisconsin, United States


[twitter-dev] Re: Twitter rejecting show_user request

2009-10-11 Thread Raffi Krikorian


can you please let us know what search you were executing at the  
time?  this way i can look through this a bit more carefully.


thanks!


yes, the twitter id comes from a twitter hashtag search that returns
an xml document. i'm using show.xml to get the location of the twitter
id.


Are you sure that the ID in question exists?


Hello,



Just started developing a Twitter app... I'm using a php script with
CURL to issue a show_user request, and i'm getting this response:



Warning: file_get_contents(
  /users/show.xml?user_id=4667006333
Not found  ) [function.file-get-contents]:
failed to open stream: No such file or directory


Does Twitter still allow Basic Authorization? Do I have to  
register an
app with Twitter in order to get a valid response when using the  
REST

API?



Thanks for helping out...


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






[twitter-dev] Re: Twitter rejecting show_user request

2009-10-13 Thread Alan

Am I reading this right? ... The php warning message implies that your
php script is trying to open the string " . " as a file [1] .  It seems very
unlikely to me that this is a valid filename, ignoring the fact that
the user with ID 4667006333 also does not seem to exist [2]

[1] http://php.net/manual/en/function.file-get-contents.php
[2] http://twitter.com/users/show.xml?user_id=4667006333


On Oct 12, 3:44 am, Raffi Krikorian  wrote:
> can you please let us know what search you were executing at the  
> time?  this way i can look through this a bit more carefully.
>
> thanks!
>
>
>
> > yes, the twitter id comes from a twitter hashtag search that returns
> > an xml document. i'm using show.xml to get the location of the twitter
> > id.
>
> >> Are you sure that the ID in question exists?
>
> >>> Hello,
>
> >>> Just started developing a Twitter app... I'm using a php script with
> >>> CURL to issue a show_user request, and i'm getting this response:
>
> >>> Warning: file_get_contents(
> >>>   /users/show.xml?user_id=4667006333
> >>> Not found  ) [function.file-get-contents]:
> >>> failed to open stream: No such file or directory
>
> >>> Does Twitter still allow Basic Authorization? Do I have to  
> >>> register an
> >>> app with Twitter in order to get a valid response when using the  
> >>> REST
> >>> API?
>
> >>> Thanks for helping out...
>
> --
> Raffi Krikorian
> Twitter Platform Team
> ra...@twitter.com | @raffi