foxnewsnetwork / American-Lit-315

1 stars 1 forks source link

All purpose game token #48

Closed SpinnakerSix closed 12 years ago

SpinnakerSix commented 12 years ago

We have to create an universal token for a sample Game, earnings will be recorded but no one will be paid. Sample token will be stupid like

12345

foxnewsnetwork commented 12 years ago

Something to note for the API calls: Change the pictures URL to an URL that refers to the gamertiser site instead of the odd localhost site

body: { "company_id": 1, "company_name": "coke", "id": 1, "title": "Pizza", "description": "Good Pizza. Mouthwatering!", "created_at": "2012-02-20T02:37:54Z", "updated_at": "2012-02-20T22:02:18Z", "cost_per_redeemed": 14.99, "meta_data": "pizza, food", "picture_path": "http://0.0.0.0:3000/system/pictures/1/medium/pizza.jpg" }

specifically, the picture_path variable must be fixed so it's actually usable

SpinnakerSix commented 12 years ago

try now, root_url is now found programmatically instead of hard-coded.

SpinnakerSix commented 12 years ago

okay now 12345 is the token for Game number 1 on Gamertiser.com