Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Hmm, I'm not able to reproduce I ran <code>fql?q=SELECT political,activities FROM user WHERE uid in (SELECT uid2 FROM friend WHERE uid1 = me())</code></p> <p>And here's some results:</p> <pre><code>{ "political": "Aleister Crowley 2012 (Other people are not your property)", "activities": "Invisible Pink Unicorn, Amatuer radio, Sound Engineering, Ice hockey, Child, Shooting" }, { "political": null, "activities": "Sailing, Hiking, Mountain biking, Camping, Kayaking, Snorkeling, Walking on the Beach With Andrea" }, { "political": "Moderate conservative", "activities": "McRib, Road trips, And Poking Dead Things With a Stick, Long Walks on the Beach" }, </code></pre> <p>Be sure to check your access token with the linter to ensure you have the correct permissions: <code>friends_activities</code> and <code>friends_religion_politics</code></p> <p>Here's the results from my access token when run thru the linter (bad copy paste, but you get the idea):</p> <blockquote> <p>Issued: 1324594818 : 3:00 pm Dec 22 2011 Expires: Never Valid: True Origin: Web scopes: ads_management create_event create_note email export_stream friends_about_me friends_activities friends_birthday friends_checkins friends_education_history friends_events friends_games_activity friends_groups friends_hometown friends_interests friends_likes friends_location friends_location_posts friends_notes friends_online_presence friends_photo_video_tags friends_photos friends_questions friends_relationship_details friends_relationships friends_religion_politics friends_status friends_subscriptions friends_videos friends_website friends_work_history manage_friendlists manage_notifications manage_pages offline_access photo_upload publish_checkins publish_stream read_friendlists read_insights read_mailbox read_requests read_stream rsvp_event share_item sms status_update user_about_me user_activities user_birthday user_checkins user_education_history user_events user_games_activity user_groups user_hometown user_interests user_likes user_location user_location_posts user_notes user_online_presence user_photo_video_tags user_photos user_questions user_relationship_details user_relationships user_religion_politics user_status user_subscriptions user_videos user_website user_work_history video_upload xmpp_login</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload