john_stamos 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. data/README.md +95 -79
  2. data/john_stamos.gemspec +3 -2
  3. data/lib/john_stamos/client.rb +32 -17
  4. data/lib/john_stamos/pin_search.rb +4 -3
  5. data/lib/john_stamos/pinner.rb +1 -1
  6. data/lib/john_stamos/version.rb +1 -1
  7. data/lib/john_stamos.rb +5 -2
  8. data/spec/lib/john_stamos/client_spec.rb +55 -66
  9. data/spec/lib/john_stamos/pin_search_spec.rb +9 -9
  10. data/spec/support/vcr_cassettes/JohnStamos_Client/_make_request/returns_a_string_representation_of_the_response_body.yml +59 -0
  11. data/spec/support/vcr_cassettes/JohnStamos_Client/_page_content/returns_a_Nokogiri_HTML_Document_object.yml +59 -0
  12. data/spec/support/vcr_cassettes/JohnStamos_Client/_search_pins/returns_the_correct_number_of_pins.yml +6448 -980
  13. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/_pinner/returns_a_Pinner_object.yml +801 -289
  14. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/_pinner/shows_my_fake_account_as_the_owning_Pinner.yml +802 -289
  15. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/belongs_to_the_correct_board.yml +801 -289
  16. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/has_the_correct_description.yml +801 -289
  17. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/has_the_correct_image.yml +801 -289
  18. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/has_the_correct_like_count.yml +1329 -287
  19. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/has_the_correct_repin_count.yml +801 -289
  20. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/has_the_correct_source_url.yml +801 -290
  21. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/is_not_a_video.yml +801 -289
  22. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_a_limit_higher_than_the_default/collects_the_correct_number_of_pin_ids.yml +16392 -2609
  23. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_a_limit_lower_than_the_default/collects_the_correct_number_of_pin_ids.yml +10844 -1157
  24. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_a_limit_lower_than_the_default/never_calls_subsequent_retrieval_.yml +10844 -1157
  25. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_no_limit_specified/limits_the_pin_ids_collected_to_50.yml +10844 -1655
  26. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_no_limit_specified/limits_to_50_the_default.yml +10844 -1655
  27. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark.yml +5128 -993
  28. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_25_results.yml +5170 -0
  29. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_batch_of_results.yml +5170 -0
  30. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/should_set_pin_ids.yml +5128 -993
  31. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/without_any_results_found/has_a_nil_next_bookmark.yml +834 -211
  32. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/without_any_results_found/leaves_the_pin_ids_array_empty.yml +834 -212
  33. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_25_results.yml +9053 -0
  34. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_batch_of_results.yml +9053 -0
  35. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_the_next_bookmark.yml +8972 -1691
  36. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/should_append_the_new_pin_ids.yml +8972 -1691
  37. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_about/returns_the_correct_about_text.yml +639 -247
  38. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_avatar/returns_the_correct_avatar_URL.yml +639 -246
  39. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_board_count/returns_the_correct_number_of_boards.yml +639 -246
  40. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_follower_count/returns_a_follower_count_of_0.yml +639 -246
  41. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_location/returns_the_correct_location.yml +639 -247
  42. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_pin_count/returns_the_correct_number_of_pins.yml +639 -246
  43. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_website_url/returns_the_correct_website_url.yml +639 -246
  44. data/spec/support/vcr_cassettes/JohnStamos_Pinner/name_related_attributes/returns_the_correct_first_name.yml +1039 -244
  45. data/spec/support/vcr_cassettes/JohnStamos_Pinner/name_related_attributes/returns_the_correct_full_name.yml +639 -246
  46. data/spec/support/vcr_cassettes/JohnStamos_Pinner/name_related_attributes/returns_the_correct_last_name.yml +639 -246
  47. metadata +163 -146
  48. checksums.yaml +0 -7
  49. data/spec/support/vcr_cassettes/JohnStamos_Client/_page_content/returns_a_Mechanize_Page.yml +0 -221
  50. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_50_results.yml +0 -1035
  51. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_50_results.yml +0 -1772
@@ -7,323 +7,835 @@ http_interactions:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
- Accept-Encoding:
11
- - gzip,deflate,identity
12
- Accept:
13
- - '*/*'
14
10
  User-Agent:
15
- - Mechanize/2.7.2 Ruby/2.0.0p195 (http://github.com/sparklemotion/mechanize/)
16
- Accept-Charset:
17
- - ISO-8859-1,utf-8;q=0.7,*;q=0.7
18
- Accept-Language:
19
- - en-us,en;q=0.5
20
- Host:
21
- - pinterest.com
22
- Connection:
23
- - keep-alive
24
- Keep-Alive:
25
- - 300
11
+ - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML,
12
+ like Gecko) Chrome/28.0.1500.95 Safari/537.36
26
13
  response:
27
14
  status:
28
15
  code: 200
29
16
  message: OK
30
17
  headers:
31
- Accept-Ranges:
32
- - bytes
33
18
  Age:
34
19
  - '0'
35
20
  Cache-Control:
36
21
  - no-cache
37
- Content-Encoding:
38
- - gzip
39
22
  Content-Type:
40
23
  - text/html; charset=utf-8
41
24
  Date:
42
- - Wed, 14 Aug 2013 23:08:54 GMT
25
+ - Fri, 16 Aug 2013 23:48:39 GMT
43
26
  Pinterest-Breed:
44
27
  - CORGI
45
28
  Pinterest-Generated-By:
46
- - ngapp-c268f195
29
+ - ngapp-051ba604
47
30
  Pinterest-Version:
48
- - 419b911
31
+ - 559a34d
49
32
  Server:
50
33
  - nginx
51
34
  Set-Cookie:
52
- - _pinterest_sess="eJwzjCoMc6wwyCkoLnUOdE719/Q2DbbItHTLSve1tY8vycxNtfUN8TX2ywqt9A1JrvJztLVVK04tLs5MsfXM9cvwD0k2iXLJyPZ38TX0ywrK8g33yozK9TX2zQrL9M0Nyo7MSjeNDInK9Ey3tQUAjOEj6A==";
53
- Domain=.pinterest.com; expires=Sat, 09-Aug-2014 23:08:54 GMT; Max-Age=31103999;
35
+ - _pinterest_sess="eJzzNHcO1dbWTjPwTvX3MTZITgvK8nFJcTfwNna0tY8vycxNtfUN8TX2y4o09cvKrvAPtLVVK04tLs5MsfXMda2MNHLL8Q93NY7K9TT2qwqs9HcJBKrLyPR3cS33DQ+s9Kvyy/arSjf1TLe1BQABZSJw";
36
+ Domain=.pinterest.com; expires=Mon, 11-Aug-2014 23:48:39 GMT; Max-Age=31103999;
54
37
  Path=/
55
- - csrftoken=5WSr2VgeN1q5Iy5tx3gvP4X1QkRG1uE8; Domain=.pinterest.com; expires=Wed,
56
- 13-Aug-2014 23:08:54 GMT; Max-Age=31449600; Path=/
38
+ - csrftoken=vbtE1uxd05qDxB9CYDu65Cd4RhDS4nio; Domain=.pinterest.com; expires=Fri,
39
+ 15-Aug-2014 23:48:39 GMT; Max-Age=31449600; Path=/
57
40
  Vary:
58
41
  - Cookie, Accept-Encoding
59
42
  Via:
60
43
  - 1.1 varnish
61
44
  X-Varnish:
62
- - '2007194472'
63
- Content-Length:
64
- - '11556'
45
+ - '2072377030'
46
+ Transfer-Encoding:
47
+ - chunked
65
48
  Connection:
66
49
  - keep-alive
67
50
  body:
