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,280 +7,673 @@ 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:03 GMT
25
+ - Fri, 16 Aug 2013 23:48:32 GMT
43
26
  Pinterest-Breed:
44
27
  - CORGI
45
28
  Pinterest-Generated-By:
46
- - ngapp-d9c83cd8
29
+ - ngapp-ee90bbc2
47
30
  Pinterest-Version:
48
- - 419b911
31
+ - 559a34d
49
32
  Server:
50
33
  - nginx
51
34
  Set-Cookie:
52
- - _pinterest_sess="eJwrzzEJSAr2CSr3sdR2zvPyKDPID01yyzXWdgy1tY8vycxNtfUN8TX2ywqt9A2JNPEtt7VVK04tLs5MsfXMCiyPcvE09nePyvEPCTSMygqs9A+JyvCrijTyNQrL9HMPrPJziTSICnE08ky3tQUAZCIiwA==";
53
- Domain=.pinterest.com; expires=Sat, 09-Aug-2014 23:08:03 GMT; Max-Age=31103999;
35
+ - _pinterest_sess="eJwzy3IzzTEIzvaqyHZLLstI8kyvCCsN9q7yjsi3tY8vycxNtfUN8TX2y4o09cvKrvBNt7VVK04tLs5MsfXMDa3yrQo09DMKrfANCa3wywo0iAzxNY0KSTb0c/fKjMx1NfIPD8r0qwo19gTqAwDH9SQh";
36
+ Domain=.pinterest.com; expires=Mon, 11-Aug-2014 23:48:32 GMT; Max-Age=31103999;
54
37
  Path=/
55
- - csrftoken=BQFlC5Ao52U6OrWeWjNV6sPjkTSmqFYi; Domain=.pinterest.com; expires=Wed,
56
- 13-Aug-2014 23:08:03 GMT; Max-Age=31449600; Path=/
38
+ - csrftoken=FrabmHWkexfGPpT7qeVSFCwx80nenB7Z; Domain=.pinterest.com; expires=Fri,
39
+ 15-Aug-2014 23:48:32 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
- - '2007104202'
63
- Content-Length:
64
- - '9628'
45
+ - '2072366319'
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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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- +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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 8y8d38MJoZ1EUYaGDyTtPtKCItKaHvb30utwcAyKuux96fGbo/0OavMlFTSB
108
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- +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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- U1cBu93bmD19YVE9EGlPYKzKYAHrZD6BFlXWCCcQNfRIihVZb7WiOYlaYru3
139
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 6N2vWwv6Ep1YOKqbXGdPqhaLCquZ4kiX3NlH4AfA30za0fl3e1XzrWrZUXR3
149
- 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
- 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
- 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
- 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
- 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
- 7dXNiqiTje7sfwiJGnk2vgiNbq4H6BPVi2mGVjBo/NSoI4xzgxEGDwfVYebZ
155
- CfbCy3zGlxLQXci9BWJvnU02frpb2f1FR1Wb5iZ6hoobY613LL2ots5nEDbT
156
- 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
- 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
- +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
- 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
- 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
- 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
- dqHd2GEkBKu1S2cQQHR+hXIC4Q6Kub0WRPHAoqc6ihXmRhzPT+OAXT8HlENe
163
- 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
- 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
- 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
- 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
- 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
- PJkjlql44qh6CGMUB9OUBtQgw3qvaZc2oTwcYsDuOCSunUcXPNTwo1gtEAcE
169
- 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
- j6hDqFWR99ihXOosJ0XGZJGz/R87DseCzn/sEkfx957nJej0Ql0C4jCZgL0l
171
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Ti4NKQ5mZ+jDEASh9hPnil0jH2jTuxiMmR9OuRBf+RsV6AWNpItcyxMX6Qdp
182
- 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
- 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
- ie2U8NG7FcMA+Dzgbp7c+seN+H3b0vJ1KFACf1F+FIstcpD68kZ+3LYQMh7V
185
- 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
- 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
- +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
- 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
- e8yUSuIF+jep6w9dsQ2lQLIA/yaa0MYNpV7BzHCjMLiuquVxHrs4JcjOE7PL
190
- 88/dz12bb+BVY6HiEBeqviSauLipzpUeFRE8HAou3QAxZMW72CjehCAPLebN
191
- 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
- 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
- NSReqiGxAAI/ljP3wBbdr4Ald2WZrH4ffo38YbaowObtU+X7tH7pezy6c/Oi
194
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- YjHRPw27FA9swVTvj8JpXIr9mM3fs6UF2tBCvTzDJf86Y6W2XwRZYFr5Kc1g
205
- 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
- 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
- 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
- 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
- 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
- gNeRu0w+pjaatxavVNv3x9jFHRgXIqL4MLjTZoTfo+n3psGP7stu/+TseyMJ
211
- AzGJfO+eiO4JKN8b2cQfjF0RE6PNHXji8w6YVyqEDwD7FMa3gFs4KRYYtTj3
212
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Rvgo6U1rxOTS/fvppC+st4977d7q1vrG5tZ6e0OYesm03xf3B6mezRIuxqjW
240
- 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
- 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
- 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
- 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
- PF16XnzGCR9ycSGeTDFiboNyS5k/EUEXtI6y4rI/sLii2B/U801sgHBOxX0a
245
- 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
- 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
- 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
- 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
- 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
- XdfUsC9/kbcRD0P5FgdiI9mSozOHv9XYmlgZTxTbA7RQmfg6VVCvLwPKxoL0
251
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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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=\"/johnstamosgem/\">\n <!--[if IE]><link
87
+ 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>John Stamosgem (johnstamosgem) on Pinterest</title>\n\n \n
94
+ \ <meta property=\"og:url\" name=\"og:url\" content=\"http://pinterest.com/johnstamosgem/\"
95
+ data-app>\n \n <meta property=\"og:title\" name=\"og:title\" content=\"John
96
+ Stamosgem (johnstamosgem)\" data-app>\n \n <meta property=\"description\"
97
+ name=\"description\" content=\"John Stamosgem is using Pinterest, an online
98
+ pinboard to collect and share what inspires you.\" data-app>\n \n <meta
99
+ property=\"pinterestapp:boards\" name=\"pinterestapp:boards\" content=\"1\"
100
+ data-app>\n \n <meta property=\"pinterestapp:following\" name=\"pinterestapp:following\"
101
+ content=\"5\" data-app>\n \n <meta property=\"og:type\" name=\"og:type\"
102
+ content=\"profile\" data-app>\n \n <meta property=\"og:description\"
103
+ name=\"og:description\" content=\"John Stamosgem is using Pinterest, an online
104
+ pinboard to collect and share what inspires you.\" data-app>\n \n <meta
105
+ property=\"pinterestapp:about\" name=\"pinterestapp:about\" content=\"This
106
+ is the johnstamos about content.\" data-app>\n \n <meta property=\"pinterestapp:followers\"
107
+ name=\"pinterestapp:followers\" content=\"0\" data-app>\n \n <meta
108
+ property=\"pinterestapp:pins\" name=\"pinterestapp:pins\" content=\"1\" data-app>\n
109
+ \ </head><body>\n <div id=\"fb-root\"></div>\n<script>\n window.fbAsyncInit
110
+ = function() {\n \n \n FB.init({\n appId: '274266067164',\n
111
+ \ status: true\n });\n window.fbApiInit = true;\n P.FB = FB;\n
112
+ \ };\n\n \n (function(d, s, id){\n var js, fjs = d.getElementsByTagName(s)[0];\n
113
+ \ if (d.getElementById(id)) {return;}\n js = d.createElement(s); js.id
114
+ = id;\n js.src = \"//connect.facebook.net/en_US/all.js\";\n fjs.parentNode.insertBefore(js,
115
+ fjs);\n }(document, 'script', 'facebook-jssdk'));\n\n P.FBEnsureInit =
116
+ function(callback) {\n if (!window.fbApiInit) {\n setTimeout(function()
117
+ {\n P.FBEnsureInit(callback);\n }, 50);\n } else
118
+ {\n if (callback) {\n callback();\n }\n }\n
119
+ \ }\n</script><div class=\"App full Module\" id=\"App-30\">\n\n\n\n\n\n\n\n
120
+ \ <div class=\"Header Module\" id=\"Header-1\"><div class=\"headerBackground\"></div>\n\n\n\n<div
121
+ class=\"headerContainer centeredWithinWrapper \">\n <div class=\"leftHeaderContent\">\n
122
+ \ \n \n \n <div class=\"categoriesButton
123
+ DropdownButton Module\" id=\"DropdownButton-6\">\n\n\n<button type=\"button\"
124
+ class=\"rounded default Button Module primaryOnHover btn categories\" id=\"Button-9\">\n\n\n<em></em>\n<span
125
+ class=\"accessibilityText\">Categories</span></button></div>\n\n <div
126
+ class=\"ui-SearchForm Module\" id=\"ui-SearchForm-7\">\n<form action=\"/search/\"
127
+ method=\"GET\" name=\"search\">\n <div class=\"search Module ui-TypeaheadField\"
128
+ id=\"ui-TypeaheadField-10\">\n\n\n\n\n\n\n\n\n\n\n\n <input type=\"text\"
129
+ name=\"q\"\n value=\"\" placeholder=\"Search\"\n autocomplete=\"off\"
130
+ \ class=\"field\" />\n\n<div class=\"search hidden ui-Typeahead Module\" id=\"ui-Typeahead-11\">\n\n
131
+ \ \n\n\n\n\n\n\n<ul class=\"results\"></ul></div></div>\n <button class=\"submit\"
132
+ type=\"submit\">Search</button>\n</form></div>\n </div>\n\n <div>\n
133
+ \ <a href=\"/\" id=\"logo\" class=\"logo\" data-force-refresh=\"1\">Pinterest</a>\n\n
134
+ \ \n </div>\n\n\n \n\n <div class=\"rightHeaderContent\">\n
135
+ \ \n <div class=\"unauthActions\">\n <div
136
+ class=\"LanguageMenu Module\" id=\"LanguageMenu-8\">\n \n\n\n<div class=\"DropdownButton
137
+ Module\" id=\"DropdownButton-12\">\n\n\n<button type=\"button\" class=\"rounded
138
+ default Button Module langaugeButton hasText btn\" id=\"Button-13\">\n\n\n<span
139
+ class=\"buttonText\">English (US)</span>\n </button></div></div>\n
140
+ \ </div>\n \n </div>\n</div></div>\n <div class=\"ScrollToTop
141
+ Pillow Module\" id=\"ScrollToTop-2\">\n\n<button>\n \n <div class=\"textContainer\">Scroll
142
+ to&nbsp;Top</div>\n</button></div>\n\n<div class=\"appContent\">\n <div
143
+ class=\"mainContainer\">\n \n <div class=\"Nags Module\"
144
+ id=\"Nags-3\">\n\n\n\n\n\n\n\n \n \n \n \n \n
145
+ \ \n \n <!--[if lt IE 8]><div class=\"NagBase Module centeredWithinWrapper\"
146
+ id=\"NagBase-14\">\n\n\n\n\n\n\n\n \n <div class=\"message\">Wups, your
147
+ browser's a little out of date! <a href=\"http://windows.microsoft.com/en-US/internet-explorer/download-ie\">Update
148
+ it now</a> or <a href=\"http://whatbrowser.org/\">try another browser</a>
149
+ for a faster, smoother Pinterest.</div>\n\n\n\n\n <button type=\"button\"
150
+ class=\"default Button nagClose Module borderless\" id=\"Button-16\">\n\n\n\n
151
+ \ &nbsp;</button>\n</div><![endif]-->\n \n <div class=\"NagUnauth
152
+ NagBase Module centeredWithinWrapper\" id=\"NagUnauth-15\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div
153
+ class=\"message\">\n <p class=\"messageContent\">\n \n <strong>Pinterest
154
+ is an online pinboard.</strong> Organize and share the things you love.\n
155
+ \ \n </p>\n\n \n <div class=\"facepileWrapper hidden\">\n <iframe
156
+ class=\"fbIframe\" src=\"http://www.facebook.com/plugins/facepile.php?app_id=274266067164&size=small&max_rows=1\"
157
+ scrolling=\"no\" frameborder=\"0\" allowTransparency=\"true\"></iframe>\n
158
+ \ </div>\n <div class=\"buttonsWrapper\">\n \n \n\n <a
159
+ href=\"/join/\" type=\"button\" class=\"rounded JoinButton NavigateButton
160
+ Button primary Module joinButton unauthNagButton hasText btn\" id=\"JoinButton-17\">\n\n\n<span
161
+ class=\"buttonText\">Join Pinterest</span>\n </a>\n <a href=\"/login/\"
162
+ type=\"button\" class=\"rounded NavigateButton default Button loginButton
163
+ unauthNagButton Module hasText LoginButton btn\" id=\"LoginButton-18\">\n\n\n<span
164
+ class=\"buttonText\">Log in</span>\n </a>\n </div>\n</div></div>\n
165
+ \ \n \n</div>\n \n <div class=\"UserProfilePage Module\"
166
+ id=\"UserProfilePage-4\">\n\n\n\n\n<div class=\"UserProfileHeader Module\"
167
+ id=\"UserProfileHeader-19\">\n\n\n\n\n\n\n\n<div class=\"header\">\n <div
168
+ class=\"userProfileImage\"><img src=\"http://media-cache-ec0.pinimg.com/avatars/johnstamosgem_1375988759_140.jpg\"
169
+ class=\"profileImage\" style=\"\"alt=\"John Stamosgem\">\n\n </div>\n\n
170
+ \ <div class=\"userInformation\">\n <h2 class=\"userProfileHeaderName\">John
171
+ Stamosgem</h2>\n\n <p class=\"userProfileHeaderBio\">This is the johnstamos
172
+ about content.</p>\n\n <ul class=\"userProfileHeaderLocationAndLinks\">\n
173
+ \ \n <li class=\"userProfileHeaderLocationWrapper\">\n
174
+ \ <span class=\"locationIcon\"></span>\n California\n
175
+ \ </li>\n \n \n \n <li
176
+ class=\"websiteWrapper separator\">\n <a href=\"http://johnstamos.com/\"
177
+ target=\"_blank\"\n class=\"website \">\n johnstamos.com\n
178
+ \ \n </a>\n </li>\n
179
+ \ \n \n \n </ul>\n \n </div>\n
180
+ \ \n</div>\n\n</div>\n\n\n\n\n\n<div class=\"gridWidth UserInfoBar InfoBarBase
181
+ Module centeredWithinWrapper\" id=\"UserInfoBar-20\">\n\n\n\n\n\n\n\n\n\n\n\n
182
+ \ \n \n \n <button type=\"button\" class=\"UserFollowButton
183
+ btn rounded Button primary Module hasText notNavigatable ui-FollowButton\"
184
+ id=\"UserFollowButton-22\">\n\n\n \n \n \n\n\n\n\n\n<span class=\"buttonText\">Follow
185
+ All</span>\n \n</button>\n \n\n\n<ul class=\"userStats\">\n \n\n
186
+ \ <li>\n <a href=\"/johnstamosgem/boards/\" type=\"button\" class=\"NavigateButton
187
+ default Button Module hasText borderless active BoardCount\" id=\"BoardCount-23\">\n\n\n\n\n\n\n\n<span
188
+ class=\"buttonText\">\n \n \n\n \n \n \n \n
189
+ \ 1 Board</span>\n </a>\n </li>\n <li>\n <a href=\"/johnstamosgem/pins/\">\n
190
+ \ \n \n \n\n \n \n \n \n 1
191
+ Pin\n </a>\n </li>\n <li>\n <a href=\"/johnstamosgem/likes/\">\n
192
+ \ \n \n \n\n \n \n \n \n 1
193
+ Like\n </a>\n </li>\n</ul>\n\n<ul class=\"followersFollowingLinks\">\n
194
+ \ <li>\n <a href=\"/johnstamosgem/followers/\" type=\"button\" class=\"FollowerCount
195
+ NavigateButton default Button Module hasText borderless\" id=\"FollowerCount-24\">\n\n\n\n\n\n\n\n\n<span
196
+ class=\"buttonText\">\n \n \n \n \n\n \n \n \n
197
+ \ \n 0 Followers</span>\n </a>\n </li>\n <li>\n
198
+ \ <a href=\"/johnstamosgem/following/\" >\n \n \n \n\n
199
+ \ \n \n \n \n 5 Following\n </a>\n
200
+ \ </li>\n</ul></div>\n\n<div class=\"UserProfileContent Module\" id=\"UserProfileContent-21\">\n\n\n\n\n\n
201
+ \ \n\n\n\n\n\n \n \n <div class=\"UserBoards Module\" id=\"UserBoards-25\">\n\n\n\n\n\n\n\n\n<div
202
+ class=\"Grid Module\" id=\"Grid-26\"><div class=\"fixedHeightLayout padItems
203
+ GridItems Module centeredWithinWrapper\" id=\"GridItems-27\">\n\n\n\n\n\n\n
204
+ \ \n\n\n \n\n\n\n\n\n \n\n\n \n\n\n\n \n \n\n \n \n
205
+ \ <div class=\"item \" >\n \n \n <div
206
+ class=\"noContext Board Module boardCoverImage\" id=\"Board-28\">\n\n\n\n\n\n\n\n
207
+ \ \n \n \n\n \n \n \n \n \n \n \n <a href=\"/johnstamosgem/johnstamosgemboard/\"
208
+ class=\"boardLinkWrapper\">\n \n \n <h3 class=\"boardName\">\n
209
+ \ <div class=\"icons\">\n \n \n </div>\n\n
210
+ \ \n \n \n JohnStamosgemBoard\n
211
+ \ \n </h3>\n <div class=\"boardCoverWrapper\">\n \n\n
212
+ \ <span class=\"hoverMask\"></span>\n \n\n \n
213
+ \ <img src=\"http://media-cache-ak0.pinimg.com/216x146/ee/39/6e/ee396ebad5cffd3f8f6e83b5fd9f07cb.jpg\"
214
+ class=\"boardCover\">\n <span class=\"boardPinCount\">\n \n
215
+ \ \n \n\n \n \n \n \n 1 pin\n
216
+ \ </span>\n </div>\n\n <ul class=\"boardThumbs\">\n
217
+ \ \n <li>\n \n <span
218
+ class=\"hoverMask\"></span>\n \n </li>\n
219
+ \ \n <li>\n \n <span
220
+ class=\"hoverMask\"></span>\n \n </li>\n
221
+ \ \n <li>\n \n <span
222
+ class=\"hoverMask\"></span>\n \n </li>\n
223
+ \ \n <li>\n \n <span
224
+ class=\"hoverMask\"></span>\n \n </li>\n
225
+ \ \n </ul>\n\n \n </a>\n \n\n \n \n
226
+ \ \n <button type=\"button\" class=\"btn rounded default
227
+ Button boardFollowUnfollowButton hasText Module BoardFollowButton notNavigatable
228
+ ui-FollowButton\" id=\"BoardFollowButton-29\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n
229
+ \ \n \n\n\n\n\n\n<span class=\"buttonText\">Follow</span>\n \n</button>\n
230
+ \ \n \n \n \n \n\n\n</div>\n \n </div>\n
231
+ \ \n\n</div>\n\n</div>\n\n\n</div>\n \n</div></div>\n </div>\n <div
232
+ class=\"appendedContainer\">\n </div>\n</div>\n\n\n\n<div class=\"NagNoScript
233
+ NagBase Module centeredWithinWrapper\" id=\"NagNoScript-5\">\n\n\n\n\n\n<noscript>\n
234
+ \ \n\n\n\n\n\n\n\n \n <div class=\"message\">Oh no! Pinterest doesn't
235
+ work unless you <a href=\"http://enable-javascript.com/\" rel=\"nofollow\">turn
236
+ on JavaScript.</a></div>\n\n\n\n\n <style>\n .NagBase {\n display:
237
+ none;\n }\n </style>\n</noscript></div></div> \n\n \n <script>\n
238
+ \ P.setFacebookKey(274266067164);\n P.setContext({\"app_version\":
239
+ \"559a34d\"});\n P.setStrings({\"formURLNotValid\": \"Not a valid url.\",
240
+ \"google\": \"Gmail\", \"resendConfirmationEmailNoOp\": \"Your account has
241
+ already been confirmed.\", \"formFieldRequired\": \"Required\", \"oneNewPin\":
242
+ \"1 new pin\", \"errorMessage\": \"Sorry! Something went wrong on our end!\",
243
+ \"passwordBlackPasswordStr\": \"Please try using a stronger password\", \"gplusContact\":
244
+ \"Google\", \"offsiteInvalidToken\": \"Sorry! This redirect link has expired.\",
245
+ \"popupErrorMessage\": \"You must enable popups!\", \"successInviteSentToEmail\":
246
+ \"Success! Invitation sent to <%= email %>\", \"emailAddress\": \"Email address\",
247
+ \"yahoo\": \"Yahoo\", \"facebookContact\": \"Facebook\", \"cancel\": \"Cancel\",
248
+ \"passwordSamePasswordStr\": \"Password and username can't match\", \"savePinTutorial\":
249
+ \"Want to save this pin for yourself? Go ahead and Pin it.\", \"connectError\":
250
+ \"Couldn't connect. You must authorize Pinterest.\", \"facebookAccountDoesntMatch\":
251
+ \"Oops! Your account is linked to a different Facebook account than the one
252
+ you're logged into now.\", \"createFirstBoard\": \"Collect your pins onto
253
+ boards. Create just a few or a whole bunch.\", \"passwordGoodPasswordStr\":
254
+ \"Great!\", \"removePinner\": \"Remove Pinner\", \"emailUpdated\": \"Your
255
+ email has been updated.\", \"gplus\": \"Google+\", \"pickEmailAddress\": \"Enter
256
+ an email address\", \"blockPinner\": \"Block Pinner\", \"resendConfirmationEmailSuccess\":
257
+ \"Thanks! You should receive a confirmation email soon.\", \"passwordTooShort\":
258
+ \"Too short\", \"formEmailNotValid\": \"Not a valid email.\", \"emailTo\":
259
+ \"Email to {{ email_address }}\", \"inviteMessage\": \"Join me on Pinterest!\",
260
+ \"passwordMustBeSet\": \"A password must be set before unlinking.\", \"newPins\":
261
+ \"new pins\", \"removeBounceNag\": \"Got it! Make sure your inbox isn't full
262
+ so that our emails can find their way to you.\", \"continue\": \"Continue\",
263
+ \"ok\": \"Ok\", \"error\": \"Error\", \"suggestedUsername\": \"Suggested username\",
264
+ \"facebook\": \"Facebook\", \"errorTitle\": \"Whoops!\", \"passwordBadStyle\":
265
+ \"Not proper style\", \"fellowPinner\": \"Fellow Pinner\"});\n P.setPageInfo(null);\n
266
+ \ P.setRoutes([{\"named\": {\"name\": 0, \"method\": 1}, \"resource_method\":
267
+ \"${method}\", \"resource\": {\"name\": \"${name}\", \"options\": \"?{options}\"},
268
+ \"url\": \"^\\/resource\\/([^\\/]+)\\/([^\\/]+)\\/$\", \"allow_full_page\":
269
+ false, \"module\": \"?{module_name}\", \"options\": \"?{module_options}\",
270
+ \"append\": \"?{append}\"}, {\"named\": {\"name\": 0}, \"resource\": {\"name\":
271
+ \"?{resource_name}\", \"options\": \"?{options}\"}, \"url\": \"^\\/module\\/([^\\/]+)\\/$\",
272
+ \"allow_full_page\": false, \"module\": \"${name}\", \"error_strategy\": \"?{error_strategy}\",
273
+ \"options\": \"?{module_options}\", \"append\": \"?{append}\"}, {\"url\":
274
+ \"^\\/search\\/$\", \"named\": {}, \"resource\": {\"name\": \"BaseSearchResource\",
275
+ \"options\": {\"scope\": \"pins\", \"query\": \"?{q}\"}}, \"options\": {\"scope\":
276
+ \"pins\", \"query\": \"?{q}\"}, \"module\": \"SearchPage\"}, {\"url\": \"^\\/search\\/([^\\/]+)\\/$\",
277
+ \"named\": {\"scope\": 0}, \"resource\": {\"name\": \"BaseSearchResource\",
278
+ \"options\": {\"scope\": \"${scope}\", \"show_scope_selector\": true, \"query\":
279
+ \"?{q}\"}}, \"options\": {\"scope\": \"${scope}\", \"query\": \"?{q}\"}, \"module\":
280
+ \"SearchPage\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/$\", \"https_if_unauth\":
281
+ true, \"module\": \"HomePage\", \"content_only_if_unauth\": true, \"deep_link\":
282
+ \"pinterest:\\/\\/\", \"options\": {\"tab\": \"following\", \"from_fast_follow\":
283
+ \"?{ff}\"}}, {\"require_authentication\": true, \"named\": {}, \"resource\":
284
+ {}, \"url\": \"^\\/home\\/picked_for_you\\/$\", \"options\": {\"tab\": \"picked_for_you\"},
285
+ \"module\": \"HomePage\"}, {\"url\": \"^\\/categories\\/$\", \"named\": {},
286
+ \"resource\": {}, \"options\": {}, \"module\": \"CategoriesPage\"}, {\"url\":
287
+ \"^\\/categories\\/([^\\/]+)\\/$\", \"named\": {\"category\": 0}, \"resource\":
288
+ {}, \"options\": {\"feed\": \"${category}\", \"is_category\": true}, \"module\":
289
+ \"FeedPage\"}, {\"url\": \"^\\/all\\/$\", \"named\": {}, \"resource\": {},
290
+ \"options\": {\"feed\": \"everything\", \"scope\": \"?{scope}\"}, \"module\":
291
+ \"FeedPage\"}, {\"url\": \"^\\/all\\/([^\\/]+)\\/$\", \"named\": {\"category\":
292
+ 0}, \"resource\": {}, \"options\": {\"feed\": \"${category}\", \"is_category\":
293
+ true, \"scope\": \"?{scope}\"}, \"module\": \"FeedPage\"}, {\"url\": \"^\\/popular\\/$\",
294
+ \"named\": {}, \"resource\": {}, \"options\": {\"feed\": \"popular\", \"scope\":
295
+ \"?{scope}\"}, \"module\": \"FeedPage\"}, {\"url\": \"^\\/gifts\\/$\", \"named\":
296
+ {}, \"resource\": {}, \"options\": {\"feed\": \"gifts\", \"scope\": \"?{scope}\"},
297
+ \"module\": \"FeedPage\"}, {\"url\": \"^\\/videos\\/$\", \"named\": {}, \"resource\":
298
+ {}, \"options\": {\"feed\": \"videos\", \"scope\": \"?{scope}\"}, \"module\":
299
+ \"FeedPage\"}, {\"url\": \"^\\/picked_for_you\\/$\", \"named\": {}, \"resource\":
300
+ {}, \"options\": {\"feed\": \"recommendations\"}, \"module\": \"FeedPage\"},
301
+ {\"url\": \"^\\/annotations\\/([^\\/]+)\\/([^\\/]+)\\/$\", \"named\": {\"annotation\":
302
+ 0, \"board\": 1}, \"resource\": {\"name\": \"BoardAnnotationResource\", \"options\":
303
+ {\"board_id\": \"${board}\"}}, \"options\": {\"board_id\": \"${board}\", \"annotation\":
304
+ \"${annotation}\"}, \"module\": \"AnnotationFeedPage\"}, {\"url\": \"^\\/interests\\/([^\\/]+)\\/$\",
305
+ \"named\": {\"interest\": 0}, \"resource\": {}, \"options\": {\"interest\":
306
+ \"${interest}\"}, \"module\": \"InterestFeedPage\"}, {\"require_authentication\":
307
+ true, \"named\": {\"domain\": 0}, \"resource\": {}, \"url\": \"^\\/source\\/([^\\/]+)\\/$\",
308
+ \"options\": {\"domain\": \"${domain}\", \"feed_item_type\": \"most_recent\"},
309
+ \"module\": \"DomainFeedPage\"}, {\"require_authentication\": true, \"named\":
310
+ {\"domain\": 0}, \"resource\": {}, \"url\": \"^\\/source\\/([^\\/]+)\\/top\\/repins\\/$\",
311
+ \"options\": {\"domain\": \"${domain}\", \"feed_item_type\": \"most_repinned\",
312
+ \"aggregation\": \"?{aggregation}\", \"end_date\": \"?{end_date}\"}, \"module\":
313
+ \"DomainFeedPage\"}, {\"require_authentication\": true, \"named\": {\"domain\":
314
+ 0}, \"resource\": {}, \"url\": \"^\\/source\\/([^\\/]+)\\/top\\/clicks\\/$\",
315
+ \"options\": {\"domain\": \"${domain}\", \"feed_item_type\": \"most_clicked\",
316
+ \"aggregation\": \"?{aggregation}\", \"end_date\": \"?{end_date}\"}, \"module\":
317
+ \"DomainFeedPage\"}, {\"require_authentication\": true, \"named\": {\"domain\":
318
+ 0}, \"resource\": {}, \"url\": \"^\\/source\\/([^\\/]+)\\/trending\\/$\",
319
+ \"options\": {\"domain\": \"${domain}\", \"feed_item_type\": \"trending\"},
320
+ \"module\": \"DomainFeedPage\"}, {\"require_authentication\": true, \"named\":
321
+ {}, \"resource\": {}, \"url\": \"^\\/find_friends\\/$\", \"options\": {},
322
+ \"module\": \"FindFriendsPage\"}, {\"require_authentication\": true, \"named\":
323
+ {}, \"resource\": {}, \"url\": \"^\\/find_friends\\/facebook\\/$\", \"options\":
324
+ {\"tab\": \"facebook\"}, \"module\": \"FindFriendsPage\"}, {\"require_authentication\":
325
+ true, \"named\": {}, \"resource\": {}, \"url\": \"^\\/find_friends\\/twitter\\/$\",
326
+ \"options\": {\"tab\": \"twitter\"}, \"module\": \"FindFriendsPage\"}, {\"require_authentication\":
327
+ true, \"named\": {}, \"resource\": {}, \"url\": \"^\\/find_friends\\/invite\\/$\",
328
+ \"options\": {\"focus\": \"invite\"}, \"module\": \"FindFriendsPage\"}, {\"require_authentication\":
329
+ true, \"named\": {}, \"resource\": {\"name\": \"FeedEditorPageResource\"},
330
+ \"url\": \"^\\/edit_home\\/$\", \"options\": {\"tab\": \"follow_boards\"},
331
+ \"module\": \"FeedEditorPage\"}, {\"require_authentication\": true, \"named\":
332
+ {}, \"resource\": {\"name\": \"FeedEditorPageResource\"}, \"url\": \"^\\/edit_home\\/follow_boards\\/$\",
333
+ \"options\": {\"tab\": \"follow_boards\"}, \"module\": \"FeedEditorPage\"},
334
+ {\"require_authentication\": true, \"named\": {}, \"resource\": {\"name\":
335
+ \"FeedEditorPageResource\"}, \"url\": \"^\\/edit_home\\/unfollow_boards\\/$\",
336
+ \"options\": {\"tab\": \"unfollow_boards\"}, \"module\": \"FeedEditorPage\"},
337
+ {\"named\": {}, \"resource\": {}, \"url\": \"^\\/offsite\\/$\", \"content_only\":
338
+ true, \"options\": {\"url\": \"?{url}\", \"pin_id\": \"?{pin}\", \"token\":
339
+ \"?{token}\"}, \"module\": \"OffsitePage\"}, {\"named\": {}, \"resource\":
340
+ {}, \"url\": \"^\\/logout\\/\", \"content_only\": true, \"options\": {}, \"module\":
341
+ \"LogoutPage\"}, {\"named\": {}, \"resource\": {}, \"https\": true, \"url\":
342
+ \"^\\/login\\/$\", \"content_only\": true, \"options\": {\"next\": \"?{next}\"},
343
+ \"module\": \"LoginPage\"}, {\"named\": {}, \"resource\": {}, \"https\": true,
344
+ \"url\": \"^\\/login\\/reset\\/$\", \"content_only\": true, \"options\": {\"username_or_email\":
345
+ \"?{username_or_email}\"}, \"module\": \"PasswordResetOneClick\"}, {\"redirect\":
346
+ \"\\/\", \"named\": {}, \"resource\": {}, \"url\": \"^\\/join\\/signup\\/\",
347
+ \"options\": {}, \"module\": \"\"}, {\"redirect\": \"\\/\", \"named\": {},
348
+ \"resource\": {}, \"url\": \"^\\/signup\\/\", \"options\": {}, \"module\":
349
+ \"\"}, {\"named\": {\"network\": 0}, \"resource\": {}, \"https\": true, \"url\":
350
+ \"^\\/join\\/register\\/([^\\/]+)\\/\", \"content_only\": true, \"options\":
351
+ {\"network\": \"${network}\"}, \"module\": \"UserRegisterPage\"}, {\"named\":
352
+ {}, \"resource\": {}, \"https\": true, \"url\": \"^\\/join\\/register\\/\",
353
+ \"content_only\": true, \"options\": {\"register\": true}, \"module\": \"LoginPage\"},
354
+ {\"named\": {}, \"resource\": {}, \"https\": true, \"url\": \"^\\/join\\/.*$\",
355
+ \"content_only\": true, \"options\": {\"invite_follow_board\": \"?{boardname}\",
356
+ \"register\": true, \"invite_follow_user\": \"?{username}\", \"next\": \"?{next}\"},
357
+ \"module\": \"LoginPage\"}, {\"require_authentication\": true, \"named\":
358
+ {\"username\": 0}, \"resource\": {}, \"login_parameters\": {\"username\":
359
+ \"${username}\", \"auto_follow\": \"true\"}, \"url\": \"^\\/follow\\/([^\\/]+)\\/*$\",
360
+ \"options\": {\"username\": \"${username}\"}, \"module\": \"AutoFollow\"},
361
+ {\"require_authentication\": true, \"named\": {\"username\": 0, \"slug\":
362
+ 1}, \"resource\": {}, \"login_parameters\": {\"username\": \"${username}\",
363
+ \"boardname\": \"${slug}\", \"auto_follow\": \"true\"}, \"url\": \"^\\/follow\\/([^\\/]+)\\/([^\\/]+)\\/*$\",
364
+ \"options\": {\"username\": \"${username}\", \"username_and_slug\": \"${username}\\/${slug}\"},
365
+ \"module\": \"AutoFollow\"}, {\"url\": \"^\\/website\\/verify\\/$\", \"named\":
366
+ {}, \"resource\": {\"name\": \"DomainVerifyResource\"}, \"options\": {}, \"module\":
367
+ \"DomainVerify\"}, {\"redirect\": \"\\/developer\\/\", \"named\": {}, \"resource\":
368
+ {}, \"url\": \"^\\/developer\\/api\\/\", \"options\": {}, \"module\": \"\"},
369
+ {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/contact_us\\/\",
370
+ \"content_only\": true, \"options\": {\"module\": {\"name\": \"dev.ContactUs\",
371
+ \"options\": {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\":
372
+ {}, \"url\": \"^\\/developer\\/contact_us_thank_you\\/\", \"content_only\":
373
+ true, \"options\": {\"module\": {\"name\": \"dev.ContactUsThankYou\", \"options\":
374
+ {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\":
375
+ \"^\\/developer\\/ios\\/\", \"content_only\": true, \"options\": {\"module\":
376
+ {\"name\": \"dev.iOS\", \"options\": {}}}, \"module\": \"Developer\"}, {\"named\":
377
+ {}, \"resource\": {}, \"url\": \"^\\/developer\\/android\\/\", \"content_only\":
378
+ true, \"options\": {\"module\": {\"name\": \"dev.Android\", \"options\": {}}},
379
+ \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/rich_pins\\/validator\\/\",
380
+ \"content_only\": true, \"options\": {\"module\": {\"resource\": {\"name\":
381
+ \"RichPinValidateResource\", \"options\": {\"link\": \"?{link}\"}}, \"name\":
382
+ \"dev.RichPinValidator\", \"options\": {\"apply\": \"?{apply}\", \"link\":
383
+ \"?{link}\", \"custom_sidebar\": true}}}, \"module\": \"Developer\"}, {\"named\":
384
+ {}, \"resource\": {}, \"url\": \"^\\/developer\\/pin_it\\/\", \"content_only\":
385
+ true, \"options\": {\"module\": {\"name\": \"dev.PinIt\", \"options\": {}}},
386
+ \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/rich_pins\\/\",
387
+ \"content_only\": true, \"options\": {\"module\": {\"name\": \"dev.RichPins\",
388
+ \"options\": {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\":
389
+ {}, \"url\": \"^\\/developer\\/goodies\\/\", \"content_only\": true, \"options\":
390
+ {\"module\": {\"name\": \"dev.Goodies\", \"options\": {}}}, \"module\": \"Developer\"},
391
+ {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/apps\\/\", \"content_only\":
392
+ true, \"options\": {\"module\": {\"name\": \"dev.Apps\", \"options\": {}}},
393
+ \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/manage\\/$\",
394
+ \"content_only\": true, \"options\": {\"module\": {\"resource\": {\"name\":
395
+ \"ConsumerListResource\"}, \"name\": \"ConsumerManagePage\"}}, \"module\":
396
+ \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\": \"^\\/developer\\/terms\\/\",
397
+ \"content_only\": true, \"options\": {\"module\": {\"name\": \"dev.Terms\",
398
+ \"options\": {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\":
399
+ {}, \"url\": \"^\\/developer\\/richpins\\/apply\\/$\", \"content_only\": true,
400
+ \"options\": {\"module\": {\"name\": \"dev.RichPinApplyForm\", \"options\":
401
+ {}}}, \"module\": \"Developer\"}, {\"named\": {}, \"resource\": {}, \"url\":
402
+ \"^\\/developer\\/$\", \"content_only\": true, \"options\": {}, \"module\":
403
+ \"Developer\"}, {\"url\": \"^\\/business\\/getstarted\\/$\", \"named\": {},
404
+ \"resource\": {\"name\": \"UserResource\", \"options\": {\"username\": \"me\"}},
405
+ \"options\": {\"username\": \"me\"}, \"module\": \"BusinessGetStarted\"},
406
+ {\"require_authentication\": true, \"named\": {}, \"resource\": {\"name\":
407
+ \"PartnerResource\", \"options\": {\"user_id\": \"me\"}}, \"https\": true,
408
+ \"url\": \"^\\/business\\/convert\\/$\", \"options\": {}, \"module\": \"BusinessAccountConvert\"},
409
+ {\"url\": \"^\\/business\\/tools\\/site-debugger\\/$\", \"named\": {}, \"resource\":
410
+ {\"name\": \"RichPinDebugResource\", \"options\": {\"link\": \"?{link}\"}},
411
+ \"options\": {\"link\": \"?{link}\"}, \"module\": \"RichPinDebugger\"}, {\"url\":
412
+ \"^\\/business\\/tools\\/rich-pin-builder\\/$\", \"named\": {}, \"resource\":
413
+ {\"name\": \"RichPinSamplePinResource\", \"options\": {}}, \"options\": {},
414
+ \"module\": \"RichPinBuilder\"}, {\"url\": \"^\\/business\\/tools\\/rich-pin-validator\\/$\",
415
+ \"named\": {}, \"resource\": {\"name\": \"RichPinValidateResource\", \"options\":
416
+ {\"link\": \"?{link}\"}}, \"options\": {\"link\": \"?{link}\"}, \"module\":
417
+ \"RichPinValidator\"}, {\"url\": \"^\\/browse\\/([^\\/]+)\\/$\", \"named\":
418
+ {\"query\": 0}, \"resource\": {\"name\": \"BrowseResource\", \"options\":
419
+ {\"query\": \"${query}\"}}, \"options\": {\"query\": \"${query}\"}, \"module\":
420
+ \"SearchPage\"}, {\"named\": {}, \"resource\": {\"name\": \"UserSettingsResource\"},
421
+ \"url\": \"^\\/settings\\/$\", \"require_authentication\": true, \"module\":
422
+ \"UserSettingsPage\", \"https\": true, \"require_explicit_login\": true, \"options\":
423
+ {}}, {\"named\": {\"username\": 0}, \"resource\": {\"name\": \"UserResource\",
424
+ \"options\": {\"username\": \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/$\",
425
+ \"deep_link\": \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\":
426
+ \"${username}\", \"report_user_spam\": \"?{report_user_spam}\", \"show_follow_memo\":
427
+ \"?{auto_follow}\", \"tab\": \"boards\"}, \"module\": \"UserProfilePage\"},
428
+ {\"named\": {\"username\": 0}, \"resource\": {\"name\": \"UserResource\",
429
+ \"options\": {\"username\": \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/boards\\/$\",
430
+ \"deep_link\": \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\":
431
+ \"${username}\", \"tab\": \"boards\"}, \"module\": \"UserProfilePage\"}, {\"named\":
432
+ {\"username\": 0}, \"resource\": {\"name\": \"UserResource\", \"options\":
433
+ {\"username\": \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/pins\\/$\", \"deep_link\":
434
+ \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\": \"${username}\",
435
+ \"tab\": \"pins\"}, \"module\": \"UserProfilePage\"}, {\"named\": {\"username\":
436
+ 0}, \"resource\": {\"name\": \"UserResource\", \"options\": {\"username\":
437
+ \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/likes\\/$\", \"deep_link\":
438
+ \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\": \"${username}\",
439
+ \"tab\": \"likes\"}, \"module\": \"UserProfilePage\"}, {\"named\": {\"username\":
440
+ 0}, \"resource\": {\"name\": \"UserResource\", \"options\": {\"username\":
441
+ \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/followers\\/$\", \"deep_link\":
442
+ \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\": \"${username}\",
443
+ \"tab\": \"followers\"}, \"module\": \"UserProfilePage\"}, {\"named\": {\"username\":
444
+ 0}, \"resource\": {\"name\": \"UserResource\", \"options\": {\"username\":
445
+ \"${username}\"}}, \"url\": \"^\\/([^\\/]+)\\/following\\/$\", \"deep_link\":
446
+ \"pinterest:\\/\\/user\\/${username}\", \"options\": {\"username\": \"${username}\",
447
+ \"tab\": \"following\"}, \"module\": \"UserProfilePage\"}, {\"require_authentication\":
448
+ true, \"named\": {\"method\": 0}, \"resource\": {}, \"url\": \"^\\/pin\\/create\\/([^\\/]+)\\/$\",
449
+ \"content_only\": true, \"options\": {\"description\": \"?{description}\",
450
+ \"title\": \"?{title}\", \"url\": \"?{url}\", \"image_url\": \"?{media}\",
451
+ \"is_video\": \"?{is_video}\", \"method\": \"${method}\"}, \"module\": \"PinBookmarklet\"},
452
+ {\"url\": \"^\\/pin\\/find\\/$\", \"named\": {}, \"resource\": {\"name\":
453
+ \"FindPinImagesResource\", \"options\": {\"url\": \"?{url}\"}}, \"options\":
454
+ {}, \"module\": \"ImagesFeedPage\"}, {\"named\": {\"id\": 0}, \"resource\":
455
+ {\"name\": \"PinResource\", \"options\": {\"id\": \"${id}\", \"view_type\":
456
+ \"detailed\"}}, \"url\": \"^\\/pin\\/([^\\/]+)\\/$\", \"deep_link\": \"pinterest:\\/\\/pin\\/${id}\",
457
+ \"options\": {}, \"module\": \"Closeup\"}, {\"named\": {\"id\": 0}, \"resource\":
458
+ {\"name\": \"PinResource\", \"options\": {\"id\": \"${id}\", \"view_type\":
459
+ \"detailed\"}}, \"url\": \"^\\/pin\\/([^\\/]+)\\/edit\\/$\", \"module\": \"Closeup\",
460
+ \"canonical_url\": \"\\/pin\\/${id}\\/\", \"require_explicit_login\": true,
461
+ \"options\": {\"show_edit\": true}, \"deep_link\": \"pinterest:\\/\\/pin\\/${id}\"},
462
+ {\"named\": {\"id\": 0}, \"resource\": {\"name\": \"PinResource\", \"options\":
463
+ {\"id\": \"${id}\", \"view_type\": \"detailed\"}}, \"url\": \"^\\/pin\\/([^\\/]+)\\/repin\\/$\",
464
+ \"require_authentication\": true, \"module\": \"Closeup\", \"canonical_url\":
465
+ \"\\/pin\\/${id}\\/\", \"deep_link\": \"pinterest:\\/\\/pin\\/${id}\", \"options\":
466
+ {\"show_repin\": true}}, {\"named\": {\"id\": 0}, \"resource\": {\"name\":
467
+ \"PinResource\", \"options\": {\"id\": \"${id}\", \"view_type\": \"repin\"}},
468
+ \"url\": \"^\\/pin\\/([^\\/]+)\\/repin\\/x\\/$\", \"content_only\": true,
469
+ \"options\": {\"action\": \"repin\", \"method\": \"bookmarklet\"}, \"module\":
470
+ \"PinBookmarklet\"}, {\"url\": \"^\\/pin\\/([^\\/]+)\\/repins\\/$\", \"named\":
471
+ {\"id\": 0}, \"resource\": {\"name\": \"RepinFeedResource\", \"options\":
472
+ {\"pin_id\": \"${id}\", \"page_size\": 50}}, \"options\": {\"pin_id\": \"${id}\",
473
+ \"title\": \"Repins\"}, \"module\": \"RepinsLikesFeedPage\"}, {\"url\": \"^\\/pin\\/([^\\/]+)\\/likes\\/$\",
474
+ \"named\": {\"id\": 0}, \"resource\": {\"name\": \"PinLikesResource\", \"options\":
475
+ {\"pin_id\": \"${id}\", \"page_size\": 50}}, \"options\": {\"pin_id\": \"${id}\",
476
+ \"title\": \"Likes\"}, \"module\": \"RepinsLikesFeedPage\"}, {\"url\": \"^\\/board\\/create\\/$\",
477
+ \"named\": {}, \"resource\": {}, \"options\": {}, \"module\": \"BoardCreate\"},
478
+ {\"url\": \"^\\/board\\/([^\\/]+)\\/$\", \"named\": {\"id\": 0}, \"resource\":
479
+ {\"name\": \"BoardResource\", \"options\": {\"board_id\": \"${id}\", \"field_set_key\":
480
+ \"detailed\"}}, \"options\": {\"tab\": \"pins\"}, \"module\": \"BoardPage\"},
481
+ {\"named\": {\"username\": 0, \"slug\": 1}, \"resource\": {\"name\": \"BoardResource\",
482
+ \"options\": {\"username\": \"${username}\", \"field_set_key\": \"detailed\",
483
+ \"slug\": \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/$\", \"deep_link\":
484
+ \"pinterest:\\/\\/board\\/${username}\\/${slug}\", \"options\": {\"show_follow_memo\":
485
+ \"?{auto_follow}\", \"tab\": \"pins\"}, \"module\": \"BoardPage\"}, {\"url\":
486
+ \"^\\/([^\\/]+)\\/([^\\/]+)\\/search\\/$\", \"named\": {\"username\": 0, \"slug\":
487
+ 1}, \"resource\": {\"name\": \"BaseSearchResource\", \"options\": {\"board_slug\":
488
+ \"${slug}\", \"scope\": \"my_pins\", \"user\": \"${username}\", \"query\":
489
+ \"?{q}\"}}, \"options\": {\"board_slug\": \"${slug}\", \"scope\": \"my_pins\",
490
+ \"user\": \"${username}\", \"query\": \"?{q}\"}, \"module\": \"SearchPage\"},
491
+ {\"named\": {\"username\": 0, \"slug\": 1}, \"resource\": {\"name\": \"BoardResource\",
492
+ \"options\": {\"username\": \"${username}\", \"field_set_key\": \"detailed\",
493
+ \"slug\": \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/edit\\/$\",
494
+ \"module\": \"BoardPage\", \"canonical_url\": \"\\/${username}\\/${slug}\\/\",
495
+ \"require_explicit_login\": true, \"options\": {\"show_edit\": true, \"tab\":
496
+ \"pins\"}, \"deep_link\": \"pinterest:\\/\\/board\\/${username}\\/${slug}\"},
497
+ {\"named\": {\"username\": 0, \"slug\": 1}, \"resource\": {\"name\": \"BoardResource\",
498
+ \"options\": {\"username\": \"${username}\", \"field_set_key\": \"detailed\",
499
+ \"slug\": \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/pins\\/$\",
500
+ \"deep_link\": \"pinterest:\\/\\/board\\/${username}\\/${slug}\", \"options\":
501
+ {\"tab\": \"pins\"}, \"module\": \"BoardPage\"}, {\"named\": {\"username\":
502
+ 0, \"slug\": 1}, \"resource\": {\"name\": \"BoardResource\", \"options\":
503
+ {\"username\": \"${username}\", \"field_set_key\": \"detailed\", \"slug\":
504
+ \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/followers\\/$\", \"deep_link\":
505
+ \"pinterest:\\/\\/board\\/${username}\\/${slug}\", \"options\": {\"tab\":
506
+ \"followers\"}, \"module\": \"BoardPage\"}, {\"named\": {\"username\": 0,
507
+ \"slug\": 1}, \"resource\": {\"name\": \"BoardFeedResource\", \"options\":
508
+ {\"username\": \"${username}\", \"slug\": \"${slug}\"}}, \"url\": \"^\\/([^\\/]+)\\/([^\\/]+)\\/cover\\/$\",
509
+ \"deep_link\": \"pinterest:\\/\\/board\\/${username}\\/${slug}\", \"options\":
510
+ {\"username\": \"${username}\", \"slug\": \"${slug}\"}, \"module\": \"BoardCoverEditPage\"},
511
+ {\"named\": {}, \"resource\": {}, \"https\": true, \"url\": \"^\\/password\\/change\\/$\",
512
+ \"options\": {}, \"module\": \"UserChangePassword\"}, {\"require_authentication\":
513
+ true, \"named\": {\"domain\": 0}, \"resource\": {\"name\": \"DomainAnalyticsCountsResource\",
514
+ \"options\": {\"domain\": \"${domain}\", \"start_date\": \"?{start_date}\",
515
+ \"end_date\": \"?{end_date}\"}}, \"url\": \"^\\/source\\/([^\\/]+)\\/analytics\\/$\",
516
+ \"options\": {\"domain\": \"${domain}\", \"start_date\": \"?{start_date}\",
517
+ \"end_date\": \"?{end_date}\"}, \"module\": \"DomainAnalyticsPage\"}, {\"sandbox\":
518
+ true, \"named\": {}, \"resource\": {}, \"url\": \"^\\/close_window\\/$\",
519
+ \"options\": {}, \"module\": \"Close\"}, {\"named\": {}, \"resource\": {},
520
+ \"url\": \"^\\/oauth\\/dialog\\/$\", \"require_authentication\": true, \"module\":
521
+ \"OAuthDialog\", \"content_only\": true, \"https\": true, \"options\": {\"scope\":
522
+ \"?{scope}\", \"state\": \"?{state}\", \"redirect_uri\": \"?{redirect_uri}\",
523
+ \"response_type\": \"?{response_type}\", \"consumer_id\": \"?{consumer_id}\"}}]);\n
524
+ \ P.setPageRoutePattern(\"^\\/:username\\/$\");\n P.setPageLoadRequestIdentifier(\"743958215982\");\n\n
525
+ \ Pc.startArgs = {\"gaAccountNumber\": \"UA-12967896-7\", \"scrubbedUser\":
526
+ {\"autologin\": null}, \"tree\": {\"resource\": null, \"name\": \"App\", \"children\":
527
+ [{\"resource\": null, \"name\": \"Header\", \"id\": \"header\", \"children\":
528
+ [{\"resource\": null, \"name\": \"DropdownButton\", \"id\": \"categoriesDropdownButton\",
529
+ \"children\": [{\"resource\": null, \"name\": \"Button\", \"children\": [],
530
+ \"errorStrategy\": 2, \"options\": {\"has_icon\": true, \"text\": \"Categories\",
531
+ \"primary_on_hover\": true, \"tagName\": \"button\", \"show_text\": false,
532
+ \"class_name\": \"categories\"}, \"uid\": \"Button-9\"}], \"errorStrategy\":
533
+ 2, \"options\": {\"class_name\": \"categoriesButton\", \"button_options\":
534
+ {\"has_icon\": true, \"tagName\": \"button\", \"primary_on_hover\": true,
535
+ \"class_name\": \"categories\", \"text\": \"Categories\", \"show_text\": false},
536
+ \"module\": {\"resource\": {\"name\": \"CategoriesResource\", \"options\":
537
+ {\"browsable\": true}}, \"name\": \"CategoriesMenu\"}, \"dropdown_options\":
538
+ {\"largeCaret\": true, \"fixed\": true, \"prefetch\": true, \"view_type\":
539
+ \"categoriesMenu\"}, \"time\": 500, \"tutorial\": {\"topic\": \"categories\",
540
+ \"text\": \"Browse Popular, DIY and other categories to find pins you like.\",
541
+ \"title\": \"Here are your categories.\"}}, \"uid\": \"DropdownButton-6\"},
542
+ {\"resource\": null, \"name\": \"ui.SearchForm\", \"children\": [{\"resource\":
543
+ null, \"name\": \"ui.TypeaheadField\", \"id\": \"searchField\", \"children\":
544
+ [{\"resource\": null, \"name\": \"ui.Typeahead\", \"id\": \"typeahead\", \"extraData\":
545
+ {\"inGplusExp\": false}, \"children\": [], \"errorStrategy\": 2, \"options\":
546
+ {\"enable_recent_queries\": true, \"tags\": \"autocomplete\", \"class_name\":
547
+ null, \"exclude_non_followers\": null, \"view_type\": \"search\", \"template\":
548
+ null}, \"uid\": \"ui-Typeahead-11\"}], \"errorStrategy\": 2, \"options\":
549
+ {\"enable_recent_queries\": true, \"name\": \"q\", \"view_type\": \"search\",
550
+ \"class_name\": null, \"prefetch_on_focus\": true, \"value\": \"\", \"populate_on_result_highlight\":
551
+ true, \"search_delay\": 0, \"search_on_focus\": true, \"placeholder\": \"Search\",
552
+ \"tags\": \"autocomplete\"}, \"uid\": \"ui-TypeaheadField-10\"}], \"errorStrategy\":
553
+ 2, \"options\": {\"navigate_on_search\": true, \"enable_recent_queries\":
554
+ true, \"placeholder\": \"Search\"}, \"uid\": \"ui-SearchForm-7\"}, {\"resource\":
555
+ {\"name\": \"LocalesResource\", \"options\": {\"locale\": \"en-US\", \"bookmarks\":
556
+ [\"-end-\"]}}, \"name\": \"LanguageMenu\", \"children\": [{\"resource\": null,
557
+ \"name\": \"DropdownButton\", \"children\": [{\"resource\": null, \"name\":
558
+ \"Button\", \"children\": [], \"errorStrategy\": 2, \"options\": {\"class_name\":
559
+ \"langaugeButton\", \"text\": \"English (US)\", \"tagName\": \"button\"},
560
+ \"uid\": \"Button-13\"}], \"errorStrategy\": 2, \"options\": {\"dropdown_options\":
561
+ {\"position_point\": \"BOTTOM_RIGHT\", \"hide_caret\": true, \"fixed\": true},
562
+ \"button_options\": {\"class_name\": \"langaugeButton\", \"text\": \"English
563
+ (US)\", \"tagName\": \"button\"}, \"module\": {\"resource\": {\"name\": \"LocalesResource\"},
564
+ \"name\": \"LanguageDropdown\", \"options\": {\"selected\": \"English (US)\"}}},
565
+ \"uid\": \"DropdownButton-12\"}], \"errorStrategy\": 2, \"data\": {}, \"options\":
566
+ {}, \"uid\": \"LanguageMenu-8\"}], \"errorStrategy\": 2, \"options\": {},
567
+ \"uid\": \"Header-1\"}, {\"resource\": null, \"name\": \"ScrollToTop\", \"id\":
568
+ \"scrollToTop\", \"children\": [], \"errorStrategy\": 2, \"options\": {},
569
+ \"uid\": \"ScrollToTop-2\"}, {\"resource\": null, \"name\": \"Nags\", \"children\":
570
+ [{\"resource\": null, \"name\": \"NagBase\", \"extraData\": {\"type\": \"upgrade_ie\"},
571
+ \"children\": [{\"resource\": null, \"name\": \"Button\", \"children\": [],
572
+ \"errorStrategy\": 2, \"options\": {\"class_name\": \"nagClose\", \"tagName\":
573
+ \"button\", \"borderless\": true}, \"uid\": \"Button-16\"}], \"errorStrategy\":
574
+ 2, \"data\": {}, \"options\": {\"can_close\": true}, \"uid\": \"NagBase-14\"},
575
+ {\"resource\": null, \"name\": \"NagUnauth\", \"children\": [{\"resource\":
576
+ null, \"name\": \"JoinButton\", \"id\": \"join\", \"children\": [], \"errorStrategy\":
577
+ 2, \"options\": {\"color\": \"primary\", \"text\": \"Join Pinterest\", \"class_name\":
578
+ \"joinButton unauthNagButton\", \"element_type\": \"a\", \"tagName\": \"a\",
579
+ \"ga_category\": \"unauth_nag_join\"}, \"uid\": \"JoinButton-17\"}, {\"resource\":
580
+ null, \"name\": \"LoginButton\", \"id\": \"login\", \"children\": [], \"errorStrategy\":
581
+ 2, \"options\": {\"class_name\": \"loginButton unauthNagButton\", \"text\":
582
+ \"Log in\", \"element_type\": \"a\", \"ga_category\": \"unauth_nag_login\",
583
+ \"tagName\": \"a\"}, \"uid\": \"LoginButton-18\"}], \"errorStrategy\": 2,
584
+ \"options\": {}, \"uid\": \"NagUnauth-15\"}], \"errorStrategy\": 2, \"options\":
585
+ {}, \"uid\": \"Nags-3\"}, {\"resource\": {\"name\": \"UserResource\", \"options\":
586
+ {\"username\": \"johnstamosgem\", \"bookmarks\": [\"-end-\"]}}, \"name\":
587
+ \"UserProfilePage\", \"id\": \"mainModule\", \"children\": [{\"resource\":
588
+ {\"name\": \"UserResource\", \"options\": {\"username\": \"johnstamosgem\",
589
+ \"bookmarks\": [\"-end-\"]}}, \"name\": \"UserProfileHeader\", \"children\":
590
+ [], \"errorStrategy\": 2, \"data\": {\"username\": \"johnstamosgem\", \"first_name\":
591
+ \"John\", \"blocked_by_me\": false, \"id\": \"412149940807022226\", \"full_name\":
592
+ \"John Stamosgem\"}, \"options\": {\"user_id\": \"412149940807022226\", \"report_user_spam\":
593
+ null}, \"uid\": \"UserProfileHeader-19\"}, {\"resource\": {\"name\": \"UserResource\",
594
+ \"options\": {\"username\": \"johnstamosgem\", \"bookmarks\": [\"-end-\"]}},
595
+ \"name\": \"UserInfoBar\", \"children\": [{\"resource\": null, \"name\": \"UserFollowButton\",
596
+ \"children\": [], \"errorStrategy\": 2, \"options\": {\"followed\": false,
597
+ \"is_me\": {}, \"unfollow_text\": \"Unfollow All\", \"memo\": {\"topic\":
598
+ \"auto_follow\", \"show\": false, \"title\": \"You are now following John.\"},
599
+ \"follow_ga_category\": \"user_follow\", \"unfollow_ga_category\": \"user_unfollow\",
600
+ \"disabled\": false, \"color\": \"primary\", \"tagName\": \"button\", \"text\":
601
+ \"Follow All\", \"user_id\": \"412149940807022226\", \"follow_text\": \"Follow
602
+ All\", \"follow_class\": \"primary\"}, \"uid\": \"UserFollowButton-22\"},
603
+ {\"resource\": {\"name\": \"UserResource\", \"options\": {\"username\": \"johnstamosgem\"}},
604
+ \"name\": \"BoardCount\", \"children\": [], \"errorStrategy\": 2, \"data\":
605
+ {}, \"options\": {\"url\": \"\\/johnstamosgem\\/boards\\/\", \"text\": \"\\n
606
+ \ \\n \\n\\n \\n \\n \\n \\n 1
607
+ Board\", \"class_name\": \"active\", \"element_type\": \"a\", \"tagName\":
608
+ \"a\", \"borderless\": true}, \"uid\": \"BoardCount-23\"}, {\"resource\":
609
+ {\"name\": \"UserResource\", \"options\": {\"username\": \"johnstamosgem\"}},
610
+ \"name\": \"FollowerCount\", \"children\": [], \"errorStrategy\": 2, \"data\":
611
+ {\"id\": \"412149940807022226\"}, \"options\": {\"url\": \"\\/johnstamosgem\\/followers\\/\",
612
+ \"text\": \"\\n \\n \\n \\n \\n\\n \\n \\n \\n
613
+ \ \\n 0 Followers\", \"class_name\": \"\", \"element_type\":
614
+ \"a\", \"tagName\": \"a\", \"borderless\": true}, \"uid\": \"FollowerCount-24\"}],
615
+ \"errorStrategy\": 2, \"data\": {}, \"options\": {\"user_id\": \"412149940807022226\",
616
+ \"tab\": \"boards\", \"show_follow_memo\": null}, \"uid\": \"UserInfoBar-20\"},
617
+ {\"resource\": {\"name\": \"UserResource\", \"options\": {\"username\": \"johnstamosgem\",
618
+ \"bookmarks\": [\"-end-\"]}}, \"name\": \"UserProfileContent\", \"extraData\":
619
+ {\"is_own_profile\": false}, \"children\": [{\"resource\": null, \"name\":
620
+ \"UserBoards\", \"extraData\": {\"isOwnProfile\": false}, \"children\": [{\"resource\":
621
+ {\"name\": \"ProfileBoardsResource\", \"options\": {\"field_set_key\": \"grid_item\",
622
+ \"username\": \"johnstamosgem\", \"bookmarks\": [\"-end-\"]}}, \"name\": \"Grid\",
623
+ \"id\": \"publicBoardsGrid\", \"children\": [{\"resource\": {\"name\": \"ProfileBoardsResource\",
624
+ \"options\": {\"field_set_key\": \"grid_item\", \"username\": \"johnstamosgem\",
625
+ \"bookmarks\": [\"-end-\"]}}, \"name\": \"GridItems\", \"id\": \"items\",
626
+ \"children\": [{\"resource\": {\"name\": \"BoardResource\", \"options\": {\"board_id\":
627
+ \"412149872087590750\", \"field_set_key\": \"grid_item\"}}, \"name\": \"Board\",
628
+ \"children\": [{\"resource\": null, \"name\": \"BoardFollowButton\", \"children\":
629
+ [], \"errorStrategy\": 2, \"options\": {\"board_id\": \"412149872087590750\",
630
+ \"followed\": false, \"class_name\": \"boardFollowUnfollowButton\", \"unfollow_text\":
631
+ \"Unfollow\", \"follow_ga_category\": \"board_follow\", \"unfollow_ga_category\":
632
+ \"board_unfollow\", \"disabled\": false, \"color\": \"default\", \"tagName\":
633
+ \"button\", \"text\": \"Follow\", \"user_id\": \"412149940807022226\", \"follow_text\":
634
+ \"Follow\", \"follow_class\": \"default\", \"is_my_board\": null}, \"uid\":
635
+ \"BoardFollowButton-29\"}], \"errorStrategy\": 2, \"data\": {\"followed_by_me\":
636
+ false, \"id\": \"412149872087590750\"}, \"options\": {\"show_board_context\":
637
+ false}, \"uid\": \"Board-28\"}], \"errorStrategy\": 1, \"data\": {}, \"options\":
638
+ {\"scrollable\": true, \"show_grid_footer\": false, \"centered\": true, \"reflow_all\":
639
+ true, \"virtualize\": true, \"item_options\": {\"show_board_context\": false},
640
+ \"layout\": \"fixed_height\"}, \"uid\": \"GridItems-27\"}], \"errorStrategy\":
641
+ 1, \"data\": {}, \"options\": {\"scrollable\": true, \"show_grid_footer\":
642
+ false, \"centered\": true, \"reflow_all\": true, \"virtualize\": true, \"item_options\":
643
+ {\"show_board_context\": false}, \"layout\": \"fixed_height\"}, \"uid\": \"Grid-26\"}],
644
+ \"errorStrategy\": 0, \"options\": {\"username\": \"johnstamosgem\", \"secret_board_count\":
645
+ 0}, \"uid\": \"UserBoards-25\"}], \"errorStrategy\": 2, \"data\": {\"secret_board_count\":
646
+ 0, \"board_count\": 1}, \"options\": {\"tab\": \"boards\"}, \"uid\": \"UserProfileContent-21\"}],
647
+ \"errorStrategy\": 0, \"data\": {\"id\": \"412149940807022226\"}, \"options\":
648
+ {\"username\": \"johnstamosgem\", \"report_user_spam\": null, \"show_follow_memo\":
649
+ null, \"tab\": \"boards\"}, \"uid\": \"UserProfilePage-4\"}, {\"resource\":
650
+ null, \"name\": \"NagNoScript\", \"extraData\": {\"type\": \"no_script\"},
651
+ \"children\": [], \"errorStrategy\": 2, \"options\": {}, \"uid\": \"NagNoScript-5\"}],
652
+ \"deps\": [\"App\", \"Header\", \"ScrollToTop\", \"Nags\", \"UserProfilePage\",
653
+ \"NagNoScript\", \"DropdownButton\", \"ui.SearchForm\", \"LanguageMenu\",
654
+ \"Button\", \"ui.TypeaheadField\", \"ui.Typeahead\", \"Pillow\", \"NagBase\",
655
+ \"NagUnauth\", \"JoinButton\", \"LoginButton\", \"NavigateButton\", \"UserProfileHeader\",
656
+ \"UserInfoBar\", \"UserProfileContent\", \"InfoBarBase\", \"UserFollowButton\",
657
+ \"BoardCount\", \"FollowerCount\", \"ui.FollowButton\", \"UserBoards\", \"Grid\",
658
+ \"GridItems\", \"Board\", \"BoardFollowButton\"], \"errorStrategy\": 2, \"attributes\":
659
+ {\"class\": \"App full Module\", \"id\": \"App-30\"}, \"options\": {\"module\":
660
+ {\"data\": {\"last_name\": \"Stamosgem\", \"domain_verified\": false, \"following_count\":
661
+ 5, \"image_medium_url\": \"http:\\/\\/media-cache-ec0.pinimg.com\\/avatars\\/johnstamosgem_1375988759_75.jpg\",
662
+ \"like_count\": 1, \"full_name\": \"John Stamosgem\", \"image_small_url\":
663
+ \"http:\\/\\/media-cache-ec0.pinimg.com\\/avatars\\/johnstamosgem_1375988759_30.jpg\",
664
+ \"id\": \"412149940807022226\", \"first_name\": \"John\", \"secret_board_count\":
665
+ 0, \"explicitly_followed_by_me\": false, \"location\": \"California\", \"indexed\":
666
+ true, \"is_partner\": false, \"type\": \"user\", \"image_large_url\": \"http:\\/\\/media-cache-ec0.pinimg.com\\/avatars\\/johnstamosgem_1375988759_140.jpg\",
667
+ \"board_count\": 1, \"username\": \"johnstamosgem\", \"repins_from\": [],
668
+ \"twitter_url\": null, \"facebook_url\": null, \"follower_count\": 0, \"pin_count\":
669
+ 1, \"about\": \"This is the johnstamos about content.\", \"has_board\": true,
670
+ \"website_url\": \"http:\\/\\/johnstamos.com\\/\", \"blocked_by_me\": false},
671
+ \"error_strategy\": 0, \"resource\": {\"name\": \"UserResource\", \"options\":
672
+ {\"username\": \"johnstamosgem\", \"bookmarks\": [\"-end-\"]}}, \"name\":
673
+ \"UserProfilePage\", \"options\": {\"username\": \"johnstamosgem\", \"report_user_spam\":
674
+ null, \"tab\": \"boards\", \"show_follow_memo\": null}}}, \"uid\": \"App-30\"},
675
+ \"canDebug\": false, \"requireJsPaths\": {}, \"isLoggedIn\": false};\n P.available.declare();\n
676
+ \ </script>\n</body>\n</html>"
284
677
  http_version:
285
- recorded_at: Wed, 14 Aug 2013 23:08:03 GMT
678
+ recorded_at: Fri, 16 Aug 2013 23:48:32 GMT
286
679
  recorded_with: VCR 2.5.0