Re: [WebDNA] Talklist Archive & Twitter

This WebDNA talk-list message is from

2009


It keeps the original formatting.
numero = 102928
interpreted = N
texte = Here is my non-working code: -------------------------------- Trying to code a twitter function for someone: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D [text]crlf=3D[UnURL]%0D%0A[/UnURL][/text] [TCPConnect host=3Dwww.twitter.com] [tcpsend skipheaders=3DT]GET /statuses/update.xml HTTP/1.0[crlf] Authorization: Basic [Encrypt method=3DBase64]user:pass[/Encrypt][crlf] Host: www.twitter.com[crlf][crlf] [/tcpsend] [/TCPConnect] =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D Returns: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D /statuses/update.xml Could not authenticate you. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D I am positive that "user" and "pass" are correct because I can login to t= witter using them...can=20 anybody see any obvious syntax mistakes or omissions? Thanks, -Dan On Mon, 13 Jul 2009 12:08:31 -0700 "Dan Strong" wrote: > Tana, > I attempted to do this very thing and was unsuccessful. Search the new = archives for my=20 >non-working code... maybe you'll be able to get it to work. > -Dan >=20 >=20 > On Mon, 13 Jul 2009 11:05:48 -0800 > "Tana Adams" wrote: >> Hi, >>=20 >>=20 >>=20 >> I'm sure I missed this discussion somewhere in the emails over the pas= t year >> but are we able to search webdna-talk archives beyond August 2008? I'= m >> trying to write something that will post text on Twitter and write to = a >> WebDNA database simultaneously. I was wondering if anyone had any sam= ple >> code to accomplish this. >>=20 >>=20 >>=20 >> Thanks! >>=20 >>=20 >>=20 >> Tana >>=20 >=20 Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Talklist Archive & Twitter ("Brian Harrington, Broker" 2009)
  2. Re: [WebDNA] Talklist Archive & Twitter (Donovan Brooke 2009)
  3. Re: [WebDNA] Talklist Archive & Twitter (Patrick McCormick 2009)
  4. Re: [WebDNA] Talklist Archive & Twitter (Donovan Brooke 2009)
  5. RE: [WebDNA] Talklist Archive & Twitter ("Michael A. DeLorenzo" 2009)
  6. Re: [WebDNA] Talklist Archive & Twitter (Tom Duke 2009)
  7. RE: [WebDNA] Talklist Archive & Twitter ("Michael A. DeLorenzo" 2009)
  8. Re: [WebDNA] Talklist Archive & Twitter (Tom Duke 2009)
  9. Re: [WebDNA] Talklist Archive & Twitter ("Dan Strong" 2009)
  10. RE: [WebDNA] Talklist Archive & Twitter ("Tana Adams" 2009)
  11. Re: [WebDNA] Talklist Archive & Twitter (Kenneth Grome 2009)
  12. Re: [WebDNA] Talklist Archive & Twitter (Tom Duke 2009)
  13. Re: [WebDNA] Talklist Archive & Twitter ("Dan Strong" 2009)
  14. Re: [WebDNA] Talklist Archive & Twitter (Stuart Tremain 2009)
  15. Re: [WebDNA] Talklist Archive & Twitter ("Dan Strong" 2009)
  16. Re: [WebDNA] Talklist Archive & Twitter (Kenneth Grome 2009)
  17. Re: [WebDNA] Talklist Archive & Twitter ("Dan Strong" 2009)
  18. RE: [WebDNA] Talklist Archive & Twitter ("Tana Adams" 2009)
  19. Re: [WebDNA] Talklist Archive & Twitter ("Dan Strong" 2009)
  20. Re: [WebDNA] Talklist Archive & Twitter ("Dan Strong" 2009)
  21. Re: [WebDNA] Talklist Archive & Twitter ("Dan Strong" 2009)
  22. Re: [WebDNA] Talklist Archive & Twitter ("Dan Strong" 2009)
  23. Re: [WebDNA] Talklist Archive & Twitter (Donovan Brooke 2009)
  24. [WebDNA] Talklist Archive & Twitter ("Tana Adams" 2009)
Here is my non-working code: -------------------------------- Trying to code a twitter function for someone: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D [text]crlf=3D[unurl]%0D%0A[/UnURL][/text] [TCPConnect host=3Dwww.twitter.com] [tcpsend skipheaders=3DT]GET /statuses/update.xml HTTP/1.0[crlf] Authorization: Basic [Encrypt method=3DBase64]user:pass[/Encrypt][crlf] Host: www.twitter.com[crlf][crlf] [/tcpsend] [/TCPConnect] =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D Returns: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D /statuses/update.xml Could not authenticate you. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D I am positive that "user" and "pass" are correct because I can login to t= witter using them...can=20 anybody see any obvious syntax mistakes or omissions? Thanks, -Dan On Mon, 13 Jul 2009 12:08:31 -0700 "Dan Strong" wrote: > Tana, > I attempted to do this very thing and was unsuccessful. Search the new = archives for my=20 >non-working code... maybe you'll be able to get it to work. > -Dan >=20 >=20 > On Mon, 13 Jul 2009 11:05:48 -0800 > "Tana Adams" wrote: >> Hi, >>=20 >>=20 >>=20 >> I'm sure I missed this discussion somewhere in the emails over the pas= t year >> but are we able to search webdna-talk archives beyond August 2008? I'= m >> trying to write something that will post text on Twitter and write to = a >> WebDNA database simultaneously. I was wondering if anyone had any sam= ple >> code to accomplish this. >>=20 >>=20 >>=20 >> Thanks! >>=20 >>=20 >>=20 >> Tana >>=20 >=20 "Dan Strong"

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Requiring that certain fields be completed (1997) OT: Web Cams (2003) Emailer Set Up (1997) HELP WITH DATES (1997) WebMerchant Mac 3.0 beta available (1998) Install Webcatalog under NT4.0 and Microsoft IIS 2.0 (1997) unable to run webcatalog locally (1998) Country & Ship-to address & other fields ? (1997) Problem with broken images (2004) PROBLEM WITH TALK LIST (2000) quantity minimum problem (1997) WebCat2b15MacPlugin - [protect] (1997) [WebDNA] opinions on [switch] [case]... (2009) if else problem: Version 2 (2003) [search] & [encrypt]/[decrypt] (2001) Converting DOS database (2000) WebCat .pdf file is formatted incorrectly... (2000) presetting variables ... (2000) broken [include]s (1998) WebDNA Solutions ... sorry! (1997)