Ok, thanks. That's what I was thinking. No matter what data gets thrown at the API, I don't want it returning any runtime errors.. So I guess I need to pass everything as a string as you suggest.
Will do. Thank you for the quick reply. On Wed, Aug 29, 2012 at 11:03 AM, Peter J. Farrell <[email protected]> wrote: > Since you cannot validate info from an API before it comes in, you have to > treat it like string data. Set your userId to String and do a check. > > > -- > Peter J. Farrell > OpenBD Steering Committee / Mach-II Lead Developer > http://blog.maestropublishing.com > Identi.ca / Twitter: @maestrofjp > > Please do not send me Microsoft Office/Apple iWork documents. Send > OpenDocument instead! http://fsf.org/campaigns/opendocument/ > > > -- > online documentation: http://openbd.org/manual/ > http://groups.google.com/group/openbd?hl=en -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
