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:32 GMT
43
26
  Pinterest-Breed:
44
27
  - CORGI
45
28
  Pinterest-Generated-By:
46
- - ngapp-015f75b4
29
+ - ngapp-a8684797
47
30
  Pinterest-Version:
48
- - 419b911
31
+ - 559a34d
49
32
  Server:
50
33
  - nginx
51
34
  Set-Cookie:
52
- - _pinterest_sess="eJxLCw5ML8nPMy8JMLDMNk32L3MNK/b2jDKuiAy1tY8vycxNtfUN8TX2ywqt9A2JNPFNt7VVK04tLs5MsfXMcq2KzArL8c0NrYyscjTxrQqs9AsJNPHNcjT1DUkujwz3rfJ3STeIzPI09gTqAwC3FSQt";
53
- Domain=.pinterest.com; expires=Sat, 09-Aug-2014 23:08:02 GMT; Max-Age=31103999;
35
+ - _pinterest_sess="eJzzNzYtCTOtyogI9U60tChycwmsjMx1L3f09DOxtY8vycxNtfUN8TX2y4o09cvKrvBNt7VVK04tLs5MsfXMdcuODHHK8q0KyvVzDzXyywosj8oNNfWrijT0Dfes8Hdxy/R1iaz0y3XL9QTqAwB/uCPF";
36
+ Domain=.pinterest.com; expires=Mon, 11-Aug-2014 23:48:32 GMT; Max-Age=31103999;
54
37
  Path=/
55
- - csrftoken=BtgAm7lR8KD7AUdDw5Y3LTUGfSGzR8Hf; Domain=.pinterest.com; expires=Wed,
56
- 13-Aug-2014 23:08:02 GMT; Max-Age=31449600; Path=/
38
+ - csrftoken=7WBEh7nC7jCiNiteyG2b9x1gcjWupsMt; 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
- - '2007101236'
63
- Content-Length:
64
- - '9631'
45
+ - '1433621714'
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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
- DzN/6POkHlh9bxBYFMC9S+YHrB9wHYoAko39tANtTbl3wIKgzwYXqRQEmcm0
85
- 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
- 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
- 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
- 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
- 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
- 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
- uGJuwIcZMgfTh/iDKsCH5/wi2JYD23XaMoEqbQMH8yICIJagjkY8cZgdvnIP
92
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- +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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- jodTo2P0jPamhGIprua6obd6X+WAq0xsOuIydcxSHNqoJAzN0HsqGtIVgmhH
126
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- eUL3kVSds1Dvizrt3jNz2rStsrz7BTtiK32ePk6zJApHhfJHF7TsJAPXZUHn
134
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- tCrDLrQnO4yEYLV26SQCiM6vUE4g3EExt9eCKB5Y9FRHscLcjuP5aRyw6+eA
163
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 6N0F0uxZ3fUaITzO5USs0Xv5gBeChKJMw3wqsgVQf3BxaMsWshRXhbktZP0g
177
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- VqApsZ0SPnq3YhgAnwfczZNb/7gRv29bWr4OBUrgL8qPYrFFDlJf3siP2xZC
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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
- 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
- ouGkhsRLNSQWQODHcuYe2KL7FbDkriyT1e/Dr5E/zBYV2Lx9qnyf1i99j0d3
194
- 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
- KsMSe3m9uvmMALm+lHb6qpikKkuhdaHjBTnFt90LBSZ1PFHTxyztlh+cbzCG
196
- tbKAmfqy8TqW6SZWjWeelhfhdv86fDTjpGQHlyagHBSgK37fCgcBpBSXWl06
197
- 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
- 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
- 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
- 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
- YW5g+HcmZBo2JMUq2ICYhgItF4xky7rbXtCt4yNrvryBH7ciwB5K8+7lTSy1
202
- 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
- T1zAXzYT6GzOAyGECxNZ8z6UYWoXHBiuFuugR+1kG2O1KPMBWzsJ+QEaFmro
204
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- +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
- 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
- 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
- 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
- vjRAcTI3jdlEyKGdWuxwlHG1CZ9EoqgWihErBmKZo3J1w7oX6s/nrLFY8504
222
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 7Q+yOm3Oec3v0MTyrHDZ319qm1lRi8quZlY1FNRq06OqwbLF9XflfbOYzgK8
233
- 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
- eACJYxaOKk5clIMxB1RSbbR+uJNV1nbAvZAF1wAppcsna83UmkNVtBCsHRMr
235
- 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
- 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
- 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
- rj1XegA5VlXjbcToJjhQOMce8hBmhWSptfl0bX19bXVzdWWj1xKvesqKgw5J
239
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- YrTquqaGffmLvI14GMq3OBAbyZYcnTn8rcbWxMp4otgeoIXKxNepgnp9GVA2
251
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- +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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- SscOX9atxKg3Y3oRATdtMVBNIDQUhlEk7mbL+0w++VcUTvgQGcqCoKUt8yXZ
271
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 7Rd6YBb11nIeWTPMPM9EHJtz8fEqpSzlDfYSRamM1cX7VqocqQZr8ViY3j7r
281
- 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
- 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
- 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
284
- AA==
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(\"152961569783\");\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:31 GMT
287
679
  recorded_with: VCR 2.5.0