diff --git a/samples/photo/postComment.html b/samples/photo/postComment.html new file mode 100644 index 0000000..2714af4 --- /dev/null +++ b/samples/photo/postComment.html @@ -0,0 +1,67 @@ +

Post Photo Comment

+

+ Post Photo Comment

+

+LightBulb.photos.postComment({
+        photoId: "Picture_ID"
+        message: ":)"
+        }, function(response) {
+
+});
+
+

+ \ No newline at end of file