68
- encoding: ASCII-8BIT
69
- string: !binary |-
70
- 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
- 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
- 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
- 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
- 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
- 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
- egFrb24Nut3eaLs9TJIW734nGcb+LOUPORb498mNrdOhtWt9yYvwjz21vrS8
77
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- PN+1h+5wwkCQu8gK/nRMfLDZ3/jcYazT3+5sMPjR394AzvCeDEcjrz/aGm2w
104
- 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
- +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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- d8CHRTNdNAKE2zNQemF6EnkM6JoArxww8KbZihgQp9fNivT9Vq1HfO4ewS/Z
115
- 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
- xBbFn95p0dMzpd7NqvWkm5fcWCxImAYIsSnjKP/kmxUd6IPivzcPcveHWF9E
117
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- o2iA7TVlZa/hFU2/QEtTuzwojOi7MosxzDnMUschTSgjSVIw3GL22VDVTS15
148
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- q0IleFDEJ859D9zKWItZiDJ7TXG9BT9ou1w4ACBG8ir2vXnbDlrFerHdrNgQ
170
- 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
- 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
- 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
- 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
- yE9Jd8zN+qqRhyJJk0CcRVeNwx6BrzWdEynUeGGC+8Nv3OSSDrfWRiCoXa7x
175
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- IluSdnnNdALrIXihwK8MB/MoZpgKPoamgEKEJ1b4KOiQ9Es/TlJ+LQCNhF/v
192
- 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
- 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
- 4rle+Qg+xxYXQMVLPglWMsEJBnkbMh+4xZXqhwsC7zuJolAb/EUUnePdQwQs
195
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- +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
- 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
- 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
- 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
- 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
- Ro00g6RWB6otqnSuxz6xALcil1K/Sit35i+nhhtDHvLkEBDgpios77OgGMBr
227
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- +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
- 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
- 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
- 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
- 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
- iEpn2AoVUR2tilSinF543s3Bz41B6ZNuyYOsaJEvBmeswlrkhfghlqQ+uz+s
246
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- JTvLImeRCOkTLO6OqZ2/upkwqb/Q7P++doXOJ2BSlKmRYHENLRpvENUTTRKr
288
- 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
- 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
- +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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- FaWtLj9jN29Fn8X+EDgvi0F5DknRvDt/IUwB/s3FeesncjgxtkM3tvq6MuJf
303
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Z8SMIQ84T8z4d7VLfv68oOnCY4+LWIq+M7YsX0keykOZVUxVpy/c5DrEAwqV
315
- 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
- ram4zAGOpIClK8po4j+5sU/518JMp/WOfUIbSbjWDh9X0ZmCQaMgOvZqr5e1
317
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
51
+ encoding: UTF-8
52
+ string: "<!DOCTYPE html>\n<!--[if IE 7 ]><html lang=\"en\" class=\"ie7 ielt9
53
+ ielt10 en\"><![endif]-->\n<!--[if IE 8 ]><html lang=\"en\" class=\"ie8 ielt9
54
+ ielt10 en\"><![endif]-->\n<!--[if IE 9 ]><html lang=\"en\" class=\"ie9 ielt10
55
+ en\"><![endif]-->\n<!--[if (gt IE 9)|!(IE)]><!--><html lang=\"en\" class=\"
56
+ en\"><!--<![endif]-->\n\n<head>\n \n \n \n \n\n <link rel=\"stylesheet\"
57
+ href=\"http://passets-ak.pinterest.com/webapp/app/desktop/bundle.11457e74.css\">\n
58
+ \ <script>\n \n var Pc = {\n e: {\"nrf\": false,
59
+ \"nrffr\": false, \"ew\": false, \"wfe\": false, \"ds\": false, \"ff_s\":
60
+ false, \"ps\": true, \"pfyh_esb\": false, \"sw\": false, \"rpl\": false, \"jfy\":
61
+ false, \"epfftensp\": false, \"nrfsp\": false},\n expns: {}\n };\n
62
+ \ var P_TEST_MODE = null;\n \n\n \n var P = window.P
63
+ = {};\nP.e = window.Pc.e;\nP.expns = window.Pc.expns;\nP.DEBUG = window.Pc.DEBUG;\nP.FB_KEY
64
+ = -1;\nP.CONTEXT = {};\nP.STRINGS = {};\nP.PAGE_INFO = null;\nP.ROUTES = [];\nP.PAGE_ROUTE_PATTERN
65
+ = \"\";\nP.PAGE_LOAD_REQUEST_IDENTIFIER = \"\";\nP.setFacebookKey = function(a)
66
+ {\n P.FB_KEY = a\n};\nP.setContext = function(a) {\n P.CONTEXT = a\n};\nP.setStrings
67
+ = function(a) {\n P.STRINGS = a\n};\nP.setPageInfo = function(a) {\n P.PAGE_INFO
68
+ = a\n};\nP.setRoutes = function(a) {\n P.ROUTES = a\n};\nP.setPageRoutePattern
69
+ = function(a) {\n P.PAGE_ROUTE_PATTERN = a\n};\nP.setPageLoadRequestIdentifier
70
+ = function(a) {\n P.PAGE_LOAD_REQUEST_IDENTIFIER = a\n};\nvar Available =
71
+ function() {\n this.queuedCallbacks = [];\n this.available = !1\n};\nAvailable.prototype
72
+ = {when:function(a) {\n this.available ? a() : this.queuedCallbacks.push(a)\n},
73
+ declare:function() {\n this.available = !0;\n for(var a = 0;a < this.queuedCallbacks.length;a++)
74
+ {\n this.queuedCallbacks[a]()\n }\n this.queuedCallbacks = []\n}};\nP.Available
75
+ = P.Available;\nP.available = new Available;\nP.Overlap = {isOverlappingViewport:function(a,
76
+ b) {\n void 0 === b && (b = 0);\n var c = window.innerWidth || document.documentElement.clientWidth,
77
+ d = window.innerHeight || document.documentElement.clientHeight;\n if(!a.getBoundingClientRect)
78
+ {\n return!0\n }\n var e = a.getBoundingClientRect(), f = e.bottom -
79
+ e.top;\n return 0 < e.right - e.left && 0 < f && e.top < d + b && e.bottom
80
+ > -b && e.left < c + b && e.right > -b\n}};\nvar LOADED_CLASS = \" loaded\",
81
+ FADE_CLASS = \" fade\";\nP.Lazy = {onImageLoad:function(a) {\n var b = LOADED_CLASS;\n
82
+ \ P.Overlap.isOverlappingViewport(a) && (b += FADE_CLASS);\n a.className
83
+ += b\n}};\n\n </script>\n <script src=\"http://passets-ak.pinterest.com/webapp/app/desktop/bundle.4ff3d363.js\"></script>\n
84
+ \ \n \n\n \n <link rel=\"apple-touch-icon\" href=\"http://passets-ec.pinterest.com/webapp/app/desktop/images/logo_trans_144x144.4d67817d.png\">\n
85
+ \ <link rel=\"icon\" href=\"http://passets-ak.pinterest.com/webapp/app/desktop/images/favicon.c37ee67b.png\">\n\n
86
+ \ <link rel=\"canonical\" href=\"/pin/412149803369441273/\">\n <!--[if
87
+ IE]><link rel=\"shortcut icon\" href=\"http://passets-ec.pinterest.com/webapp/app/desktop/images/favicon.85f9689a.ico\"><![endif]-->\n
88
+ \ <meta name=\"application-name\" content=\"Pinterest\">\n <meta name=\"msapplication-TileColor\"
89
+ content=\"#ffffff\">\n <meta name=\"msapplication-TileImage\" content=\"http://passets-ec.pinterest.com/webapp/app/desktop/images/logo_trans_144x144.4d67817d.png\">\n\n
90
+ \ <meta property=\"fb:app_id\" content=\"274266067164\">\n <meta property=\"og:site_name\"
91
+ content=\"Pinterest\">\n <meta name=\"viewport\" content=\"width=device-width,
92
+ initial-scale=1\">\n\n \n <meta name=\"google-site-verification\" content=\"084yfFbt4cT_4Gt1BBHFINQ71YTJCd9S47fL7IE7S1w\">\n\n
93
+ \ <title>JohnStamosgemPin description | JohnStamosgemBoard</title>\n\n
94
+ \ \n <meta property=\"og:image\" name=\"og:image\" content=\"http://media-cache-ak0.pinimg.com/736x/ee/39/6e/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\"
95
+ data-app>\n \n <meta property=\"og:url\" name=\"og:url\" content=\"http://pinterest.com/pin/412149803369441273/\"
96
+ data-app>\n \n <meta property=\"og:type\" name=\"og:type\" content=\"pinterestapp:pin\"
97
+ data-app>\n \n <meta property=\"pinterestapp:pinner\" name=\"pinterestapp:pinner\"
98
+ content=\"http://pinterest.com/johnstamosgem/\" data-app>\n \n <meta
99
+ property=\"description\" name=\"description\" content=\"John Stamosgem is
100
+ using Pinterest, an online pinboard to collect and share what inspires you.\"
101
+ data-app>\n \n <meta property=\"og:see_also\" name=\"og:see_also\"
102
+ content=\"http://johnstamosgem.com/\" data-app>\n \n <meta property=\"pinterestapp:repins\"
103
+ name=\"pinterestapp:repins\" content=\"0\" data-app>\n \n <meta
104
+ property=\"og:description\" name=\"og:description\" content=\"JohnStamosgemPin
105
+ description\" data-app>\n \n <meta property=\"og:title\" name=\"og:title\"
106
+ content=\"JohnStamosgemBoard\" data-app>\n \n <meta property=\"pinterestapp:likes\"
107
+ name=\"pinterestapp:likes\" content=\"1\" data-app>\n \n <meta property=\"pinterestapp:pinboard\"
108
+ name=\"pinterestapp:pinboard\" content=\"http://pinterest.com/johnstamosgem/johnstamosgemboard/\"
109
+ data-app>\n \n <meta property=\"pinterestapp:source\" name=\"pinterestapp:source\"
110
+ content=\"http://johnstamosgem.com/\" data-app>\n </head><body>\n <div
111
+ id=\"fb-root\"></div>\n<script>\n window.fbAsyncInit = function() {\n \n
112
+ \ \n FB.init({\n appId: '274266067164',\n status: true\n });\n
113
+ \ window.fbApiInit = true;\n P.FB = FB;\n };\n\n \n (function(d, s,
114
+ id){\n var js, fjs = d.getElementsByTagName(s)[0];\n if (d.getElementById(id))
115
+ {return;}\n js = d.createElement(s); js.id = id;\n js.src = \"//connect.facebook.net/en_US/all.js\";\n
116
+ \ fjs.parentNode.insertBefore(js, fjs);\n }(document, 'script', 'facebook-jssdk'));\n\n
117
+ \ P.FBEnsureInit = function(callback) {\n if (!window.fbApiInit) {\n
118
+ \ setTimeout(function() {\n P.FBEnsureInit(callback);\n
119
+ \ }, 50);\n } else {\n if (callback) {\n callback();\n
120
+ \ }\n }\n }\n</script><div class=\"App full Module\" id=\"App-42\">\n\n\n\n\n\n\n\n
121
+ \ <div class=\"Header Module\" id=\"Header-1\"><div class=\"headerBackground\"></div>\n\n\n\n<div
122
+ class=\"headerContainer centeredWithinWrapper \">\n <div class=\"leftHeaderContent\">\n
123
+ \ \n \n \n <div class=\"categoriesButton
124
+ DropdownButton Module\" id=\"DropdownButton-6\">\n\n\n<button type=\"button\"
125
+ class=\"rounded default Button Module primaryOnHover btn categories\" id=\"Button-9\">\n\n\n<em></em>\n<span
126
+ class=\"accessibilityText\">Categories</span></button></div>\n\n <div
127
+ class=\"ui-SearchForm Module\" id=\"ui-SearchForm-7\">\n<form action=\"/search/\"
128
+ method=\"GET\" name=\"search\">\n <div class=\"search Module ui-TypeaheadField\"
129
+ id=\"ui-TypeaheadField-10\">\n\n\n\n\n\n\n\n\n\n\n\n <input type=\"text\"
130
+ name=\"q\"\n value=\"\" placeholder=\"Search\"\n autocomplete=\"off\"
131
+ \ class=\"field\" />\n\n<div class=\"search hidden ui-Typeahead Module\" id=\"ui-Typeahead-11\">\n\n
132
+ \ \n\n\n\n\n\n\n<ul class=\"results\"></ul></div></div>\n <button class=\"submit\"
133
+ type=\"submit\">Search</button>\n</form></div>\n </div>\n\n <div>\n
134
+ \ <a href=\"/\" id=\"logo\" class=\"logo\" data-force-refresh=\"1\">Pinterest</a>\n\n
135
+ \ \n </div>\n\n\n \n\n <div class=\"rightHeaderContent\">\n
136
+ \ \n <div class=\"unauthActions\">\n <div
137
+ class=\"LanguageMenu Module\" id=\"LanguageMenu-8\">\n \n\n\n<div class=\"DropdownButton
138
+ Module\" id=\"DropdownButton-12\">\n\n\n<button type=\"button\" class=\"rounded
139
+ default Button Module langaugeButton hasText btn\" id=\"Button-13\">\n\n\n<span
140
+ class=\"buttonText\">English (US)</span>\n </button></div></div>\n
141
+ \ </div>\n \n </div>\n</div></div>\n <div class=\"ScrollToTop
142
+ Pillow Module\" id=\"ScrollToTop-2\">\n\n<button>\n \n <div class=\"textContainer\">Scroll
143
+ to&nbsp;Top</div>\n</button></div>\n\n<div class=\"appContent\">\n <div
144
+ class=\"mainContainer\">\n \n <div class=\"Nags Module\"
145
+ id=\"Nags-3\">\n\n\n\n\n\n\n\n \n \n \n \n \n
146
+ \ \n \n <!--[if lt IE 8]><div class=\"NagBase Module centeredWithinWrapper\"
147
+ id=\"NagBase-14\">\n\n\n\n\n\n\n\n \n <div class=\"message\">Wups, your
148
+ browser's a little out of date! <a href=\"http://windows.microsoft.com/en-US/internet-explorer/download-ie\">Update
149
+ it now</a> or <a href=\"http://whatbrowser.org/\">try another browser</a>
150
+ for a faster, smoother Pinterest.</div>\n\n\n\n\n <button type=\"button\"
151
+ class=\"default Button nagClose Module borderless\" id=\"Button-16\">\n\n\n\n
152
+ \ &nbsp;</button>\n</div><![endif]-->\n \n <div class=\"NagUnauth
153
+ NagBase Module centeredWithinWrapper\" id=\"NagUnauth-15\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div
154
+ class=\"message\">\n <p class=\"messageContent\">\n \n <strong>Pinterest
155
+ is an online pinboard.</strong> Organize and share the things you love.\n
156
+ \ \n </p>\n\n \n <div class=\"facepileWrapper hidden\">\n <iframe
157
+ class=\"fbIframe\" src=\"http://www.facebook.com/plugins/facepile.php?app_id=274266067164&size=small&max_rows=1\"
158
+ scrolling=\"no\" frameborder=\"0\" allowTransparency=\"true\"></iframe>\n
159
+ \ </div>\n <div class=\"buttonsWrapper\">\n \n \n\n <a
160
+ href=\"/join/\" type=\"button\" class=\"rounded JoinButton NavigateButton
161
+ Button primary Module joinButton unauthNagButton hasText btn\" id=\"JoinButton-17\">\n\n\n<span
162
+ class=\"buttonText\">Join Pinterest</span>\n </a>\n <a href=\"/login/\"
163
+ type=\"button\" class=\"rounded NavigateButton default Button loginButton
164
+ unauthNagButton Module hasText LoginButton btn\" id=\"LoginButton-18\">\n\n\n<span
165
+ class=\"buttonText\">Log in</span>\n </a>\n </div>\n</div></div>\n
166
+ \ \n \n</div>\n \n <div class=\"Closeup Module\" id=\"Closeup-4\">\n\n\n\n\n\n\n<div
167
+ class=\"closeupActionBarContainer\">\n <div class=\"PinActionBar Module\"
168
+ id=\"PinActionBar-19\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n
169
+ \ \n \n \n\n\n<div class=\"repinLike\">\n \n \n \n \n
170
+ \ \n\n \n \n\n \n \n \n \n\n \n \n\n <button
171
+ type=\"button\" class=\"medium rounded repin pinActionBarButton ShowModalButton
172
+ Button primary Module primaryOnHover btn\" id=\"ShowModalButton-23\">\n\n\n<em></em>\n<span
173
+ class=\"accessibilityText\">Pin it</span></button>\n\n <button type=\"button\"
174
+ class=\"medium rounded NavigateButton Button primary IncrementingNavigateButton
175
+ Module btn repinLikeNavigateButton pinActionBarButton hidden\" id=\"IncrementingNavigateButton-24\">\n\n\n\n
176
+ \ \n \n\n\n\n\n\n\n\n\n &nbsp;</button>\n\n \n \n \n
177
+ \ \n \n \n <button data-text-unlike=\"Unlike\" data-text-like=\"Like\"
178
+ type=\"button\" class=\"medium rounded PinLikeButton default Button like leftRounded
179
+ pinActionBarButton Module hasText btn\" id=\"PinLikeButton-25\">\n\n\n\n\n\n\n\n<em></em>\n<span
180
+ class=\"buttonText\">Like</span>\n \n\n</button>\n <button type=\"button\"
181
+ class=\"medium rounded NavigateButton default Button IncrementingNavigateButton
182
+ repinLikeNavigateButton like leftRounded pinActionBarButton hasText Module
183
+ btn\" id=\"IncrementingNavigateButton-26\">\n\n\n\n\n\n\n\n\n\n<span class=\"buttonText\">1</span>\n
184
+ \ </button>\n\n \n \n <a href=\"http://johnstamosgem.com/\"
185
+ type=\"button\" class=\"medium rounded website pinActionBarButton NavigateButton
186
+ default Button Module hasText btn\" id=\"NavigateButton-27\">\n\n\n<em></em>\n<span
187
+ class=\"buttonText\">Website</span>\n </a>\n \n</div>\n\n<div class=\"shareGear\">\n
188
+ \ \n \n\n <div class=\"DropdownButton Module\" id=\"DropdownButton-28\">\n\n\n<button
189
+ type=\"button\" class=\"medium rounded default Button Module share pinActionBarButton
190
+ btn\" id=\"Button-29\">\n\n\n<em></em>\n<span class=\"accessibilityText\">Share</span></button></div>\n
191
+ \ \n</div></div>\n</div>\n\n<div class='closeupContainer'><div class=\"CloseupContent
192
+ Module\" id=\"CloseupContent-20\">\n\n\n\n\n\n\n\n\n<div class=\"detailed
193
+ Pin Module\" id=\"Pin-30\">\n\n\n\n\n\n\n\n\n \n \n \n \n \n
194
+ \ \n \n\n\n\n <div class=\"pinWrapper\">\n \n \n \n
195
+ \ \n \n \n\n <div class=\"closeupContentSection\">\n <div
196
+ class=\"pinImageSourceWrapper\">\n <div class=\"PaddedPin Module\"
197
+ id=\"PaddedPin-31\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n \n\n\n
198
+ \ \n \n \n\n \n \n \n \n \n\n\n\n\n\n\n
199
+ \ <a href=\"http://johnstamosgem.com/\">\n\n\n\n\n\n\n <div class=\"imageContainer\"
200
+ style=\"width:736px;\">\n <img src=\"http://media-cache-ak0.pinimg.com/736x/ee/39/6e/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\"
201
+ class=\"pinImage\" style=\"width: 736px;height: 460px;\"alt=\"JohnStamosgemPin
202
+ description\">\n\n </div>\n\n\n\n </a>\n</div>\n \n \n\n
203
+ \ <div class=\"sourceFlagWrapper\">\n \n \n
204
+ \ <a href=\"http://johnstamosgem.com/\">\n Visit
205
+ johnstamosgem.com\n </a>\n \n\n \n
206
+ \ </div>\n </div>\n <div class=\"RichPinBase Module\"
207
+ id=\"RichPinBase-32\">\n\n\n\n\n\n\n \n \n \n \n\n \n \n
208
+ \ \n \n</div>\n </div>\n\n <div class=\"closeupContentSection\">\n
209
+ \ \n \n <div class=\"pinDescription
210
+ \">\n\n \n <div class=\"pinDescriptionComment detailed\">\n <a
211
+ class=\"userThumbContainer\" href=\"/johnstamosgem/\">\n <img class=\"userThumb\"
212
+ src=\"http://media-cache-ec0.pinimg.com/avatars/johnstamosgem_1375988759_75.jpg\"\n
213
+ \ alt=\"John Stamosgem\">\n </a>\n <div class=\"commenterNameCommentText\">\n
214
+ \ <div class=\"commenterWrapper\">\n \n <a
215
+ class=\"commentDescriptionCreator\" href=\"/johnstamosgem/\">John Stamosgem</a>\n\n
216
+ \ \n <span class='commentDescriptionTimeAgo'>&bull;
217
+ 12 days ago </span>\n \n \n </div>\n
218
+ \ \n \n <p class=\"commentDescriptionContent\">JohnStamosgemPin
219
+ description</p>\n \n \n \n \n
220
+ \ </div>\n </div>\n\n </div>\n \n\n \n
221
+ \ \n \n <div class=\"detailed empty PinCommentList
222
+ Module\" id=\"PinCommentList-33\">\n\n\n\n\n \n\n\n\n \n\n\n<div class=\"commentsContainer
223
+ \">\n\n\n</div>\n\n\n\n\n</div>\n \n\n\n \n </div>\n\n
224
+ \ \n \n <div class=\"pinnerViaPinnerCredit closeupContentSection\">\n
225
+ \ \n \n \n \n \n
226
+ \ \n <div class=\"medium thumb pinner Module
227
+ hasText User\" id=\"User-34\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n
228
+ \ \n \n \n \n \n \n\n \n \n
229
+ \ \n \n \n\n\n \n \n <a href=\"/johnstamosgem/\">\n
230
+ \ \n\n \n \n \n \n \n \n\n
231
+ \ \n \n \n\n <div class=\"thumbImageWrapper\">\n
232
+ \ <img src=\"http://media-cache-ec0.pinimg.com/avatars/johnstamosgem_1375988759_75.jpg\"
233
+ alt=\"Profile image of John Stamosgem\" />\n </div>\n \n <h3
234
+ class=\"title\">Pinned by</h3>\n \n \n <h4 class=\"fullname\">John
235
+ Stamosgem</h4>\n \n \n \n\n \n </a>\n
236
+ \ \n \n\n</div>\n\n \n <div class=\"closeupBottomView
237
+ boardCredit Board Module\" id=\"Board-35\">\n\n\n\n\n\n \n\n\n\n \n
238
+ \ \n \n \n \n\n \n \n \n <button
239
+ type=\"button\" class=\"btn rounded default Button hasText Module BoardFollowButton
240
+ notNavigatable ui-FollowButton\" id=\"BoardFollowButton-36\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n
241
+ \ \n \n\n\n\n\n\n<span class=\"buttonText\">Follow</span>\n \n</button>\n
242
+ \ \n\n\n <a href=\"/johnstamosgem/johnstamosgemboard/\" class=\"boardLink\">\n
243
+ \ <span class=\"thumbImageWrapper\">\n <img src=\"http://media-cache-ak0.pinimg.com/upload/412149872087590750_board_thumbnail_2013-08-04-22-38-00_83201_60.jpg\"
244
+ class=\"boardThumbnail\" style=\"\">\n\n </span>\n <h3
245
+ class=\"boardRepTitle\">Pinned onto</h3>\n <h4 class=\"boardRepSubtitle\">JohnStamosgemBoard</h4>\n
246
+ \ </a>\n \n</div>\n </div>\n \n\n \n </div>\n</div></div>\n\n
247
+ \ \n <div class=\"Module CloseupSidebar\" id=\"CloseupSidebar-21\">\n\n\n\n\n\n\n\n
248
+ \ \n\n\n<div class=\"boardPinsGridContainer\">\n <div class=\"boardPinsGrid
249
+ Board Module\" id=\"Board-37\">\n\n\n\n\n\n\n\n \n \n \n \n \n
250
+ \ \n\n <div class=\"boardHeader\">\n \n\n <div class=\"hasText
251
+ boardRepTitle User Module thumb\" id=\"User-39\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
252
+ \ \n \n \n \n \n \n\n \n \n
253
+ \ \n \n \n\n\n \n \n <a href=\"/johnstamosgem/johnstamosgemboard/\">\n
254
+ \ \n\n \n \n \n \n \n \n\n
255
+ \ \n \n \n\n <div class=\"thumbImageWrapper\">\n
256
+ \ <img src=\"http://media-cache-ec0.pinimg.com/avatars/johnstamosgem_1375988759_75.jpg\"
257
+ alt=\"Profile image of John Stamosgem\" />\n </div>\n \n <h3
258
+ class=\"title\">JohnStamosgemBoard</h3>\n \n \n <h4
259
+ class=\"fullname\">John Stamosgem</h4>\n \n \n \n\n \n
260
+ \ </a>\n \n \n\n</div>\n </div>\n\n \n <div class=\"pinGridWrapper\">\n
261
+ \ <div class=\"loading Grid Module\" id=\"Grid-40\"></div>\n </div>\n\n
262
+ \ \n \n <button type=\"button\" class=\"btn rounded default Button
263
+ hasText Module BoardFollowButton notNavigatable followBoardButton ui-FollowButton\"
264
+ id=\"BoardFollowButton-41\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n\n\n\n\n\n<span
265
+ class=\"buttonText\">Follow Board</span>\n \n</button>\n \n\n</div>\n</div>\n\n<div
266
+ id=\"domainContainer\">\n \n <div class=\"Domain Module\" id=\"Domain-38\">\n\n\n\n
267
+ \ \n\n\n \n\n<a href=\"/source/johnstamosgem.com/\" class=\"domainLinkWrapper\">\n
268
+ \ <h4 class=\"domainSubtitle\">Other pins from</h4>\n <h3 class=\"domainName\">johnstamosgem.com</h3>\n
269
+ \ <div class=\"thumbContainer\">\n \n \n \n <ul
270
+ class=\"thumbRow\">\n \n <li class=\"thumb\">\n
271
+ \ <span class=\"hoverMask\"></span>\n <img
272
+ src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n \n <li
273
+ class=\"thumb\">\n <span class=\"hoverMask\"></span>\n
274
+ \ <img src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n
275
+ \ \n <li class=\"thumb\">\n <span
276
+ class=\"hoverMask\"></span>\n <img src=\"\"style=\"width:
277
+ 70px;height: 70px;\">\n</li>\n \n </ul>\n \n
278
+ \ <ul class=\"thumbRow\">\n \n <li
279
+ class=\"thumb\">\n <span class=\"hoverMask\"></span>\n
280
+ \ <img src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n
281
+ \ \n <li class=\"thumb\">\n <span
282
+ class=\"hoverMask\"></span>\n <img src=\"\"style=\"width:
283
+ 70px;height: 70px;\">\n</li>\n \n <li class=\"thumb\">\n
284
+ \ <span class=\"hoverMask\"></span>\n <img
285
+ src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n \n </ul>\n
286
+ \ \n <ul class=\"thumbRow\">\n \n <li
287
+ class=\"thumb\">\n <span class=\"hoverMask\"></span>\n
288
+ \ <img src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n
289
+ \ \n <li class=\"thumb\">\n <span
290
+ class=\"hoverMask\"></span>\n <img src=\"\"style=\"width:
291
+ 70px;height: 70px;\">\n</li>\n \n <li class=\"thumb\">\n
292
+ \ <span class=\"hoverMask\"></span>\n <img
293
+ src=\"\"style=\"width: 70px;height: 70px;\">\n</li>\n \n </ul>\n
294
+ \ \n </div>\n</a></div>\n \n</div>\n\n</div>\n \n</div>\n\n\n
295
+ \ <div class='closeupBottom'>\n <div class=\"Module CloseupBottom\"
296
+ id=\"CloseupBottom-22\">\n\n\n\n</div>\n </div>\n</div>\n </div>\n <div
297
+ class=\"appendedContainer\">\n </div>\n</div>\n\n\n\n<div class=\"NagNoScript
298
+ NagBase Module centeredWithinWrapper\" id=\"NagNoScript-5\">\n\n\n\n\n\n<noscript>\n
299
+ \ \n\n\n\n\n\n\n\n \n <div class=\"message\">Oh no! Pinterest doesn't
300
+ work unless you <a href=\"http://enable-javascript.com/\" rel=\"nofollow\">turn
301
+ on JavaScript.</a></div>\n\n\n\n\n <style>\n .NagBase {\n display:
302
+ none;\n }\n </style>\n</noscript></div></div> \n\n \n <script>\n
303
+ \ P.setFacebookKey(274266067164);\n P.setContext({\"app_version\":
304
+ \"559a34d\"});\n P.setStrings({\"formURLNotValid\": \"Not a valid url.\",
305
+ \"google\": \"Gmail\", \"resendConfirmationEmailNoOp\": \"Your account has
306
+ already been confirmed.\", \"formFieldRequired\": \"Required\", \"oneNewPin\":
307
+ \"1 new pin\", \"errorMessage\": \"Sorry! Something went wrong on our end!\",
308
+ \"passwordBlackPasswordStr\": \"Please try using a stronger password\", \"gplusContact\":
309
+ \"Google\", \"offsiteInvalidToken\": \"Sorry! This redirect link has expired.\",
310
+ \"popupErrorMessage\": \"You must enable popups!\", \"successInviteSentToEmail\":
311
+ \"Success! Invitation sent to <%= email %>\", \"emailAddress\": \"Email address\",
312
+ \"yahoo\": \"Yahoo\", \"facebookContact\": \"Facebook\", \"cancel\": \"Cancel\",
313
+ \"passwordSamePasswordStr\": \"Password and username can't match\", \"savePinTutorial\":
314
+ \"Want to save this pin for yourself? Go ahead and Pin it.\", \"connectError\":
315
+ \"Couldn't connect. You must authorize Pinterest.\", \"facebookAccountDoesntMatch\":
316
+ \"Oops! Your account is linked to a different Facebook account than the one
317
+ you're logged into now.\", \"createFirstBoard\": \"Collect your pins onto
318
+ boards. Create just a few or a whole bunch.\", \"passwordGoodPasswordStr\":
319
+ \"Great!\", \"removePinner\": \"Remove Pinner\", \"emailUpdated\": \"Your
320
+ email has been updated.\", \"gplus\": \"Google+\", \"pickEmailAddress\": \"Enter
321
+ an email address\", \"blockPinner\": \"Block Pinner\", \"resendConfirmationEmailSuccess\":
322
+ \"Thanks! You should receive a confirmation email soon.\", \"passwordTooShort\":
323
+ \"Too short\", \"formEmailNotValid\": \"Not a valid email.\", \"emailTo\":
324
+ \"Email to {{ email_address }}\", \"inviteMessage\": \"Join me on Pinterest!\",
325
+ \"passwordMustBeSet\": \"A password must be set before unlinking.\", \"newPins\":
326
+ \"new pins\", \"removeBounceNag\": \"Got it! Make sure your inbox isn't full
327
+ so that our emails can find their way to you.\", \"continue\": \"Continue\",
328
+ \"ok\": \"Ok\", \"error\": \"Error\", \"suggestedUsername\": \"Suggested username\",
329
+ \"facebook\": \"Facebook\", \"errorTitle\": \"Whoops!\", \"passwordBadStyle\":
330
+ \"Not proper style\", \"fellowPinner\": \"Fellow Pinner\"});\n P.setPageInfo(null);\n
331
+ \ P.setRoutes([{\"named\": {\"name\": 0, \"method\": 1}, \"resource_method\":
332
+ \"${method}\", \"resource\": {\"name\": \"${name}\", \"options\": \"?{options}\"},
333
+ \"url\": \"^\\/resource\\/([^\\/]+)\\/([^\\/]+)\\/$\", \"allow_full_page\":
334
+ false, \"module\": \"?{module_name}\", \"options\": \"?{module_options}\",
335
+ \"append\": \"?{append}\"}, {\"named\": {\"name\": 0}, \"resource\": {\"name\":
336
+ \"?{resource_name}\", \"options\": \"?{options}\"}, \"url\": \"^\\/module\\/([^\\/]+)\\/$\",
337
+ \"allow_full_page\": false, \"module\": \"${name}\", \"error_strategy\": \"?{error_strategy}\",
338
+ \"options\": \"?{module_options}\", \"append\": \"?{append}\"}, {\"url\":
339
+ \"^\\/search\\/$\", \"named\": {}, \"resource\": {\"name\": \"BaseSearchResource\",
340
+ \"options\": {\"scope\": \"pins\", \"query\": \"?{q}\"}}, \"options\": {\"scope\":
341
+ \"pins\", \"query\": \"?{q}\"}, \"module\": \"SearchPage\"}, {\"url\": \"^\\/search\\/([^\\/]+)\\/$\",
342
+ \"named\": {\"scope\": 0}, \"resource\": {\"name\": \"BaseSearchResource\",
343
+ \"options\": {\"scope\": \"${scope}\", \"show_scope_selector\": true, \"query\":
344
+ \"?{q}\"}}, \"options\": {\"scope\": \"${scope}\", \"query\": \"?{q}\"}, \"module\":
345
+ \"SearchPage\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/$\", \"https_if_unauth\":
346
+ true, \"module\": \"HomePage\", \"content_only_if_unauth\": true, \"deep_link\":
347
+ \"pinterest:\\/\\/\", \"options\": {\"tab\": \"following\", \"from_fast_follow\":
348
+ \"?{ff}\"}}, {\"require_authentication\": true, \"named\": {}, \"resource\":
349
+ {}, \"url\": \"^\\/home\\/picked_for_you\\/$\", \"options\": {\"tab\": \"picked_for_you\"},
350
+ \"module\": \"HomePage\"}, {\"url\": \"^\\/categories\\/$\", \"named\": {},
351
+ \"resource\": {}, \"options\": {}, \"module\": \"CategoriesPage\"}, {\"url\":
352
+ \"^\\/categories\\/([^\\/]+)\\/$\", \"named\": {\"category\": 0}, \"resource\":
353
+ {}, \"options\": {\"feed\": \"${category}\", \"is_category\": true}, \"module\":
354
+ \"FeedPage\"}, {\"url\": \"^\\/all\\/$\", \"named\": {}, \"resource\": {},
355
+ \"options\": {\"feed\": \"everything\", \"scope\": \"?{scope}\"}, \"module\":
356
+ \"FeedPage\"}, {\"url\": \"^\\/all\\/([^\\/]+)\\/$\", \"named\": {\"category\":
357
+ 0}, \"resource\": {}, \"options\": {\"feed\": \"${category}\", \"is_category\":
358
+ true, \"scope\": \"?{scope}\"}, \"module\": \"FeedPage\"}, {\"url\": \"^\\/popular\\/$\",
359
+ \"named\": {}, \"resource\": {}, \"options\": {\"feed\": \"popular\", \"scope\":
360
+ \"?{scope}\"}, \"module\": \"FeedPage\"}, {\"url\": \"^\\/gifts\\/$\", \"named\":
361
+ {}, \"resource\": {}, \"options\": {\"feed\": \"gifts\", \"scope\": \"?{scope}\"},
362
+ \"module\": \"FeedPage\"}, {\"url\": \"^\\/videos\\/$\", \"named\": {}, \"resource\":
363
+ {}, \"options\": {\"feed\": \"videos\", \"scope\": \"?{scope}\"}, \"module\":
364
+ \"FeedPage\"}, {\"url\": \"^\\/picked_for_you\\/$\", \"named\": {}, \"resource\":
365
+ {}, \"options\": {\"feed\": \"recommendations\"}, \"module\": \"FeedPage\"},
366
+ {\"url\": \"^\\/annotations\\/([^\\/]+)\\/([^\\/]+)\\/$\", \"named\": {\"annotation\":
367
+ 0, \"board\": 1}, \"resource\": {\"name\": \"BoardAnnotationResource\", \"options\":
368
+ {\"board_id\": \"${board}\"}}, \"options\": {\"board_id\": \"${board}\", \"annotation\":
369
+ \"${annotation}\"}, \"module\": \"AnnotationFeedPage\"}, {\"url\": \"^\\/interests\\/([^\\/]+)\\/$\",
370
+ \"named\": {\"interest\": 0}, \"resource\": {}, \"options\": {\"interest\":
371
+ \"${interest}\"}, \"module\": \"InterestFeedPage\"}, {\"require_authentication\":
372
+ true, \"named\": {\"domain\": 0}, \"resource\": {}, \"url\": \"^\\/source\\/([^\\/]+)\\/$\",
373
+ \"options\": {\"domain\": \"${domain}\", \"feed_item_type\": \"most_recent\"},
374
+ \"module\": \"DomainFeedPage\"}, {\"require_authentication\": true, \"named\":
375
+ {\"domain\": 0}, \"resource\": {}, \"url\": \"^\\/source\\/([^\\/]+)\\/top\\/repins\\/$\",
376
+ \"options\": {\"domain\": \"${domain}\", \"feed_item_type\": \"most_repinned\",
377
+ \"aggregation\": \"?{aggregation}\", \"end_date\": \"?{end_date}\"}, \"module\":
378
+ \"DomainFeedPage\"}, {\"require_authentication\": true, \"named\": {\"domain\":
379
+ 0}, \"resource\": {}, \"url\": \"^\\/source\\/([^\\/]+)\\/top\\/clicks\\/$\",
380
+ \"options\": {\"domain\": \"${domain}\", \"feed_item_type\": \"most_clicked\",
381
+ \"aggregation\": \"?{aggregation}\", \"end_date\": \"?{end_date}\"}, \"module\":
382
+ \"DomainFeedPage\"}, {\"require_authentication\": true, \"named\": {\"domain\":
383
+ 0}, \"resource\": {}, \"url\": \"^\\/source\\/([^\\/]+)\\/trending\\/$\",
384
+ \"options\": {\"domain\": \"${domain}\", \"feed_item_type\": \"trending\"},
385
+ \"module\": \"DomainFeedPage\"}, {\"require_authentication\": true, \"named\":
386
+ {}, \"resource\": {}, \"url\": \"^\\/find_friends\\/$\", \"options\": {},
387
+ \"module\": \"FindFriendsPage\"}, {\"require_authentication\": true, \"named\":
388
+ {}, \"resource\": {}, \"url\": \"^\\/find_friends\\/facebook\\/$\", \"options\":
389
+ {\"tab\": \"facebook\"}, \"module\": \"FindFriendsPage\"}, {\"require_authentication\":
390
+ true, \"named\": {}, \"resource\": {}, \"url\": \"^\\/find_friends\\/twitter\\/$\",
391
+ \"options\": {\"tab\": \"twitter\"}, \"module\": \"FindFriendsPage\"}, {\"require_authentication\":
392
+ true, \"named\": {}, \"resource\": {}, \"url\": \"^\\/find_friends\\/invite\\/$\",
393
+ \"options\": {\"focus\": \"invite\"}, \"module\": \"FindFriendsPage\"}, {\"require_authentication\":
394
+ true, \"named\": {}, \"resource\": {\"name\": \"FeedEditorPageResource\"},
395
+ \"url\": \"^\\/edit_home\\/$\", \"options\": {\"tab\": \"follow_boards\"},
396
+ \"module\": \"FeedEditorPage\"}, {\"require_authentication\": true, \"named\":
397
+ {}, \"resource\": {\"name\": \"FeedEditorPageResource\"}, \"url\": \"^\\/edit_home\\/follow_boards\\/$\",
398
+ \"options\": {\"tab\": \"follow_boards\"}, \"module\": \"FeedEditorPage\"},
399
+ {\"require_authentication\": true, \"named\": {}, \"resource\": {\"name\":
400
+ \"FeedEditorPageResource\"}, \"url\": \"^\\/edit_home\\/unfollow_boards\\/$\",
401
+ \"options\": {\"tab\": \"unfollow_boards\"}, \"module\": \"FeedEditorPage\"},
402
+ {\"named\": {}, \"resource\": {}, \"url\": \"^\\/offsite\\/$\", \"content_only\":
403
+ true, \"options\": {\"url\": \"?{url}\", \"pin_id\": \"?{pin}\", \"token\":
404
+ \"?{token}\"}, \"module\": \"OffsitePage\"}, {\"named\": {}, \"resource\":
405
+ {}, \"url\": \"^\\/logout\\/\", \"content_only\": true, \"options\": {}, \"module\":
406
+ \"LogoutPage\"}, {\"named\": {}, \"resource\": {}, \"https\": true, \"url\":
407
+ \"^\\/login\\/$\", \"content_only\": true, \"options\": {\"next\": \"?{next}\"},
408
+ \"module\": \"LoginPage\"}, {\"named\": {}, \"resource\": {}, \"https\": true,
409
+ \"url\": \"^\\/login\\/reset\\/$\", \"content_only\": true, \"options\": {\"username_or_email\":
410
+ \"?{username_or_email}\"}, \"module\": \"PasswordResetOneClick\"}, {\"redirect\":
411
+ \"\\/\", \"named\": {}, \"resource\": {}, \"url\": \"^\\/join\\/signup\\/\",
412
+ \"options\": {}, \"module\": \"\"}, {\"redirect\": \"\\/\", \"named\": {},
413
+ \"resource\": {}, \"url\": \"^\\/signup\\/\", \"options\": {}, \"module\":
414
+ \"\"}, {\"named\": {\"network\": 0}, \"resource\": {}, \"https\": true, \"url\":
415
+ \"^\\/join\\/register\\/([^\\/]+)\\/\", \"content_only\": true, \"options\":
416
+ {\"network\": \"${network}\"}, \"module\": \"UserRegisterPage\"}, {\"named\":
417
+ {}, \"resource\": {}, \"https\": true, \"url\": \"^\\/join\\/register\\/\",
418
+ \"content_only\": true, \"options\": {\"register\": true}, \"module\": \"LoginPage\"},
419
+ {\"named\": {}, \"resource\": {}, \"https\": true, \"url\": \"^\\/join\\/.*$\",
420
+ \"content_only\": true, \"options\": {\"invite_follow_board\": \"?{boardname}\",
421
+ \"register\": true, \"invite_follow_user\": \"?{username}\", \"next\": \"?{next}\"},
422
+ \"module\": \"LoginPage\"}, {\"require_authentication\": true, \"named\":
423
+ {\"username\": 0}, \"resource\": {}, \"login_parameters\": {\"username\":
424
+ \"${username}\", \"auto_follow\": \"true\"}, \"url\": \"^\\/follow\\/([^\\/]+)\\/*$\",
425
+ \"options\": {\"username\": \"${username}\"}, \"module\": \"AutoFollow\"},
426
+ {\"require_authentication\": true, \"named\": {\"username\": 0, \"slug\":
427
+ 1}, \"resource\": {}, \"login_parameters\": {\"username\": \"${username}\",
428
+ \"boardname\": \"${slug}\", \"auto_follow\": \"true\"}, \"url\": \"^\\/follow\\/([^\\/]+)\\/([^\\/]+)\\/*$\",
429
+ \"options\": {\"username\": \"${username}\", \"username_and_slug\": \"${username}\\/${slug}\"},
430
+ \"module\": \"AutoFollow\"}, {\"url\": \"^\\/website\\/verify\\/$\", \"named\":
431
+ {}, \"resource\": {\"name\": \"DomainVerifyResource\"}, \"options\": {}, \"module\":
432
+ \"DomainVerify\"}, {\"redirect\": \"\\/developer\\/\", \"named\": {}, \"resource\":
433
+ {}, \"url\": \"^\\/developer\\/api\\/\", \"options\": {}, \"module\": \"\"},
434
+ {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/contact_us\\/\",
435
+ \"content_only\": true, \"options\": {\"module\": {\"name\": \"dev.ContactUs\",
436
+ \"options\": {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\":
437
+ {}, \"url\": \"^\\/developer\\/contact_us_thank_you\\/\", \"content_only\":
438
+ true, \"options\": {\"module\": {\"name\": \"dev.ContactUsThankYou\", \"options\":
439
+ {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\":
440
+ \"^\\/developer\\/ios\\/\", \"content_only\": true, \"options\": {\"module\":
441
+ {\"name\": \"dev.iOS\", \"options\": {}}}, \"module\": \"Developer\"}, {\"named\":
442
+ {}, \"resource\": {}, \"url\": \"^\\/developer\\/android\\/\", \"content_only\":
443
+ true, \"options\": {\"module\": {\"name\": \"dev.Android\", \"options\": {}}},
444
+ \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/rich_pins\\/validator\\/\",
445
+ \"content_only\": true, \"options\": {\"module\": {\"resource\": {\"name\":
446
+ \"RichPinValidateResource\", \"options\": {\"link\": \"?{link}\"}}, \"name\":
447
+ \"dev.RichPinValidator\", \"options\": {\"apply\": \"?{apply}\", \"link\":
448
+ \"?{link}\", \"custom_sidebar\": true}}}, \"module\": \"Developer\"}, {\"named\":
449
+ {}, \"resource\": {}, \"url\": \"^\\/developer\\/pin_it\\/\", \"content_only\":
450
+ true, \"options\": {\"module\": {\"name\": \"dev.PinIt\", \"options\": {}}},
451
+ \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/rich_pins\\/\",
452
+ \"content_only\": true, \"options\": {\"module\": {\"name\": \"dev.RichPins\",
453
+ \"options\": {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\":
454
+ {}, \"url\": \"^\\/developer\\/goodies\\/\", \"content_only\": true, \"options\":
455
+ {\"module\": {\"name\": \"dev.Goodies\", \"options\": {}}}, \"module\": \"Developer\"},
456
+ {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/apps\\/\", \"content_only\":
457
+ true, \"options\": {\"module\": {\"name\": \"dev.Apps\", \"options\": {}}},
458
+ \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/manage\\/$\",
459
+ \"content_only\": true, \"options\": {\"module\": {\"resource\": {\"name\":
460
+ \"ConsumerListResource\"}, \"name\": \"ConsumerManagePage\"}}, \"module\":
461
+ \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/terms\\/\",
462
+ \"content_only\": true, \"options\": {\"module\": {\"name\": \"dev.Terms\",
463
+ \"options\": {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\":
464
+ {}, \"url\": \"^\\/developer\\/richpins\\/apply\\/$\", \"content_only\": true,
465
+ \"options\": {\"module\": {\"name\": \"dev.RichPinApplyForm\", \"options\":
466
+ {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\":
467
+ \"^\\/developer\\/$\", \"content_only\": true, \"options\": {}, \"module\":
468
+ \"Developer\"}, {\"url\": \"^\\/business\\/getstarted\\/$\", \"named\": {},
469
+ \"resource\": {\"name\": \"UserResource\", \"options\": {\"username\": \"me\"}},
470
+ \"options\": {\"username\": \"me\"}, \"module\": \"BusinessGetStarted\"},
471
+ {\"require_authentication\": true, \"named\": {}, \"resource\": {\"name\":
472
+ \"PartnerResource\", \"options\": {\"user_id\": \"me\"}}, \"https\": true,
473
+ \"url\": \"^\\/business\\/convert\\/$\", \"options\": {}, \"module\": \"BusinessAccountConvert\"},
474
+ {\"url\": \"^\\/business\\/tools\\/site-debugger\\/$\", \"named\": {}, \"resource\":
475
+ {\"name\": \"RichPinDebugResource\", \"options\": {\"link\": \"?{link}\"}},
476
+ \"options\": {\"link\": \"?{link}\"}, \"module\": \"RichPinDebugger\"}, {\"url\":
477
+ \"^\\/business\\/tools\\/rich-pin-builder\\/$\", \"named\": {}, \"resource\":
478
+ {\"name\": \"RichPinSamplePinResource\", \"options\": {}}, \"options\": {},
479
+ \"module\": \"RichPinBuilder\"}, {\"url\": \"^\\/business\\/tools\\/rich-pin-validator\\/$\",
480
+ \"named\": {}, \"resource\": {\"name\": \"RichPinValidateResource\", \"options\":
481
+ {\"link\": \"?{link}\"}}, \"options\": {\"link\": \"?{link}\"}, \"module\":
482
+ \"RichPinValidator\"}, {\"url\": \"^\\/browse\\/([^\\/]+)\\/$\", \"named\":
483
+ {\"query\": 0}, \"resource\": {\"name\": \"BrowseResource\", \"options\":
484
+ {\"query\": \"${query}\"}}, \"options\": {\"query\": \"${query}\"}, \"module\":
485
+ \"SearchPage\"}, {\"named\": {}, \"resource\": {\"name\": \"UserSettingsResource\"},
486
+ \"url\": \"^\\/settings\\/$\", \"require_authentication\": true, \"module\":
487
+ \"UserSettingsPage\", \"https\": true, \"require_explicit_login\": true, \"options\":
488
+ {}}, {\"named\": {\"username\": 0}, \"resource\": {\"name\": \"UserResource\",
489
+ \"options\": {\"username\": \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/$\",
490
+ \"deep_link\": \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\":
491
+ \"${username}\", \"report_user_spam\": \"?{report_user_spam}\", \"show_follow_memo\":
492
+ \"?{auto_follow}\", \"tab\": \"boards\"}, \"module\": \"UserProfilePage\"},
493
+ {\"named\": {\"username\": 0}, \"resource\": {\"name\": \"UserResource\",
494
+ \"options\": {\"username\": \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/boards\\/$\",
495
+ \"deep_link\": \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\":
496
+ \"${username}\", \"tab\": \"boards\"}, \"module\": \"UserProfilePage\"}, {\"named\":
497
+ {\"username\": 0}, \"resource\": {\"name\": \"UserResource\", \"options\":
498
+ {\"username\": \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/pins\\/$\", \"deep_link\":
499
+ \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\": \"${username}\",
500
+ \"tab\": \"pins\"}, \"module\": \"UserProfilePage\"}, {\"named\": {\"username\":
501
+ 0}, \"resource\": {\"name\": \"UserResource\", \"options\": {\"username\":
502
+ \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/likes\\/$\", \"deep_link\":
503
+ \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\": \"${username}\",
504
+ \"tab\": \"likes\"}, \"module\": \"UserProfilePage\"}, {\"named\": {\"username\":
505
+ 0}, \"resource\": {\"name\": \"UserResource\", \"options\": {\"username\":
506
+ \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/followers\\/$\", \"deep_link\":
507
+ \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\": \"${username}\",
508
+ \"tab\": \"followers\"}, \"module\": \"UserProfilePage\"}, {\"named\": {\"username\":
509
+ 0}, \"resource\": {\"name\": \"UserResource\", \"options\": {\"username\":
510
+ \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/following\\/$\", \"deep_link\":
511
+ \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\": \"${username}\",
512
+ \"tab\": \"following\"}, \"module\": \"UserProfilePage\"}, {\"require_authentication\":
513
+ true, \"named\": {\"method\": 0}, \"resource\": {}, \"url\": \"^\\/pin\\/create\\/([^\\/]+)\\/$\",
514
+ \"content_only\": true, \"options\": {\"description\": \"?{description}\",
515
+ \"title\": \"?{title}\", \"url\": \"?{url}\", \"image_url\": \"?{media}\",
516
+ \"is_video\": \"?{is_video}\", \"method\": \"${method}\"}, \"module\": \"PinBookmarklet\"},
517
+ {\"url\": \"^\\/pin\\/find\\/$\", \"named\": {}, \"resource\": {\"name\":
518
+ \"FindPinImagesResource\", \"options\": {\"url\": \"?{url}\"}}, \"options\":
519
+ {}, \"module\": \"ImagesFeedPage\"}, {\"named\": {\"id\": 0}, \"resource\":
520
+ {\"name\": \"PinResource\", \"options\": {\"id\": \"${id}\", \"view_type\":
521
+ \"detailed\"}}, \"url\": \"^\\/pin\\/([^\\/]+)\\/$\", \"deep_link\": \"pinterest:\\/\\/pin\\/${id}\",
522
+ \"options\": {}, \"module\": \"Closeup\"}, {\"named\": {\"id\": 0}, \"resource\":
523
+ {\"name\": \"PinResource\", \"options\": {\"id\": \"${id}\", \"view_type\":
524
+ \"detailed\"}}, \"url\": \"^\\/pin\\/([^\\/]+)\\/edit\\/$\", \"module\": \"Closeup\",
525
+ \"canonical_url\": \"\\/pin\\/${id}\\/\", \"require_explicit_login\": true,
526
+ \"options\": {\"show_edit\": true}, \"deep_link\": \"pinterest:\\/\\/pin\\/${id}\"},
527
+ {\"named\": {\"id\": 0}, \"resource\": {\"name\": \"PinResource\", \"options\":
528
+ {\"id\": \"${id}\", \"view_type\": \"detailed\"}}, \"url\": \"^\\/pin\\/([^\\/]+)\\/repin\\/$\",
529
+ \"require_authentication\": true, \"module\": \"Closeup\", \"canonical_url\":
530
+ \"\\/pin\\/${id}\\/\", \"deep_link\": \"pinterest:\\/\\/pin\\/${id}\", \"options\":
531
+ {\"show_repin\": true}}, {\"named\": {\"id\": 0}, \"resource\": {\"name\":
532
+ \"PinResource\", \"options\": {\"id\": \"${id}\", \"view_type\": \"repin\"}},
533
+ \"url\": \"^\\/pin\\/([^\\/]+)\\/repin\\/x\\/$\", \"content_only\": true,
534
+ \"options\": {\"action\": \"repin\", \"method\": \"bookmarklet\"}, \"module\":
535
+ \"PinBookmarklet\"}, {\"url\": \"^\\/pin\\/([^\\/]+)\\/repins\\/$\", \"named\":
536
+ {\"id\": 0}, \"resource\": {\"name\": \"RepinFeedResource\", \"options\":
537
+ {\"pin_id\": \"${id}\", \"page_size\": 50}}, \"options\": {\"pin_id\": \"${id}\",
538
+ \"title\": \"Repins\"}, \"module\": \"RepinsLikesFeedPage\"}, {\"url\": \"^\\/pin\\/([^\\/]+)\\/likes\\/$\",
539
+ \"named\": {\"id\": 0}, \"resource\": {\"name\": \"PinLikesResource\", \"options\":
540
+ {\"pin_id\": \"${id}\", \"page_size\": 50}}, \"options\": {\"pin_id\": \"${id}\",
541
+ \"title\": \"Likes\"}, \"module\": \"RepinsLikesFeedPage\"}, {\"url\": \"^\\/board\\/create\\/$\",
542
+ \"named\": {}, \"resource\": {}, \"options\": {}, \"module\": \"BoardCreate\"},
543
+ {\"url\": \"^\\/board\\/([^\\/]+)\\/$\", \"named\": {\"id\": 0}, \"resource\":
544
+ {\"name\": \"BoardResource\", \"options\": {\"board_id\": \"${id}\", \"field_set_key\":
545
+ \"detailed\"}}, \"options\": {\"tab\": \"pins\"}, \"module\": \"BoardPage\"},
546
+ {\"named\": {\"username\": 0, \"slug\": 1}, \"resource\": {\"name\": \"BoardResource\",
547
+ \"options\": {\"username\": \"${username}\", \"field_set_key\": \"detailed\",
548
+ \"slug\": \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/$\", \"deep_link\":
549
+ \"pinterest:\\/\\/board\\/${username}\\/${slug}\", \"options\": {\"show_follow_memo\":
550
+ \"?{auto_follow}\", \"tab\": \"pins\"}, \"module\": \"BoardPage\"}, {\"url\":
551
+ \"^\\/([^\\/]+)\\/([^\\/]+)\\/search\\/$\", \"named\": {\"username\": 0, \"slug\":
552
+ 1}, \"resource\": {\"name\": \"BaseSearchResource\", \"options\": {\"board_slug\":
553
+ \"${slug}\", \"scope\": \"my_pins\", \"user\": \"${username}\", \"query\":
554
+ \"?{q}\"}}, \"options\": {\"board_slug\": \"${slug}\", \"scope\": \"my_pins\",
555
+ \"user\": \"${username}\", \"query\": \"?{q}\"}, \"module\": \"SearchPage\"},
556
+ {\"named\": {\"username\": 0, \"slug\": 1}, \"resource\": {\"name\": \"BoardResource\",
557
+ \"options\": {\"username\": \"${username}\", \"field_set_key\": \"detailed\",
558
+ \"slug\": \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/edit\\/$\",
559
+ \"module\": \"BoardPage\", \"canonical_url\": \"\\/${username}\\/${slug}\\/\",
560
+ \"require_explicit_login\": true, \"options\": {\"show_edit\": true, \"tab\":
561
+ \"pins\"}, \"deep_link\": \"pinterest:\\/\\/board\\/${username}\\/${slug}\"},
562
+ {\"named\": {\"username\": 0, \"slug\": 1}, \"resource\": {\"name\": \"BoardResource\",
563
+ \"options\": {\"username\": \"${username}\", \"field_set_key\": \"detailed\",
564
+ \"slug\": \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/pins\\/$\",
565
+ \"deep_link\": \"pinterest:\\/\\/board\\/${username}\\/${slug}\", \"options\":
566
+ {\"tab\": \"pins\"}, \"module\": \"BoardPage\"}, {\"named\": {\"username\":
567
+ 0, \"slug\": 1}, \"resource\": {\"name\": \"BoardResource\", \"options\":
568
+ {\"username\": \"${username}\", \"field_set_key\": \"detailed\", \"slug\":
569
+ \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/followers\\/$\", \"deep_link\":
570
+ \"pinterest:\\/\\/board\\/${username}\\/${slug}\", \"options\": {\"tab\":
571
+ \"followers\"}, \"module\": \"BoardPage\"}, {\"named\": {\"username\": 0,
572
+ \"slug\": 1}, \"resource\": {\"name\": \"BoardFeedResource\", \"options\":
573
+ {\"username\": \"${username}\", \"slug\": \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/cover\\/$\",
574
+ \"deep_link\": \"pinterest:\\/\\/board\\/${username}\\/${slug}\", \"options\":
575
+ {\"username\": \"${username}\", \"slug\": \"${slug}\"}, \"module\": \"BoardCoverEditPage\"},
576
+ {\"named\": {}, \"resource\": {}, \"https\": true, \"url\": \"^\\/password\\/change\\/$\",
577
+ \"options\": {}, \"module\": \"UserChangePassword\"}, {\"require_authentication\":
578
+ true, \"named\": {\"domain\": 0}, \"resource\": {\"name\": \"DomainAnalyticsCountsResource\",
579
+ \"options\": {\"domain\": \"${domain}\", \"start_date\": \"?{start_date}\",
580
+ \"end_date\": \"?{end_date}\"}}, \"url\": \"^\\/source\\/([^\\/]+)\\/analytics\\/$\",
581
+ \"options\": {\"domain\": \"${domain}\", \"start_date\": \"?{start_date}\",
582
+ \"end_date\": \"?{end_date}\"}, \"module\": \"DomainAnalyticsPage\"}, {\"sandbox\":
583
+ true, \"named\": {}, \"resource\": {}, \"url\": \"^\\/close_window\\/$\",
584
+ \"options\": {}, \"module\": \"Close\"}, {\"named\": {}, \"resource\": {},
585
+ \"url\": \"^\\/oauth\\/dialog\\/$\", \"require_authentication\": true, \"module\":
586
+ \"OAuthDialog\", \"content_only\": true, \"https\": true, \"options\": {\"scope\":
587
+ \"?{scope}\", \"state\": \"?{state}\", \"redirect_uri\": \"?{redirect_uri}\",
588
+ \"response_type\": \"?{response_type}\", \"consumer_id\": \"?{consumer_id}\"}}]);\n
589
+ \ P.setPageRoutePattern(\"^\\/pin\\/:id\\/$\");\n P.setPageLoadRequestIdentifier(\"299753506429\");\n\n
590
+ \ Pc.startArgs = {\"gaAccountNumber\": \"UA-12967896-7\", \"scrubbedUser\":
591
+ {\"autologin\": null}, \"tree\": {\"resource\": null, \"name\": \"App\", \"children\":
592
+ [{\"resource\": null, \"name\": \"Header\", \"id\": \"header\", \"children\":
593
+ [{\"resource\": null, \"name\": \"DropdownButton\", \"id\": \"categoriesDropdownButton\",
594
+ \"children\": [{\"resource\": null, \"name\": \"Button\", \"children\": [],
595
+ \"errorStrategy\": 2, \"options\": {\"has_icon\": true, \"text\": \"Categories\",
596
+ \"primary_on_hover\": true, \"tagName\": \"button\", \"show_text\": false,
597
+ \"class_name\": \"categories\"}, \"uid\": \"Button-9\"}], \"errorStrategy\":
598
+ 2, \"options\": {\"class_name\": \"categoriesButton\", \"button_options\":
599
+ {\"has_icon\": true, \"tagName\": \"button\", \"primary_on_hover\": true,
600
+ \"class_name\": \"categories\", \"text\": \"Categories\", \"show_text\": false},
601
+ \"module\": {\"resource\": {\"name\": \"CategoriesResource\", \"options\":
602
+ {\"browsable\": true}}, \"name\": \"CategoriesMenu\"}, \"dropdown_options\":
603
+ {\"largeCaret\": true, \"fixed\": true, \"prefetch\": true, \"view_type\":
604
+ \"categoriesMenu\"}, \"time\": 500, \"tutorial\": {\"topic\": \"categories\",
605
+ \"text\": \"Browse Popular, DIY and other categories to find pins you like.\",
606
+ \"title\": \"Here are your categories.\"}}, \"uid\": \"DropdownButton-6\"},
607
+ {\"resource\": null, \"name\": \"ui.SearchForm\", \"children\": [{\"resource\":
608
+ null, \"name\": \"ui.TypeaheadField\", \"id\": \"searchField\", \"children\":
609
+ [{\"resource\": null, \"name\": \"ui.Typeahead\", \"id\": \"typeahead\", \"extraData\":
610
+ {\"inGplusExp\": false}, \"children\": [], \"errorStrategy\": 2, \"options\":
611
+ {\"enable_recent_queries\": true, \"tags\": \"autocomplete\", \"class_name\":
612
+ null, \"exclude_non_followers\": null, \"view_type\": \"search\", \"template\":
613
+ null}, \"uid\": \"ui-Typeahead-11\"}], \"errorStrategy\": 2, \"options\":
614
+ {\"enable_recent_queries\": true, \"name\": \"q\", \"view_type\": \"search\",
615
+ \"class_name\": null, \"prefetch_on_focus\": true, \"value\": \"\", \"populate_on_result_highlight\":
616
+ true, \"search_delay\": 0, \"search_on_focus\": true, \"placeholder\": \"Search\",
617
+ \"tags\": \"autocomplete\"}, \"uid\": \"ui-TypeaheadField-10\"}], \"errorStrategy\":
618
+ 2, \"options\": {\"navigate_on_search\": true, \"enable_recent_queries\":
619
+ true, \"placeholder\": \"Search\"}, \"uid\": \"ui-SearchForm-7\"}, {\"resource\":
620
+ {\"name\": \"LocalesResource\", \"options\": {\"locale\": \"en-US\", \"bookmarks\":
621
+ [\"-end-\"]}}, \"name\": \"LanguageMenu\", \"children\": [{\"resource\": null,
622
+ \"name\": \"DropdownButton\", \"children\": [{\"resource\": null, \"name\":
623
+ \"Button\", \"children\": [], \"errorStrategy\": 2, \"options\": {\"class_name\":
624
+ \"langaugeButton\", \"text\": \"English (US)\", \"tagName\": \"button\"},
625
+ \"uid\": \"Button-13\"}], \"errorStrategy\": 2, \"options\": {\"dropdown_options\":
626
+ {\"position_point\": \"BOTTOM_RIGHT\", \"hide_caret\": true, \"fixed\": true},
627
+ \"button_options\": {\"class_name\": \"langaugeButton\", \"text\": \"English
628
+ (US)\", \"tagName\": \"button\"}, \"module\": {\"resource\": {\"name\": \"LocalesResource\"},
629
+ \"name\": \"LanguageDropdown\", \"options\": {\"selected\": \"English (US)\"}}},
630
+ \"uid\": \"DropdownButton-12\"}], \"errorStrategy\": 2, \"data\": {}, \"options\":
631
+ {}, \"uid\": \"LanguageMenu-8\"}], \"errorStrategy\": 2, \"options\": {},
632
+ \"uid\": \"Header-1\"}, {\"resource\": null, \"name\": \"ScrollToTop\", \"id\":
633
+ \"scrollToTop\", \"children\": [], \"errorStrategy\": 2, \"options\": {},
634
+ \"uid\": \"ScrollToTop-2\"}, {\"resource\": null, \"name\": \"Nags\", \"children\":
635
+ [{\"resource\": null, \"name\": \"NagBase\", \"extraData\": {\"type\": \"upgrade_ie\"},
636
+ \"children\": [{\"resource\": null, \"name\": \"Button\", \"children\": [],
637
+ \"errorStrategy\": 2, \"options\": {\"class_name\": \"nagClose\", \"tagName\":
638
+ \"button\", \"borderless\": true}, \"uid\": \"Button-16\"}], \"errorStrategy\":
639
+ 2, \"data\": {}, \"options\": {\"can_close\": true}, \"uid\": \"NagBase-14\"},
640
+ {\"resource\": null, \"name\": \"NagUnauth\", \"children\": [{\"resource\":
641
+ null, \"name\": \"JoinButton\", \"id\": \"join\", \"children\": [], \"errorStrategy\":
642
+ 2, \"options\": {\"color\": \"primary\", \"text\": \"Join Pinterest\", \"class_name\":
643
+ \"joinButton unauthNagButton\", \"element_type\": \"a\", \"tagName\": \"a\",
644
+ \"ga_category\": \"unauth_nag_join\"}, \"uid\": \"JoinButton-17\"}, {\"resource\":
645
+ null, \"name\": \"LoginButton\", \"id\": \"login\", \"children\": [], \"errorStrategy\":
646
+ 2, \"options\": {\"class_name\": \"loginButton unauthNagButton\", \"text\":
647
+ \"Log in\", \"element_type\": \"a\", \"ga_category\": \"unauth_nag_login\",
648
+ \"tagName\": \"a\"}, \"uid\": \"LoginButton-18\"}], \"errorStrategy\": 2,
649
+ \"options\": {}, \"uid\": \"NagUnauth-15\"}], \"errorStrategy\": 2, \"options\":
650
+ {}, \"uid\": \"Nags-3\"}, {\"resource\": {\"name\": \"PinResource\", \"options\":
651
+ {\"bookmarks\": [\"-end-\"], \"id\": \"412149803369441273\", \"view_type\":
652
+ \"detailed\"}}, \"name\": \"Closeup\", \"id\": \"mainModule\", \"extraData\":
653
+ {\"canEdit\": false, \"pinUrl\": \"\\/pin\\/412149803369441273\\/\"}, \"children\":
654
+ [{\"resource\": {\"name\": \"PinResource\", \"options\": {\"id\": \"412149803369441273\",
655
+ \"view_type\": \"action_bar\"}}, \"name\": \"PinActionBar\", \"id\": \"actions\",
656
+ \"children\": [{\"resource\": null, \"name\": \"ShowModalButton\", \"id\":
657
+ \"pinItButton\", \"children\": [], \"errorStrategy\": 2, \"options\": {\"submodule\":
658
+ {\"error_strategy\": 0, \"resource\": {\"name\": \"PinResource\", \"options\":
659
+ {\"id\": \"412149803369441273\", \"view_type\": \"repin\"}}, \"name\": \"PinCreate\",
660
+ \"options\": {\"action\": \"repin\", \"transparent_modal\": false, \"is_video\":
661
+ false, \"show_preview\": false, \"fast_repin\": false}}, \"primary_on_hover\":
662
+ true, \"color\": \"primary\", \"text\": \"Pin it\", \"extra_options\": {},
663
+ \"tagName\": \"button\", \"has_icon\": true, \"show_text\": false, \"ga_category\":
664
+ \"repin_create_closeup\", \"class_name\": \"repin pinActionBarButton\", \"require_auth\":
665
+ true, \"size\": \"medium\"}, \"uid\": \"ShowModalButton-23\"}, {\"resource\":
666
+ null, \"name\": \"IncrementingNavigateButton\", \"id\": \"repinsButton\",
667
+ \"extraData\": {\"actionCount\": 0}, \"children\": [], \"errorStrategy\":
668
+ 2, \"options\": {\"url\": \"\\/pin\\/412149803369441273\\/repins\\/\", \"text\":
669
+ 0, \"actionCount\": 0, \"color\": \"primary\", \"siblingButtonId\": \"pinItButton\",
670
+ \"tagName\": \"button\", \"class_name\": \"repinLikeNavigateButton pinActionBarButton
671
+ hidden\", \"size\": \"medium\"}, \"uid\": \"IncrementingNavigateButton-24\"},
672
+ {\"resource\": null, \"name\": \"PinLikeButton\", \"id\": \"likeButton\",
673
+ \"children\": [], \"errorStrategy\": 2, \"options\": {\"liked\": false, \"class_name\":
674
+ \"like leftRounded pinActionBarButton\", \"pin_id\": \"412149803369441273\",
675
+ \"has_icon\": true, \"tagName\": \"button\", \"text\": \"Like\", \"show_text\":
676
+ true, \"size\": \"medium\"}, \"uid\": \"PinLikeButton-25\"}, {\"resource\":
677
+ null, \"name\": \"IncrementingNavigateButton\", \"id\": \"likesButton\", \"extraData\":
678
+ {\"actionCount\": 1}, \"children\": [], \"errorStrategy\": 2, \"options\":
679
+ {\"url\": \"\\/pin\\/412149803369441273\\/likes\\/\", \"text\": 1, \"actionCount\":
680
+ 1, \"class_name\": \"repinLikeNavigateButton like leftRounded pinActionBarButton\",
681
+ \"siblingButtonId\": \"likeButton\", \"tagName\": \"button\", \"size\": \"medium\"},
682
+ \"uid\": \"IncrementingNavigateButton-26\"}, {\"resource\": null, \"name\":
683
+ \"NavigateButton\", \"id\": \"viewPinSource\", \"children\": [], \"errorStrategy\":
684
+ 2, \"options\": {\"tagName\": \"a\", \"has_icon\": true, \"text\": \"Website\",
685
+ \"url\": \"http:\\/\\/johnstamosgem.com\\/\", \"element_type\": \"a\", \"safe_link\":
686
+ true, \"safe_link_pin_id\": \"412149803369441273\", \"class_name\": \"website
687
+ pinActionBarButton\", \"size\": \"medium\"}, \"uid\": \"NavigateButton-27\"},
688
+ {\"resource\": null, \"name\": \"DropdownButton\", \"children\": [{\"resource\":
689
+ null, \"name\": \"Button\", \"children\": [], \"errorStrategy\": 2, \"options\":
690
+ {\"has_icon\": true, \"text\": \"Share\", \"class_name\": \"share pinActionBarButton\",
691
+ \"tagName\": \"button\", \"show_text\": false, \"size\": \"medium\"}, \"uid\":
692
+ \"Button-29\"}], \"errorStrategy\": 2, \"options\": {\"dropdown_options\":
693
+ {\"largeCaret\": true, \"position_point\": \"BOTTOM_RIGHT\", \"fixed\": false,
694
+ \"view_type\": \"closeupShare\"}, \"button_options\": {\"has_icon\": true,
695
+ \"tagName\": \"button\", \"class_name\": \"share pinActionBarButton\", \"text\":
696
+ \"Share\", \"show_text\": false, \"size\": \"medium\"}, \"module\": {\"resource\":
697
+ {\"name\": \"PinResource\", \"options\": {\"id\": \"412149803369441273\",
698
+ \"view_type\": \"closeup_share\"}}, \"name\": \"PinCloseupShare\", \"options\":
699
+ {}}}, \"uid\": \"DropdownButton-28\"}], \"errorStrategy\": 3, \"data\": {},
700
+ \"options\": {\"pin_id\": \"412149803369441273\"}, \"uid\": \"PinActionBar-19\"},
701
+ {\"resource\": {\"name\": \"PinResource\", \"options\": {\"id\": \"412149803369441273\",
702
+ \"view_type\": \"detailed\"}}, \"name\": \"CloseupContent\", \"id\": \"content\",
703
+ \"children\": [{\"resource\": {\"name\": \"PinResource\", \"options\": {\"id\":
704
+ \"412149803369441273\"}}, \"name\": \"Pin\", \"id\": \"pin\", \"children\":
705
+ [{\"resource\": {\"name\": \"PinResource\", \"options\": {\"id\": \"412149803369441273\"}},
706
+ \"name\": \"PaddedPin\", \"children\": [], \"errorStrategy\": 2, \"data\":
707
+ {}, \"options\": {\"fixed_width\": 736, \"image_size\": \"LARGE\"}, \"uid\":
708
+ \"PaddedPin-31\"}, {\"resource\": {\"name\": \"PinResource\", \"options\":
709
+ {\"id\": \"412149803369441273\", \"view_type\": \"detailed\"}}, \"name\":
710
+ \"RichPinBase\", \"children\": [], \"errorStrategy\": 2, \"data\": {}, \"options\":
711
+ {}, \"uid\": \"RichPinBase-32\"}, {\"resource\": null, \"name\": \"PinCommentList\",
712
+ \"id\": \"commentList\", \"children\": [], \"errorStrategy\": 2, \"options\":
713
+ {\"count\": 0, \"view_type\": \"detailed\", \"pin_id\": \"412149803369441273\",
714
+ \"max_num_to_show\": 50, \"show_actions\": true, \"image_size\": \"medium\",
715
+ \"field_set_key\": \"pin_detailed\"}, \"uid\": \"PinCommentList-33\"}, {\"resource\":
716
+ {\"name\": \"UserResource\", \"options\": {\"username\": \"johnstamosgem\"}},
717
+ \"name\": \"User\", \"children\": [], \"errorStrategy\": 2, \"data\": {\"id\":
718
+ \"412149940807022226\"}, \"options\": {\"class_name\": \"pinner\", \"button_class_name\":
719
+ \"closeupBottomView\", \"title_text\": \"Pinned by\", \"view_type\": \"thumb\"},
720
+ \"uid\": \"User-34\"}, {\"resource\": {\"name\": \"BoardResource\", \"options\":
721
+ {\"field_set_key\": \"thumb\", \"board_id\": \"412149872087590750\", \"bookmarks\":
722
+ [\"-end-\"]}}, \"name\": \"Board\", \"children\": [{\"resource\": null, \"name\":
723
+ \"BoardFollowButton\", \"children\": [], \"errorStrategy\": 2, \"options\":
724
+ {\"board_id\": \"412149872087590750\", \"user_id\": \"412149940807022226\",
725
+ \"color\": \"default\", \"unfollow_text\": \"Unfollow\", \"follow_ga_category\":
726
+ \"board_follow\", \"unfollow_ga_category\": \"board_unfollow\", \"disabled\":
727
+ false, \"tagName\": \"button\", \"text\": \"Follow\", \"followed\": false,
728
+ \"follow_text\": \"Follow\", \"follow_class\": \"default\", \"is_my_board\":
729
+ false}, \"uid\": \"BoardFollowButton-36\"}], \"errorStrategy\": 2, \"data\":
730
+ {}, \"options\": {\"class_name\": \"boardCredit\", \"view_type\": \"closeupBottomView\",
731
+ \"subtitle\": \"JohnStamosgemBoard\", \"show_follow_button\": true, \"title\":
732
+ \"Pinned onto\"}, \"uid\": \"Board-35\"}], \"errorStrategy\": 1, \"data\":
733
+ {\"domain\": \"johnstamosgem.com\", \"like_count\": 1, \"images\": {\"736x\":
734
+ {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/736x\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
735
+ \"width\": 736, \"height\": 460}, \"136x136\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/136x136\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
736
+ \"width\": 136, \"height\": 136}, \"236x\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/236x\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
737
+ \"width\": 236, \"height\": 147}, \"orig\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/originals\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
738
+ \"width\": 1280, \"height\": 800}}, \"id\": \"412149803369441273\", \"price_currency\":
739
+ \"USD\", \"pinner\": {\"username\": \"johnstamosgem\", \"domain_verified\":
740
+ false, \"twitter_url\": null, \"image_medium_url\": \"http:\\/\\/media-cache-ec0.pinimg.com\\/avatars\\/johnstamosgem_1375988759_75.jpg\",
741
+ \"explicitly_followed_by_me\": false, \"location\": \"California\", \"full_name\":
742
+ \"John Stamosgem\", \"image_small_url\": \"http:\\/\\/media-cache-ec0.pinimg.com\\/avatars\\/johnstamosgem_1375988759_30.jpg\",
743
+ \"followed_by_me\": false, \"type\": \"user\", \"id\": \"412149940807022226\"},
744
+ \"privacy\": \"public\", \"comments\": {\"bookmark\": null, \"data\": [],
745
+ \"uri\": \"\\/v3\\/pins\\/412149803369441273\\/comments\\/\"}, \"access\":
746
+ [], \"comment_count\": 0, \"board\": {\"category\": null, \"is_collaborative\":
747
+ false, \"name\": \"JohnStamosgemBoard\", \"privacy\": \"public\", \"url\":
748
+ \"\\/johnstamosgem\\/johnstamosgemboard\\/\", \"image_cover_url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/200x150\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
749
+ \"pin_thumbnail_urls\": [], \"access\": [], \"owner\": {\"id\": \"412149940807022226\"},
750
+ \"followed_by_me\": false, \"type\": \"board\", \"id\": \"412149872087590750\"},
751
+ \"type\": \"pin\", \"method\": \"uploaded\", \"location\": null, \"attribution\":
752
+ null, \"description\": \"JohnStamosgemPin description\", \"price_value\":
753
+ 0.0, \"is_playable\": false, \"rich_metadata\": null, \"via_pinner\": null,
754
+ \"link\": \"http:\\/\\/johnstamosgem.com\\/\", \"is_repin\": false, \"liked_by_me\":
755
+ false, \"description_html\": \"JohnStamosgemPin description\", \"repin_count\":
756
+ 0, \"tracked_link\": \"http:\\/\\/johnstamosgem.com\\/\", \"created_at\":
757
+ \"Sun, 04 Aug 2013 22:37:58 +0000\", \"embed\": null, \"is_video\": false},
758
+ \"options\": {\"pin_id\": \"412149803369441273\", \"view_type\": \"detailed\"},
759
+ \"uid\": \"Pin-30\"}], \"errorStrategy\": 1, \"data\": {\"domain\": \"johnstamosgem.com\",
760
+ \"id\": \"412149803369441273\"}, \"options\": {}, \"uid\": \"CloseupContent-20\"},
761
+ {\"resource\": {\"name\": \"PinResource\", \"options\": {\"id\": \"412149803369441273\",
762
+ \"view_type\": \"closeup_sidebar\"}}, \"name\": \"CloseupSidebar\", \"id\":
763
+ \"sidebar\", \"children\": [{\"resource\": {\"name\": \"BoardResource\", \"options\":
764
+ {\"field_set_key\": \"board_pins_grid\", \"board_id\": \"412149872087590750\"}},
765
+ \"name\": \"Board\", \"id\": \"boardGrid\", \"children\": [{\"resource\":
766
+ {\"name\": \"UserResource\", \"options\": {\"field_set_key\": \"summary\",
767
+ \"bookmarks\": [\"-end-\"], \"user_id\": \"412149940807022226\"}}, \"name\":
768
+ \"User\", \"children\": [], \"errorStrategy\": 2, \"data\": {\"id\": \"412149940807022226\"},
769
+ \"options\": {\"url\": \"\\/johnstamosgem\\/johnstamosgemboard\\/\", \"view_type\":
770
+ \"thumb\", \"title_text\": \"JohnStamosgemBoard\", \"show_follow_button\":
771
+ false, \"size\": \"boardRepTitle\"}, \"uid\": \"User-39\"}, {\"resource\":
772
+ {\"name\": \"BoardFeedResource\", \"options\": {\"field_set_key\": \"board_pins_grid_item\",
773
+ \"board_id\": \"412149872087590750\"}}, \"name\": \"Grid\", \"id\": \"pinGrid\",
774
+ \"children\": [], \"errorStrategy\": 1, \"async\": true, \"options\": {\"scrollable\":
775
+ true, \"show_grid_footer\": false, \"view_type\": \"boardPinsGrid\", \"centered\":
776
+ false, \"track_active_item\": true, \"item_options\": {\"view_type\": \"boardPinsGrid\"},
777
+ \"layout\": \"variable_height\", \"prevent_default_scroll\": true, \"active_item_id\":
778
+ \"412149803369441273\"}, \"uid\": \"Grid-40\"}, {\"resource\": null, \"name\":
779
+ \"BoardFollowButton\", \"id\": \"followBoardButton\", \"children\": [], \"errorStrategy\":
780
+ 2, \"options\": {\"board_id\": \"412149872087590750\", \"followed\": false,
781
+ \"class_name\": \"followBoardButton\", \"unfollow_text\": \"Unfollow Board\",
782
+ \"follow_ga_category\": \"board_follow\", \"unfollow_ga_category\": \"board_unfollow\",
783
+ \"disabled\": false, \"color\": \"default\", \"tagName\": \"button\", \"text\":
784
+ \"Follow Board\", \"user_id\": \"412149940807022226\", \"follow_text\": \"Follow
785
+ Board\", \"follow_class\": \"default\", \"is_my_board\": null}, \"uid\": \"BoardFollowButton-41\"}],
786
+ \"errorStrategy\": 1, \"data\": {\"id\": \"412149872087590750\"}, \"options\":
787
+ {\"scrollable\": true, \"view_type\": \"boardPinsGrid\", \"centered\": false,
788
+ \"board_follow_button_options\": {\"board_id\": \"412149872087590750\", \"board_followed_by_me\":
789
+ false, \"board_access\": [], \"board_owner\": \"412149940807022226\"}, \"prevent_default_scroll\":
790
+ true, \"active_item_id\": \"412149803369441273\"}, \"uid\": \"Board-37\"},
791
+ {\"resource\": {\"name\": \"DomainResource\", \"options\": {\"domain\": \"johnstamosgem.com\",
792
+ \"bookmarks\": [\"-end-\"]}}, \"name\": \"Domain\", \"id\": \"domain\", \"children\":
793
+ [], \"errorStrategy\": 2, \"data\": {}, \"options\": {}, \"uid\": \"Domain-38\"}],
794
+ \"errorStrategy\": 3, \"data\": {\"id\": \"412149803369441273\"}, \"options\":
795
+ {}, \"uid\": \"CloseupSidebar-21\"}, {\"resource\": null, \"name\": \"CloseupBottom\",
796
+ \"id\": \"bottom\", \"children\": [], \"errorStrategy\": 2, \"options\": {\"pin_id\":
797
+ \"412149803369441273\"}, \"uid\": \"CloseupBottom-22\"}], \"errorStrategy\":
798
+ 0, \"data\": {}, \"options\": {}, \"uid\": \"Closeup-4\"}, {\"resource\":
799
+ null, \"name\": \"NagNoScript\", \"extraData\": {\"type\": \"no_script\"},
800
+ \"children\": [], \"errorStrategy\": 2, \"options\": {}, \"uid\": \"NagNoScript-5\"}],
801
+ \"deps\": [\"App\", \"Header\", \"ScrollToTop\", \"Nags\", \"Closeup\", \"NagNoScript\",
802
+ \"DropdownButton\", \"ui.SearchForm\", \"LanguageMenu\", \"Button\", \"ui.TypeaheadField\",
803
+ \"ui.Typeahead\", \"Pillow\", \"NagBase\", \"NagUnauth\", \"JoinButton\",
804
+ \"LoginButton\", \"NavigateButton\", \"PinActionBar\", \"CloseupContent\",
805
+ \"CloseupSidebar\", \"CloseupBottom\", \"ShowModalButton\", \"IncrementingNavigateButton\",
806
+ \"PinLikeButton\", \"Pin\", \"PaddedPin\", \"RichPinBase\", \"PinCommentList\",
807
+ \"User\", \"Board\", \"BoardFollowButton\", \"ui.FollowButton\", \"Domain\",
808
+ \"Grid\"], \"errorStrategy\": 2, \"attributes\": {\"class\": \"App full Module\",
809
+ \"id\": \"App-42\"}, \"options\": {\"module\": {\"data\": {\"domain\": \"johnstamosgem.com\",
810
+ \"like_count\": 1, \"images\": {\"736x\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/736x\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
811
+ \"width\": 736, \"height\": 460}, \"136x136\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/136x136\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
812
+ \"width\": 136, \"height\": 136}, \"236x\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/236x\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
813
+ \"width\": 236, \"height\": 147}, \"orig\": {\"url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/originals\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
814
+ \"width\": 1280, \"height\": 800}}, \"id\": \"412149803369441273\", \"price_currency\":
815
+ \"USD\", \"pinner\": {\"username\": \"johnstamosgem\", \"domain_verified\":
816
+ false, \"twitter_url\": null, \"image_medium_url\": \"http:\\/\\/media-cache-ec0.pinimg.com\\/avatars\\/johnstamosgem_1375988759_75.jpg\",
817
+ \"explicitly_followed_by_me\": false, \"location\": \"California\", \"full_name\":
818
+ \"John Stamosgem\", \"image_small_url\": \"http:\\/\\/media-cache-ec0.pinimg.com\\/avatars\\/johnstamosgem_1375988759_30.jpg\",
819
+ \"followed_by_me\": false, \"type\": \"user\", \"id\": \"412149940807022226\"},
820
+ \"privacy\": \"public\", \"comments\": {\"bookmark\": null, \"data\": [],
821
+ \"uri\": \"\\/v3\\/pins\\/412149803369441273\\/comments\\/\"}, \"access\":
822
+ [], \"comment_count\": 0, \"board\": {\"category\": null, \"is_collaborative\":
823
+ false, \"name\": \"JohnStamosgemBoard\", \"privacy\": \"public\", \"url\":
824
+ \"\\/johnstamosgem\\/johnstamosgemboard\\/\", \"image_cover_url\": \"http:\\/\\/media-cache-ak0.pinimg.com\\/200x150\\/ee\\/39\\/6e\\/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\",
825
+ \"pin_thumbnail_urls\": [], \"access\": [], \"owner\": {\"id\": \"412149940807022226\"},
826
+ \"followed_by_me\": false, \"type\": \"board\", \"id\": \"412149872087590750\"},
827
+ \"type\": \"pin\", \"method\": \"uploaded\", \"location\": null, \"attribution\":
828
+ null, \"description\": \"JohnStamosgemPin description\", \"price_value\":
829
+ 0.0, \"is_playable\": false, \"rich_metadata\": null, \"via_pinner\": null,
830
+ \"link\": \"http:\\/\\/johnstamosgem.com\\/\", \"is_repin\": false, \"liked_by_me\":
831
+ false, \"description_html\": \"JohnStamosgemPin description\", \"repin_count\":
832
+ 0, \"tracked_link\": \"http:\\/\\/johnstamosgem.com\\/\", \"created_at\":
833
+ \"Sun, 04 Aug 2013 22:37:58 +0000\", \"embed\": null, \"is_video\": false},
834
+ \"error_strategy\": 0, \"resource\": {\"name\": \"PinResource\", \"options\":
835
+ {\"bookmarks\": [\"-end-\"], \"id\": \"412149803369441273\", \"view_type\":
836
+ \"detailed\"}}, \"name\": \"Closeup\", \"options\": {}}}, \"uid\": \"App-42\"},
837
+ \"canDebug\": false, \"requireJsPaths\": {}, \"isLoggedIn\": false};\n P.available.declare();\n
838
+ \ </script>\n</body>\n</html>"
327
839
  http_version:
328
- recorded_at: Wed, 14 Aug 2013 23:08:54 GMT
840
+ recorded_at: Fri, 16 Aug 2013 23:48:39 GMT
329
841
  recorded_with: VCR 2.5.0