Building your first Platform Application: Hello World
Saturday, November 15, 2008 at 12:15 PM
Its customary in the development world to have your first tutorial print something simple, usually "Hello World" to the screen, console or browser. In our world, we can go one better.
Over the next few days, we will step you through the process of creating your first Printfection Platform application that will ultimately allow for uploading on an image onto a product, ready for purchase.
The series will follow the flow of a standard Platform application:
- Creating your API key
- Setting up your application information
- Authenticating your application
- Uploading an image
- Creating the product
- Adding to cart
- Checking out
The examples will be posted in PHP, however are designed to illustrate a process that can be used in any development language.
See you tomorrow for Day 1: Getting Started.
Reader Comments