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:52 GMT
25
+ - Fri, 16 Aug 2013 23:48:36 GMT
43
26
  Pinterest-Breed:
44
27
  - CORGI
45
28
  Pinterest-Generated-By:
46
- - ngapp-fec1b544
29
+ - ngapp-7af672fe
47
30
  Pinterest-Version:
48
- - 419b911
31
+ - 559a34d
49
32
  Server:
50
33
  - nginx
51
34
  Set-Cookie:
52
- - _pinterest_sess="eJzzMUv08Sh3d3Y08k7Jd8qNCM3z1jYyTUlySva1tY8vycxNtfUN8TX2ywqt9A1JrvJNt7VVK04tLs5MsfXMjayKCvE0jgr3NY1yCTWNzAo0igxJBtIpGX5Gvib+ISkZkSGeplHuQTmeQH0AVfQivQ==";
53
- Domain=.pinterest.com; expires=Sat, 09-Aug-2014 23:08:52 GMT; Max-Age=31103999;
35
+ - _pinterest_sess=eJzzSbL09Krw9EouKPTzTolKTS3UL00LNPQOMDSxtY8vycxNtfUN8TX2y4o09cvKrvBLt7VVK04tLs5MsfXM9cvyzQo0jcxKNvDNcsqKzAqsjKwKNPUND8qJyvWtjMwNNY4M8cvxrXLL8QTqAwCcuiRf;
36
+ Domain=.pinterest.com; expires=Mon, 11-Aug-2014 23:48:36 GMT; Max-Age=31103999;
54
37
  Path=/
55
- - csrftoken=HlMU6dQzo0RXRUrJHD2sEMEz14O61DmL; Domain=.pinterest.com; expires=Wed,
56
- 13-Aug-2014 23:08:52 GMT; Max-Age=31449600; Path=/
38
+ - csrftoken=yWqNX2gpuPSMGheFi15DrGLaHjoLmaWB; Domain=.pinterest.com; expires=Fri,
39
+ 15-Aug-2014 23:48:36 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
- - '1241205418'
63
- Content-Length:
64
- - '11539'
45
+ - '1433629381'
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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
- 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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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
- VCHjqjXg2H6KfM/qWnt7e9bA+ukna2WAo32M48exDwvt4Ichi3/3vXRi/etf
89
- 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
- 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
- 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
- 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
- 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
- LJkG7mVj02B9e2tzc7s7bH8Ey0DvQrFLTOMEAAXMTqNsOLH9YRTewUTxkbpJ
95
- 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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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
- 7f5gY+TtjLpbw0H742zcsjw3dW2Y7P2F+GVxoGBHTyUO1diyTgUs0ScaX0qn
105
- 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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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
- BcBKey0+NK2im6URrCyzgKW4+IMvaEmsRxy3zr7O1GIwE9/zWKgNxqRk/sLu
125
- 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
- A6Oww25eSk+ujA5wxNE7zfmaP9CiCxDB9YOagPAETZT93NTd7bj7xj5ErhD4
127
- oE2OoGBXIwnX+DaE6ZocEC8mSoOquq/dcJyBr/aGhZk2MeoLe1tAMRRXc93Q
128
- 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
- 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
- nvPVAriaWoPP9FM4SGZPAUiOkqHkVCCwqOgspb6cAmilh8Usd+KOE21IWGD3
131
- 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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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
- oH+M/LDTmr8o/Qp1BLefuJ/8MYimeBT/EcarZMGPRX2+HCOL1ixdBWy7tzV/
141
- +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
- 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
- sHs7ZQ2kLkbKPzoqFDt87V9K5VTdpPJn/fu5Ch8D99nUksxCCKASywcjJvx8
144
- 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
- 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
- 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
- Dwpj+a7MYgxzDrPUcUgTykiSFAy3mH02VXVTS55erVtUZ8WbRmlVQLoJIa/Y
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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
- VqlJdUeqF1M9whKSBoHMR4UgZ/5wAoRXwgVcEJRyu7+m8eEcy7n4pyaIbHa/
155
- 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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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
- j2KGqeBjaAooRHgyhY+CjkG/9OMk5Qf/aST8Agc6N0NOLAZyeTgwaVu0282s
192
- jzQyawRiRAdUriYRpjNm4XDSVqcLuNkzpusVQniY8wk/L+PlAs8ZCVmZxDzj
193
- rzlQf3h5ZPIWkhRPaDCTyQZBBELJb9OAiof4aInneuUj+BxbXAAVL/kkWMkE
194
- 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
- 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
- eMDw0Dj8Bw+y45IJbAgqjRAMSasSwYRSTTh5p2CI4Q1kQwZLHddswMPpQ+uN
197
- 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
- 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
- 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
- wfsmzZf8jsWVP7+0EH/kLf4LfnShK360GR56N1wMKAbm5MWtf3zhv29aynsV
201
- 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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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
- 2m/3MDDK4aUQmTsex2ycMxiYsEUBt5JDz8EwAX8rn8xJ/reSZRiAork7WQjM
215
- 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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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
- kUupX6WVO/OXU8ONIQ95cggIcFMVlvdZUAzgtUWWybvERPPGoJXs++4YO5iB
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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
- 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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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
- zFHAL8qVYmLI7ebSLISBWYf87TJUQTK7t95gMt7xGwqXoBzej2s6SHhe+Va0
274
- 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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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
- K2AjvFSePkZZzbBFRlO1amkY+8wXeujVjF8uFAKNOvbaxn2IACWMNZOA3teR
285
- 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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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
326
- nUHkXeN/cfL3/x+/0NPl0uUAAA==
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(\"739187729120\");\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:52 GMT
840
+ recorded_at: Fri, 16 Aug 2013 23:48:36 GMT
329
841
  recorded_with: VCR 2.5.0