Note that there are some explanatory texts on larger screens.

plurals
  1. POMusic meta missing from Facebook /home
    primarykey
    data
    text
    <p>When somebody shares a Spotify playlist, the attachment is missing from the Graph API.</p> <p>What is shown in Facebook:</p> <p><img src="https://i.stack.imgur.com/T4Crc.jpg" alt="enter image description here"></p> <p>What is returned by the Graph API:</p> <pre><code>{ "id": "********_******", "from": { "name": "*****", "id": "*****" }, "message": "Refused's setlist from last night's secret show in Sweden...", "icon": "http://photos-c.ak.fbcdn.net/photos-ak-snc1/v85005/74/174829003346/app_2_174829003346_5511.gif", "actions": [ { "name": "Comment", "link": "http://www.facebook.com/*****/posts/*****" }, { "name": "Like", "link": "http://www.facebook.com/*****/posts/*****" }, { "name": "Get Spotify", "link": "http://www.spotify.com/redirect/download-social" } ], "type": "link", "application": { "name": "Spotify", "canvas_name": "get-spotify", "namespace": "get-spotify", "id": "174829003346" }, "created_time": "2012-03-01T22:24:28+0000", "updated_time": "2012-03-01T22:24:28+0000", "likes": { "data": [ { "name": "***** *****", "id": "*****" } ], "count": 1 }, "comments": { "count": 0 }, "is_published": true } </code></pre> <p>There's absolutely no reference to an attachment, other than the fact the type is 'link' and the application is Spotify.</p> <p>If you want to test, Spotify's page (<a href="http://graph.facebook.com/spotify/feed" rel="nofollow noreferrer">http://graph.facebook.com/spotify/feed</a>) usually has a playlist or two embedded (and missing from Graph API). Also if you filter your home feed to just Spotify stories (<a href="http://graph.facebook.com/me/home?filter=app_174829003346" rel="nofollow noreferrer">http://graph.facebook.com/me/home?filter=app_174829003346</a>), you'll get a bunch of useless stories without attachments (assuming your friends shared music recently)</p> <p>Anyone have any ideas how to access the playlist details, or is it unavailable to third party developers (if so, this is a very a bad user experience, because the story makes no sense without the attachment).</p> <p>I am able to fetch scrobbles without any trouble using the user_actions.listens. Also, if there is a recent activity story, e.g. "Peter listened to The Shins", I am able to get information about the band. The problem only happens on attachments. </p>
    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.
 

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