Re: [WebDNA] API Integration

This WebDNA talk-list message is from

2010


It keeps the original formatting.
numero = 104324
interpreted = N
texte = --0016e647658202d07d047c976569 Content-Type: text/plain; charset=ISO-8859-1 Hi, I think my question was misunderstood - or I am missing something :) I too have been integrating api's for a while using tcpconnect, xml and middle etc. and do the same thing that Dan described below The thing I have no been able to do and am looking for help, is to specifically be able to authenticate the api connection with google using AuthSub . the issue I think is creating the hash tags and time code needed. I , as well, am happy to share my api connections. context.voice - pulls in social media reactions twitter youtube delicious Flickr and a bunch of others, but I hit a wall if I need to authenticate and I'd really like to get over that wall:) thanks in advance. d. On Wed, Jan 6, 2010 at 8:17 PM, Dan Strong wrote: > I've integrated with PayPal, reCAPTCHA, twitter, skinnyr, vimeo, Google > Earth, Google Maps, CareerBuilder, SimplyHired, Oodle, flickr, js-kit and > some others I can't rememeber or don't use anymore. The concept is basically > to do a [TCPconnect] to the API and then use [xmlparse] to parse the > results. Personally, I never quite got the hang of WebDNA's [xmlparse] stuff > so I ended up hacking together some Rube Goldberg code (think > [grep][middle][listwords], etc.), but it is buggy at times because I have to > manually identify the xml structure the first time, then code for it and > cross my fingers that the API response structure doesn't change. For the > most part it works for me, but it's not 100% and I constantly worry about it > a little. The correct, automated way would be to use [xmlparse], but I just > never got around to figuring it out. > -Dan > > > On 1/6/2010 4:00 PM, David Bastedo wrote: > > Hi, are there other people using WebDNA to integrate with third Party > API's? > > Google, Facebook, Twitter etc.? > > I am looking for some help with authentication for Google and FB in > particular: > AuthSubauthentication for example, would allow me to query google analytics > directly from my admin panel, which is what am trying to do at the moment. > > > thanks. I figure there must be somebody else doing this type of work. Is > there? > > thanks. > > d. > > > -- > David Bastedo > Ten Plus One Communications Inc. > http://www.10plus1.com > T. 416.603.2223 > M. 416.277.4499 > > > > -- David Bastedo Ten Plus One Communications Inc. http://www.10plus1.com T. 416.603.2223 M. 416.277.4499 --0016e647658202d07d047c976569 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, I think my question was misunderstood - or I am missing something :)
I too have been integrating api's for a while using tcpconnect, xm= l and middle etc. and do the same thing that Dan described below

The thing I have no been able to do and am looking for help, is to specific= ally be able to authenticate the api connection with google using AuthSub.

the issue I think is creating the hash tags and time code needed.
I , as well, am happy to share my api connections.
context.voice - pul= ls in social media reactions
twitter
youtube
delicious
Flickr<= br> and a bunch of others, but I hit a wall if I need to authenticate and I'= ;d really like to get over that wall:)



thanks in advance.
d.

On Wed, Jan 6, 2010 at 8:17 PM, D= an Strong <web= dna@danstrong.com> wrote:
=20 =20
I've integrated with PayPal, reCAPTCHA, twitter, skinnyr, vimeo, Google Earth, Google Maps, CareerBuilder, SimplyHired, Oodle, flickr, js-kit and some others I can't rememeber or don't use anymore. The concept= is basically to do a [TCPconnect] to the API and then use [xmlparse] to parse the results. Personally, I never quite got the hang of WebDNA's [xmlparse] stuff so I ended up hacking together some Rube Goldberg code (think [grep][middle][listwords], etc.), but it is buggy at times because I have to manually identify the xml structure the first time, then code for it and cross my fingers that the API response structure doesn't change. For the most part it works for me, but it's not 100= % and I constantly worry about it a little. The correct, automated way would be to use [xmlparse], but I just never got around to figuring it out.
-Dan


On 1/6/2010 4:00 PM, David Bastedo wrote:
Hi, are there other people using WebDNA to integr= ate with third Party API's?

Google, Facebook, Twitter etc.?

I am looking for some help with authentication for Google and FB in particular:
AuthSub authentication for example, would allow me to query google analytics directly from my admin panel, which is what=A0 am trying to do at the moment.


thanks. I figure there must be somebody else doing this type of work. Is there?

thanks.

d.


--
David Bastedo
Ten Plus One Communications Inc.
http://www.10plus1.c= om
T. =A0416.603.2223
M. 416.277.4499





--
David Bastedo
Ten Pl= us One Communications Inc.
http://www= .10plus1.com
T. =A0416.603.2223
M. 416.277.4499
--0016e647658202d07d047c976569-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] API Integration (David Bastedo 2010)
  2. Re: [WebDNA] API Integration (Donovan Brooke 2010)
  3. Re: [WebDNA] API Integration (Govinda 2010)
  4. Re: [WebDNA] API Integration (Stuart Tremain 2010)
  5. Re: [WebDNA] API Integration (Dan Strong 2010)
  6. RE: [WebDNA] API Integration ("Olin Lagon" 2010)
  7. Re: [WebDNA] API Integration (Govinda 2010)
  8. [WebDNA] API Integration (David Bastedo 2010)
--0016e647658202d07d047c976569 Content-Type: text/plain; charset=ISO-8859-1 Hi, I think my question was misunderstood - or I am missing something :) I too have been integrating api's for a while using tcpconnect, xml and middle etc. and do the same thing that Dan described below The thing I have no been able to do and am looking for help, is to specifically be able to authenticate the api connection with google using AuthSub . the issue I think is creating the hash tags and time code needed. I , as well, am happy to share my api connections. context.voice - pulls in social media reactions twitter youtube delicious Flickr and a bunch of others, but I hit a wall if I need to authenticate and I'd really like to get over that wall:) thanks in advance. d. On Wed, Jan 6, 2010 at 8:17 PM, Dan Strong wrote: > I've integrated with PayPal, reCAPTCHA, twitter, skinnyr, vimeo, Google > Earth, Google Maps, CareerBuilder, SimplyHired, Oodle, flickr, js-kit and > some others I can't rememeber or don't use anymore. The concept is basically > to do a [tcpconnect] to the API and then use [xmlparse] to parse the > results. Personally, I never quite got the hang of WebDNA's [xmlparse] stuff > so I ended up hacking together some Rube Goldberg code (think > [grep][middle][listwords], etc.), but it is buggy at times because I have to > manually identify the xml structure the first time, then code for it and > cross my fingers that the API response structure doesn't change. For the > most part it works for me, but it's not 100% and I constantly worry about it > a little. The correct, automated way would be to use [xmlparse], but I just > never got around to figuring it out. > -Dan > > > On 1/6/2010 4:00 PM, David Bastedo wrote: > > Hi, are there other people using WebDNA to integrate with third Party > API's? > > Google, Facebook, Twitter etc.? > > I am looking for some help with authentication for Google and FB in > particular: > AuthSubauthentication for example, would allow me to query google analytics > directly from my admin panel, which is what am trying to do at the moment. > > > thanks. I figure there must be somebody else doing this type of work. Is > there? > > thanks. > > d. > > > -- > David Bastedo > Ten Plus One Communications Inc. > http://www.10plus1.com > T. 416.603.2223 > M. 416.277.4499 > > > > -- David Bastedo Ten Plus One Communications Inc. http://www.10plus1.com T. 416.603.2223 M. 416.277.4499 --0016e647658202d07d047c976569 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, I think my question was misunderstood - or I am missing something :)
I too have been integrating api's for a while using tcpconnect, xm= l and middle etc. and do the same thing that Dan described below

The thing I have no been able to do and am looking for help, is to specific= ally be able to authenticate the api connection with google using AuthSub.

the issue I think is creating the hash tags and time code needed.
I , as well, am happy to share my api connections.
context.voice - pul= ls in social media reactions
twitter
youtube
delicious
Flickr<= br> and a bunch of others, but I hit a wall if I need to authenticate and I'= ;d really like to get over that wall:)



thanks in advance.
d.

On Wed, Jan 6, 2010 at 8:17 PM, D= an Strong <web= dna@danstrong.com> wrote:
=20 =20
I've integrated with PayPal, reCAPTCHA, twitter, skinnyr, vimeo, Google Earth, Google Maps, CareerBuilder, SimplyHired, Oodle, flickr, js-kit and some others I can't rememeber or don't use anymore. The concept= is basically to do a [tcpconnect] to the API and then use [xmlparse] to parse the results. Personally, I never quite got the hang of WebDNA's [xmlparse] stuff so I ended up hacking together some Rube Goldberg code (think [grep][middle][listwords], etc.), but it is buggy at times because I have to manually identify the xml structure the first time, then code for it and cross my fingers that the API response structure doesn't change. For the most part it works for me, but it's not 100= % and I constantly worry about it a little. The correct, automated way would be to use [xmlparse], but I just never got around to figuring it out.
-Dan


On 1/6/2010 4:00 PM, David Bastedo wrote:
Hi, are there other people using WebDNA to integr= ate with third Party API's?

Google, Facebook, Twitter etc.?

I am looking for some help with authentication for Google and FB in particular:
AuthSub authentication for example, would allow me to query google analytics directly from my admin panel, which is what=A0 am trying to do at the moment.


thanks. I figure there must be somebody else doing this type of work. Is there?

thanks.

d.


--
David Bastedo
Ten Plus One Communications Inc.
http://www.10plus1.c= om
T. =A0416.603.2223
M. 416.277.4499





--
David Bastedo
Ten Pl= us One Communications Inc.
http://www= .10plus1.com
T. =A0416.603.2223
M. 416.277.4499
--0016e647658202d07d047c976569-- David Bastedo

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:

Help! WebCat2 bug (Ben's input) (1997) transferring values (1998) Creating main- and sub-category search (1997) Date search - yes or no (1997) Any way to retrieve information from clipboard? (1999) View Source from cache (1997) A little help on e-mail (HELP!!! :-) ) (1998) frames & carts (1997) WebCat2.0b15-to many nested [xx] tags (1997) Not sending email !!! (2002) Template Encryption (1998) Dates - Search and Sorting (1999) Email Set-Up? (1997) More on the email templates (1997) Introduction/Tutorial/QuickStart (1997) [PROTECT] Problem (2003) Shownext! (1998) Bug or syntax error on my part? (1997) Trouble installing WebCat on OSX apache .. (2001) emailer and other smtp (1998)