[twitter-dev] I must be stupid.

2009-08-14 Thread Adam Shannon
.0'; foreach ($oauth['parms'] as $parm) { $request_uri = $request_uri . $parm; } echo $request_uri; I read that the nonce has to be unique and I believe that it is, the signature I have no clue (am I supposed to use a known substring of a mycrypt? Or am I supposed to hash the data and let you compare it? I'm really struggling with this, if I could get any help it would be great. -- - Adam Shannon ( http://ashannon.us )

[twitter-dev] Re: I must be stupid.

2009-08-14 Thread Adam Shannon
;m looking for is a simple version so that I can custom build my own app. -- - Adam Shannon ( http://ashannon.us )

[twitter-dev] Re: I must be stupid.

2009-08-14 Thread Adam Shannon
t knowing it. > > Regards > Peter > > > On Fri, Aug 14, 2009 at 3:25 PM, Julio Biason wrote: > >> >> On Sat, Aug 15, 2009 at 7:25 AM, Adam Shannon wrote: >> > foreach ($oauth['parms'] as $parm) { >> > $request_uri = $request_uri . $parm; >&g

[twitter-dev] Re: I must be stupid.

2009-08-15 Thread Adam Shannon
-Chad > > On Fri, Aug 14, 2009 at 6:34 PM, Adam Shannon wrote: > > > > > > On Fri, Aug 14, 2009 at 5:30 PM, Peter Denton > > wrote: > >> > >> Hi Adam, > >> If you want you can email me off list and I can help you use Abrahams. > Its > &g

[twitter-dev] Re: Acount problem

2009-08-15 Thread Adam Shannon
On Sat, Aug 15, 2009 at 10:23 AM, MRWILLAN wrote: > > can not login under my user name, Willnot let me in > Did you recently change your password/username?What error does it give you, where are you trying to login. Have you given your account information to any 3rd party services. -

[twitter-dev] Re: 401 Error, "could not authenticate you" problem

2009-08-17 Thread Adam Shannon
> > > /statuses/friends_timeline.xml > Could not authenticate you. > > > > I am using basic authentication. Did you have this problem? Can > anybody help me please? thanks in advance. > Are you using this basic format? http[s]://username:passw...@twitter.com/authenticate/ -- - Adam Shannon ( http://ashannon.us )

[twitter-dev] Re: Recent SimpleXML_load_string error

2009-08-18 Thread Adam Shannon
gt; in [file-path]on line 8 > > Warning: simplexml_load_string() [function.simplexml-load-string ]: > Entity: line 13: parser error : Premature end of data in tag HTML line > 4 in [file-path]on line 8 > > Warning: simplexml_load_string() [function.simplexml-load-string ]: in > [file-path]on l

[twitter-dev] Re: twitter based message board

2009-08-26 Thread Adam Shannon
nd see if anyone has done anything similar? > > Thanks > Peter > > > -- - Adam Shannon ( http://ashannon.us )

[twitter-dev] Re: error with simple xml load file

2009-08-30 Thread Adam Shannon
HP Warning: simplexml_load_file > > > > (http://search.twitter.com/search.atom?q=Google) [ > > > > href='function.simplexml-load-file'>function.simplexml-load-file]: > > > > failed to open stream: Connection timed out in /home/xxx/public_html/ > > > > test/status.php on line 10 > > > > > > PHP Version 5.2.8 > > > > > > This only happens on my server, since in local working properly. :( > > > > > > Please Help. Thaks ;) > -- - Adam Shannon ( http://ashannon.us )

[twitter-dev] Re: Twitter Background

2009-09-13 Thread Adam Shannon
imensions for it and the allowed maximum size or the > size you advice? > > Does the background repeats horizontal and vertically? > > What are the options? > > Thanks, > Miguel > -- - Adam Shannon ( http://ashannon.us )

[twitter-dev] Re: http vs https for twitter api calls

2009-10-03 Thread Adam Shannon
uth/request_token, /oauth/authorize, /oauth/authenticate, and /oauth/ > access_token)? > > Thanks, > -andy > -- - Adam Shannon ( http://ashannon.us )

[twitter-dev] Re: SMS Notifications

2009-10-10 Thread Adam Shannon
I haven't tested either of those cases, but I'm noticing that SMS notifications are delayed in general (some times over an hour). -- - Adam Shannon ( http://ashannon.us )

[twitter-dev] [Feature-Request] The ability to use multiple phones.

2009-10-17 Thread Adam Shannon
ility to send a SMS message and pick what account I update. -- - Adam Shannon ( http://ashannon.us )

[twitter-dev] Re: Bad ssl certs on some servers for api.twitter.com/1 ?

2009-11-15 Thread Adam Shannon
mber that OpenSSL >> ships without any Root CA certs installed. >> >> Curl users will have similar problems as well -- you'll want to run mk- >> ca-bundle to get the proper ca-bundle installed. >> >> The TTYtter developers have a script that pulls the current CA bundle >> from Mozilla, here: >> >> http://www.floodgap.com/software/ttytter/mk-ca-bundle.txt >> >> -john > -- - Adam Shannon ( http://ashannon.us )

Re: [twitter-dev] Re: Get a user's first tweet?

2009-12-07 Thread Adam Shannon
t depends upon how many times that person has "tweeted".  If it's above >> the max-count, then no. > -- - Adam Shannon ( http://ashannon.us )