|
Hi Joylon
Thanks for that. I will make it ANSI. Before I do I have a
couple of extra questions, hopefully that will be it....
I assume conkey and consecret are my consumer public & private
keys. However I am unsure about tok (which I assume is a public
token). In a public app I would be assigned a token as part of
the login process, where do I get this from for a private login?
Is it my apps name?
Cheers
Rob
On 8/07/2014 12:56 p.m., Jolyon Smith wrote:
You can ignore the ProcessTags() calls -
essentially they just do variable substitution within the
strings involved.
There is no login for private Xero apps, which are tied to a
specific Xero organisation. Â You need to setup your application
on the Xero API end for that specific organisation, to generate
the required key and secrets etc which you use to do the signing
of your requests.
w.r.t Unicode, the code was written for deployment with a
pre-Unicode Delphi compiler. Â Some of the code was either
written for or adapted from libraries which were or had been
ANSI-fied to ensure consistent behaviour for use with Unicode
versions of Delphi, but the remaining code otherwise assumes
ANSI strings. Â If you are using a Unicode Delphi version you
should change all declarations to ANSIString to
maintain the intended behaviour and be careful of implicit
string conversions when making calls into the routines.
To make it properly Unicode enabled may involve more
significant change than that.
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: [email protected]
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [email protected] with Subject: unsubscribe
No virus
found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4716 / Virus Database: 3986/7813 - Release Date:
07/07/14
|
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: [email protected]
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [email protected] with
Subject: unsubscribe