From 7c674066763d9ef1f38dd4cfbe4bf909d5275308 Mon Sep 17 00:00:00 2001 From: Adam Burmister Date: Mon, 11 Jan 2016 15:44:12 -0800 Subject: [PATCH] Tidy --- pinterest-sdk/pinterest-sdk-tests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pinterest-sdk/pinterest-sdk-tests.ts b/pinterest-sdk/pinterest-sdk-tests.ts index 0c0f9a934..ea1e2d438 100644 --- a/pinterest-sdk/pinterest-sdk-tests.ts +++ b/pinterest-sdk/pinterest-sdk-tests.ts @@ -1,12 +1,12 @@ /// +// Examples from https://github.com/pinterest/pinterest-api-demo + const PIN_FIELDS = "id,name,image[small]"; const PIN_SCOPE = "read_public, write_public"; const CALLBACK = (...args: any[]) => {}; const DATA = { board: "test", note: "test", link: "tets", image_url: "test" }; -// Examples from https://github.com/pinterest/pinterest-api-demo - // Auth PDK.login({ scope : PIN_SCOPE }, CALLBACK); PDK.logout();