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:04 GMT
25
+ - Fri, 16 Aug 2013 23:48:32 GMT
43
26
  Pinterest-Breed:
44
27
  - CORGI
45
28
  Pinterest-Generated-By:
46
- - ngapp-d5023326
29
+ - ngapp-40fe849e
47
30
  Pinterest-Version:
48
- - 419b911
31
+ - 559a34d
49
32
  Server:
50
33
  - nginx
51
34
  Set-Cookie:
52
- - _pinterest_sess="eJxLMU9MNwsuScx3jfLytCgrDvBPdas0cq5MLSy2tY8vycxNtfUN8TX2ywqt9A2JNPFztLVVK04tLs5MsfXMysiMCnEtj8oKNIpycazwywo09K0KyvB1Sa7yNYo08nP3yo7Misr1d/et9Ey3tQUAsq8kKg==";
53
- Domain=.pinterest.com; expires=Sat, 09-Aug-2014 23:08:04 GMT; Max-Age=31103999;
35
+ - _pinterest_sess="eJxL86hyqXB29DVwdTNKy88PdPY1Sy/WDwmvNIi0tY8vycxNtfUN8TX2y4o09cvKrvBNt7VVK04tLs5MsfXMCq2KDPGt9AtJNvF3jzTxqwosj8wNNIms8q3yDYnK9HdJyYlyyTaKcg808ATqAwCDjyOt";
36
+ Domain=.pinterest.com; expires=Mon, 11-Aug-2014 23:48:32 GMT; Max-Age=31103999;
54
37
  Path=/
55
- - csrftoken=eUgIJOnrTXDRmaAbDow7FmULtBtWuuIB; Domain=.pinterest.com; expires=Wed,
56
- 13-Aug-2014 23:08:04 GMT; Max-Age=31449600; Path=/
38
+ - csrftoken=4B8Gzpv7gRjAFGSj2sCbXNPFRIHj3gw2; 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
- - '1628894858'
63
- Content-Length:
64
- - '9629'
45
+ - '1450963804'
46
+ Transfer-Encoding:
47
+ - chunked
65
48
  Connection:
66
49
  - keep-alive
67
50
  body:
68
- encoding: ASCII-8BIT
69
- string: !binary |-
70
- H4sIANQNDFIC/+19a1fbyLLo9/wKxXefGXIG2xgIjwTIAgIJc5LACWTPnZXk
71
- arWttq0gSxpJDmGz+e+3qrpb6m5JtgwkM3PPZe2dsfpRXVVdXV1V/dp5/PL0
72
- 8OL3syNnnE2CvUc7j9vtj/7QOTlyNp3PezuY6gQsHO22eNhyBgFL092Wzzcd
73
- nwfZNv3bW3Egb2/n8Uceev7wc7ttwNmaBWerOZztWXDmQ1gaZQTlyb8fL50c
74
- PQFYkFEHUIJptw1Qj3bGnHl7jxz4s/+hf3cCP7x0Eh7sttLsOuDpmPOs5YwT
75
- PtxtjbMsftbtxtAAz9I2H3RiP8x4wtOsM4gm3SveZ3Hcxf97PL3Morjbn4Ze
76
- wDubW/2Vld5wuzNI05ZoficdJH6ciY8cC/z7yhLnbODsOjd5Ev7xZ85Ny0tb
77
- z5whC1K+7LRi/ePL8FrPGl6PXZ72tSQeD4cZD9NYT7vSPlL9I4kD7Ws4dPW2
78
- roZcfd0um0h+i8MUEL3NU2+fm4S5F0fnF+7b05dHQGE4DYIi/1ENL6DglR96
79
- 0VUHf94AxLMO1xIHHU5J2LaZjCmY9fLo4MMrI4tSMOv4wP2vo98hr93Dz8PT
80
- dxdH//sib+f84v3Ju1fn+ffZ/qsj9+Td8WmO/Vnn/ekHIAoSPn7Oi1Cae7Z/
81
- cXH0/h1ktVp51pvT/Zfu+6P//oCMOHl59O7i5Pjk6H1eCITrmA14P4ou/4tf
82
- Q/JwGg4yPwqX2BOSCQ1p9uhWVjmMQBS/ZZXFC6KK8udZ4oejtLJ8QXRR/oyN
83
- +Ek4jCor6FwpqryPphmvbiFnmdkA1ThjGQyqsL4hm7cmjDcR897zP6YwKk88
84
- Hmb+0OdJPbD63iCwKID7X5kfsH7AdSgCSDb20w60NeXeIQuCPhtcplIQZCbT
85
- Kj/uIcgcXCdOoizKrmPMu7ka8/CZjaQF4oXDoOFnlc124mk6hnqPbpcdj4Ma
86
- TPizKmwNhFYQz2GULCGdDFJWnjNnpxp+wMNRNn7OfvnliVRNVcU+ss9LTyD3
87
- dhZ3Ht1Sj+mM1b4wS8cy5FeOkXn6lScBi5Frfio/QBWP/unzqzhKMo2Ny05f
88
- YPs18j1nxdnd3XX6zk8/OUt9pPYJ0o+0Dwrt4IchT37zvWzs/PvfjhcNphMQ
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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
- lkAMST8S60VjRlJde37qTFOYAAouLjssBLaCjuAOMKEfscRzsgggBAHMnZDr
104
- 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
- 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
- GFHOxtwpRN+hYqrUHZEQvcqTasnScgtNdbeG4KO6DZFRL7s7XQq67PQj71qm
107
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- K72GscQTo4pIaoP5ohccU+oBIDZK0DfMBxn8lcth+IiB6gRPmNPY9n7zwX0P
116
- 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
- 8lOn2sxqbxDLdvqiIM5Nuy3xkceEiQ3cczw+ZNMgcwygoPbAuE2uT8PXEZh4
118
- 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
- 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
- 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
- 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
- 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
- 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
- 41y8p/kNbM+KsOcKQRBtSwSFcRqNcENuQ+iu8T7JYqpVqCr7hoWjKXiUb3k4
125
- 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
- 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
- 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
- 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
- vQI7gwkwi2C4Zu+3aQwmF3gpMCcl0RWYYj+D5+DA9AIutoMORDTEwc8fF1pC
130
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- +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
- XNkc9A2nriDP7j5DWWOpMwz4To14loH8nefDWJumRWfYmttagCsmR0LsYjyd
158
- 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
- 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
- 2YXTXPaayy51eQ2XfpoLXhwZbq9rGfFE29x5x0bvonOxz3yhRQZVq50bUjth
161
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- c3JpSHEwO0MfhiAItZ84V+wa+UCb3sVgzPxwyoX4yt+oQC9pJF3mWp64SD9I
182
- 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
- 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
- SmynhI/erRgGwOcBd/Pk1j9uxO/blpavQ4ES+Ivyo1hskYPUFzfy47aFkPGo
185
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- lXFZ6LpKzG3RG3Iu1b6qRcLnp64GBXltYnkM1arwAwW3IPU5Bhy8zGvyuWg4
193
- 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
- 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
- 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
- wEx92XidyHQTq8YzT8uLcLt/HT6acVKyg0sTUA4K0BW/b4WDAFKKS60unVh+
197
- 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
- 52KYQOSqL7uT/1S2DAJQNPdnC4H5f4MrCaerfu7DEgXjIUmaTQcGIdwhWF+h
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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
- VtgwTUVHtYuRXfFhdweuQbyXLdxXjmx8m2Gpyreqgj0PIt8Cr85/NpRsMd26
206
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 6Tzh5WVDO99A90Bi9Qr3jxNODxW/OwNo4WysZbBLIV3ruRasg84Amz2bF/pX
217
- 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
- BMddGwZeuz/18ULERWk5Z3hPIvyoocdGvxLbA9F2c2Q182wxdO9kfy3M/cI6
219
- symiO8pmLJirjWQztrwRiDr8841o/7ihnxUUVBQxaLD3q91/fKNKOudZhmdO
220
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- uhzv6Fku9ufsxyL+MfYDL6GjNR9nFRfPX1Bsk1g2zr+bQjDfkSsgFTdJlEs0
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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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- PL2LUtFlYpCpu3aUClEPwuADl9igXPXW4gP6zQLLIoSiQc+dfLwVHn38EGDl
262
- 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
- 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
- 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
- c5rlznuQbis9F7qwTT13oJvHU5Yrj/lUzD3a+8h/tvEin/GsiDumLkYE5Mvs
266
- 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
- xdN+4A8EOirnb0MGvW9a0OKrzwYENN6TKIbO1ubqytbm0+2VzacrwnisJa08
268
- NS0UirPfmLuLcdQA/7L5ZOqw2qf0DOvFNq40C8EybARK8w0gUa6pBSTf/2to
269
- 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
- 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
- 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
- PoXLNMyvZNfshOI57PnSXg1wWekDldKzO6N8wrbsJGtvfddSfgcjdBZ/apz4
273
- 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
- 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
- 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
- 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
- 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
- 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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(\"894507136401\");\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:04 GMT
678
+ recorded_at: Fri, 16 Aug 2013 23:48:32 GMT
286
679
  recorded_with: VCR 2.5.0