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,281 +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:02 GMT
25
+ - Fri, 16 Aug 2013 23:48:34 GMT
43
26
  Pinterest-Breed:
44
27
  - CORGI
45
28
  Pinterest-Generated-By:
46
- - ngapp-746c4794
29
+ - ngapp-b5b32083
47
30
  Pinterest-Version:
48
- - 419b911
31
+ - 559a34d
49
32
  Server:
50
33
  - nginx
51
34
  Set-Cookie:
52
- - _pinterest_sess="eJwrT/N2KQ01TMwPCS/y9MjR9jYMLS+z1A8LMSu2tY8vycxNtfUN8TX2ywqt9A2JNPFNt7VVK04tLs5MsfXMSsnxq8rJ9Q9JLo/MSq/yywrKiTSKNI1y8a30dXGt9DXyrfAL98uMzErJ9QTqAwCq+CST";
53
- Domain=.pinterest.com; expires=Sat, 09-Aug-2014 23:08:02 GMT; Max-Age=31103999;
35
+ - _pinterest_sess="eJyrDM80jTJzTQt1NatISzHRTjcPLLUMNo/K9Ay0tY8vycxNtfUN8TX2y4o09cvKrvBztLVVK04tLs5MsfXMSjaIDHE09XWJyoo08qzwdwms9Afy/bLccv2qso39qhyrfHODsnyzvHI9021tAV0eI0E=";
36
+ Domain=.pinterest.com; expires=Mon, 11-Aug-2014 23:48:34 GMT; Max-Age=31103999;
54
37
  Path=/
55
- - csrftoken=sOG48PelW9cYmDEQJYU743wsYxaC40Qh; Domain=.pinterest.com; expires=Wed,
56
- 13-Aug-2014 23:08:02 GMT; Max-Age=31449600; Path=/
38
+ - csrftoken=H5d5ryafond3IPxE2M9bzheegYB5MMd0; Domain=.pinterest.com; expires=Fri,
39
+ 15-Aug-2014 23:48:34 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
- - '2007101912'
63
- Content-Length:
64
- - '9657'
45
+ - '1450967143'
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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
- 7WXke86Ks7Oz4/Sdn35ylvpI7ROkH2kfFNrBD0Oe/OZ72dj5178cLxpMJyBG
89
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- +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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 2JdtYhmRif45JBzt46ewHuF/SzlS3rKTwtzjPZE4oBX7FVKGX9E78tCal05C
110
- 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
- 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
- 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
- 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
- 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
- NsUhAYnttRU0JcRfPl5kpTcwlnhiVBFJbTBz9IJjSt0HxEYJ+pD5IIO/cjkM
116
- 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
- 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
- OQZQUHtgBCfXJ+GbCExBp5+FToGOaFI2tSWa4hPgKPwDWitmoWqEDQY8Tf0+
119
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- i8Tm3NPUFHinlQ4CfeeWeGFsGepglPie2CDxUY6jfZY48r8NTRytZnu1Ijbw
147
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- ZOO13cruLzqq2jQ30TNU3BhrvWPpRbV1PoOwmX4cuzD8uNXe+rfe0/Uu5921
157
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- +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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- rlpDEsBOzqPzqBhGON7kerc+7rY/q1VwrOXTENZGPS16TrhxVsNQYe+gQ/dh
180
- 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
- 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
- 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
- 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
- aqE01arzzkt4ytvOFCeblz7dtBB/lC3xC36sQFNiOyV89G7FMAA+D7ibJ7f+
185
- diN+37a0fB0KlMBflB/FYoscpL68kR+3LYSMR3og9f9+7ioYn7tLn+Dzyy9P
186
- 9F9/QzC0Z8HF7ndjIbLqOP9EBMoIvvjtVjcuM3McECrZqyJb/CbUqhhzW0fr
187
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- KEZjH+23ByAsRt+HQmRsNEr4KBcwMGGLBGElh56LYQKRq77sTv5T2TIIQNHc
199
- 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
- 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
- 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
- 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
- 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
- 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
- Yj9m8/dsaYE2tFAvz3DJv85Yqe0XQRaYVn5KM1hhwzQVHdUuRnbFh90duAbx
206
- QbZwXzmy8W2GpSrfqgr2PIh8C7w6/9VQssV06+q6Usg2/cwj5Bbey45VEUeC
207
- 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
- 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
- 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
- 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
- dnEHxoWIKD4M7rQZ4fdo+r1p8KP7sts/OfveSMJATCLfuyeiewLK90Y28Qdj
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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
- i9uEnWL3D2GbaLERz7411pbiLYQCvKHF+qaqWkyPWUiVNuDP49IHrIWKqI5X
229
- xVainF943s3FK40h9dlKyYOsqJFPBtScbQeIRLwsLq3f3R/WmXOLCAS18WMo
230
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- j3vt3urW+sbm1np7Q5h6ybTfF/cHqZ7NEi7GqNbleEfPcrE/Zy8W8Y+xH3gJ
241
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- DD2qvx57v+n++0/m5sxkvjOra1n96dhW5QRYnpJ7a80koXKSiaPUxy83jsAD
253
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- c8/tX7uUoUIJgj1Pe6u9p1tbT1c2VzZWVuFvnSDhpb46IO3FV1vRaadPqoFV
261
- 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
- +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
- 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
- GGpPfS6oIUqjUy0LG60VhwV0rn4OMYCs/tW/zF+zvuRDoWVrQDxi2njmn2mV
265
- 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
- 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
- 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
- +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
- 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
- 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
- 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
- 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
- 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
- rA80h5ErDuCV4swLh7G09zqJwR6Pxbwtd7wU0Rsrcq+i5xXhKIuG8tpWaVXc
275
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
284
- tW531TPO291+5F3jf8fZJNj9H/HL2NRcswAA
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(\"365575621352\");\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>"
285
677
  http_version:
286
- recorded_at: Wed, 14 Aug 2013 23:08:02 GMT
678
+ recorded_at: Fri, 16 Aug 2013 23:48:34 GMT
287
679
  recorded_with: VCR 2.5.0