Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Spotify is a streaming music service for multiple platforms. This tag covers Spotify's various developer libraries and external API's, including: Spotify Apps API, libspotify, Metadata API.

learn more… | top users | synonyms

0
votes
1answer
160 views

Embed custom Spotify playlist on Facebook app

I'm looking for some more information on how to embed a custom Spotify playlist into a Facebook app. If ads must be served every few songs, I wanted to see if there was a way (paid) to serve up my own ...
1
vote
1answer
56 views

Spotify FB Login with preview api

Anyone knows how the facebook login works with the new preview spotify apps api? I tried something like this... require(['$api/facebook'], function(facebook) { facebook.session.showConnectui(); ...
-1
votes
3answers
137 views

Spotify App: Facebook Wall Post

I have been looking through the Spotify API and on the web to try and find an answer, but haven't found what I need. I need to post a message or a link onto someone's Facebook wall through a Spotify ...
1
vote
1answer
77 views

Spotify API - Find facebook users

Is it possible to use the Spotify JavaScript API to determine if an (authenticated) FaceBook user also uses Spotify?
0
votes
0answers
53 views

friends_actions.music Facebook & Spotify

I am using Open Graph API to look up music.listens fields from Facebook, hoping to get the same data I see in my Spotify (right pane). Permissions are set properly (friends_actions:music), I can see ...
1
vote
1answer
105 views

Using FB login with Libspotify/Hallon

I'm working on my first rails app and am trying to make it so that Users can create a joint Playlist and then play that playlist. I planned on using Hallon/Libspotify to create the playlist but am ...
0
votes
0answers
66 views

How to login with Facebook in a Spotify app

I'm using auth.authenticateWithFacebook to authenticate users when they enter the Spotify app but they also need to logout and to do that, afaik, you have to use the FB JS SDK. This is fine except I ...
0
votes
1answer
88 views

Can I use the facebook php SDK in spotify apps?

I need to be able to post information from my application to the users timeline, now the only way I know how to do this is with the facebook php SDK, the thing is since i use the standard javascript ...
1
vote
1answer
174 views

Get facebook friends that also use spotify

I'm building an iOS app using the Spotify API that requires communication with my Spotify friends. I've come to realize that it's really facebook friends that also use Spotify and that to do that, you ...
1
vote
2answers
212 views

Spotify App - Facebook Auth logout procedure

In the Spotify App's API docs there is a module to authenticate via Facebook - now I try to find a way to logout from Facebook but can't find any documentation about the correct procedure. The ...
0
votes
0answers
70 views

showAuthenticationDialog not closing popup on windows

We're writing a spotify app which uses the showAuthenticationDialog-Dialog for inviting users facebook friends. Inviting works, but the Popup-Windows doesn't close on Windows (on a Mac it does!). ...
0
votes
1answer
154 views

how to get music.listens data using FQL

I want to integrate spotify data to my application which is posted in Facebook. I am tried that using Graph API Explorer by ...
1
vote
2answers
4k views

How do I add a Spotify “Listen” button next to the “Like” button on my Facebook band page? [closed]

I want the "Listen" button to be added to my band page on Spotify, like The Flaming Lips and other bands have. How do it do it? Here is a link to the Lips' page, showing the "Listen" button: ...
0
votes
0answers
42 views

authenticateWithFacebook cancel no event [closed]

I'm not sure if I'm just doing something wrong or not... It seems the authenticateWithFacebook dialog is not reporting back with neither onSuccess, onFailure or onComplete if a user presses the ...
1
vote
1answer
551 views

How does the Spotify Windows desktop application authenticate the user?

I noticed that the Windows desktop Spotify application asks me for my facebook username and password in the login screen. I am wondering what happens behind the scenes. When I change my fb password ...
0
votes
1answer
99 views

Block the facebook user thumbnail link inside spotify

I'm working on an app inside spotify, and I want users to share content with each other. What I've done is use spotifys showAuthenticationDialog with and url looking something like ...
0
votes
1answer
201 views

Facebook profile images in spotify

I want to display facebook profile pictures in my spotify app, but what urls should I allow in the manifest file? I know I can retrieve the images through http://graph.facebook.com/[user_id]/picture ...
-1
votes
1answer
200 views

How to test music.listens?

I'm trying to figure out how to use music.listens open graph api. Here's steps I did Open Spotify app and then play a music then shared that music on facebook. login to facebook.com then navigate to ...
1
vote
2answers
628 views

Spotify integration with Facebook OpenGraph

I'm trying to reproduce some cool things of the Spotify opengraph integration but there is one thing I understand how they do : when you go on your spotify app profile (mine : ...
1
vote
2answers
83 views

How to get only playable songs in US?

I'm working on a spotify app with facebook api. I have the following query. me/music.listens?limit=5&util=1 week ago or [friend id]/music.listens?limit=5&util=1 week ago when i get tracks ...
3
votes
1answer
291 views

Posting spotify url to facebook no longer working [closed]

I used to have a working way of posting spotify songs perfectly to facebook. They would appear like any other link shared from a mac or windows version of spotify. Now, several months later.. I can ...
0
votes
1answer
491 views

Remove 'popular music' module from Facebook artist page

On the new Facebook Timelines for bands, they will show popular music by that artist. Except sometimes they get it wrong, and it seems impossible to remove! Here is an example: The artist is called ...
0
votes
2answers
170 views

Facebook Javascript SDK inside a Spotify App, possible?

I guess the title is clear enough. I would like to import the Javascript SDK of Facebook inside a Spotify App. Mainly to use the Dialog feature. Does someone know if it is possible?
0
votes
1answer
165 views

getJSON callback not called when requesting a Facebook user

I am successfully authenticating a user to Facebook through my Spotify app, but then I try to request the user information and my .getJSON callback is never called. Here's my code : ...
1
vote
1answer
137 views

Music meta missing from Facebook /home

When somebody shares a Spotify playlist, the attachment is missing from the Graph API. What is shown in Facebook: What is returned by the Graph API: { "id": "********_******", "from": { ...
2
votes
2answers
145 views

Getting the “feed” messages of a specific app

I would like to develop an app that recommends music to the user based on the music his/her friends listen to. But in order to do so, I would need a list of the music of the friends of the user. So my ...
-6
votes
1answer
284 views

How can I use Facebook Connect and Open Graph from my Spotify App

I am developing a Spoitfy App and I need to access information about the Facebook user. I have been able to successfully get an authentication token by using the auth.authenticateWithFacebook. What do ...
2
votes
2answers
1k views

How to post to the ticker on facebook, like spotify does with music

I'm making an app that should post to the ticker on Facebook, of what I'm hearing on my app... Just like Spotify does with their app.. I've made the Open Graph on facebook, and the FB connection on ...
1
vote
2answers
1k views

How do I connect my Spotify App to Facebook Connect?

I am developing a Spotify App and everything goes very well with a lot of reverse engineering and inspecting the javascript objects from the inspector. However, I can't seem to manage to get the ...
-2
votes
1answer
665 views

Spotify Facebook API Documentation

I need API/Webservices Documentation to make "playlist" in Spotify via Facebook User Account in Facebook APPs and share it with your friends and the friends can "update" the playlist, but i dont find ...
2
votes
1answer
888 views

Is there an Facebook API to retrieve music recent activity, especially music on Spotify?

I want to get songs list which played in Spotify, and I could see it under 'recently activity' feed, but how to get those recently activity feed info Using facebook API? Yes, I know I could get ...
0
votes
2answers
335 views

Facebook: Listening songs on Spotify of firends or me always return empty array (music)

I'm trying to get the current user's listens and friends listens. I am sure my friends has listened songs on Spotify and those songs has been synced to Facebook, and I also could see it on my music ...
4
votes
1answer
2k views

How to get music listening data from Facebook/Spotify?

I'm trying to make an app that uses the list of songs that a user has been listening to on spotify. i.e on a user's profile page (with timeline enabled), you can see Recent Activity under Music, and ...
4
votes
1answer
916 views

How does Spotify posts playlists onto Facebook wall via API?

It seems that Facebook API only allows text, image, video and flash embeds to be posted onto users' walls via API, but somehow Spotify posts these complex playlists with play buttons, images, etc. ...
1
vote
3answers
348 views

Spotify + Facebook integration - Hitting the pause button on Facebook pauses my native mac client almost instantaneously. How is this done?

Just as the question reads. If I goto my FB Activity, it shows the track that's being played and a pause button. If I hit "Pause" it pauses my native spotify app instantaneously. How is this ...
5
votes
2answers
4k views

Using Open Graph API, can I see when users Add To Playlist or Star tracks in Spotify?

How would I access when a user (and a friend of a user) adds a song to a playlist, or stars a song in Spotify, Rdio etc?