English 中文(简体)
音乐. listen 返回空数组
原标题:music.listen returns an empty array

我正在研究一个“点点”应用应用程序。

我想知道我朋友在听什么。 我目前使用“ 坚固” 音乐。 请听 < / 坚固” 开放图表 api, 但是它返回大多数用户的空数据 。

我签了一个新的Facebook账户,然后用新的账户在Spotify签署。我紧紧地唱了一首歌,然后登出。

然后我转回了原来的账户 然后我得到新的脸书账户的数据 (这是我的原始账户的朋友)

所以我猜是音乐。 听音乐只为新用户工作(或最近注册)?

这是真的吗?

更新:

在这里,为我工作

  1. I signed up a new facebook account on my second computer
  2. Installed Spotify app then signed in with the new facebook account.
  3. Spotify prompted a message and I clicked continue
  4. 我点击了一首歌 并把它分享到Facebook上。

  5. 在主电脑上,我用不同的Facebook(新Facebook账户的朋友)签名加入Spotify,然后访问我的应用程序。我的应用程序得到了一张我新的Facebook账户所聆听的歌曲清单。

在使用我的新Facebook时,我没有看到一个许可箱。

所以,我的问题是... 怎么会有一本新的Facebook工作, 而不是现有的账户?

最佳回答

您是否拥有正确的权限? 您需要 < code> user_ actions. musle 或 friends_ actions. 允许阅读音乐活动的用户列表

For more information see https://developers.facebook.com/docs/authentication/permissions/ and https://developers.facebook.com/docs/authentication/

https:// developmenters.facebook.com/docs/audetication/permissions/#open_graph_perms' rel=“no follows”>https://developers.facebook.com/docs/audetication/permissions/#open_graph_perms ,专门用于音乐

然后可在/USER_ID/musics.listeens上查阅。

您是否还确定您重新检查的用户是否真的使用了一个社会音乐应用软件, 以及他们在该应用软件中的活动是否为您所见?

问题回答

暂无回答




相关问题
How do i redirect to a GET request from a POST request on GAE

i am writing an FBML app on facebook hosted in GAE. Facebook will talk to your hosted app only vai POST (im sure this is the cause, but please do correct me if i m wrong). So im faced with the issue ...

Facebook Graph API: user gender

The old Facebook API provided the user sex/gender as part of the default user data. Apparently the new Graph API does not provide that information, even though the documentation says that it does. I ...

Send private messages to friends

I need to get via Facebook connect user s info and send a private message to all of his friends. Is it possible?

Facebook Canvas multiple pages?

Is it not possible to move between pages in the canvas on facebook? I m trying to create a app where i have two pages that the users can switch between. The first page works fine, but when i click a ...

Getting a friend count from Facebook (possibly using api)

I m used to working with Twitter, where friend/follower totals are available in a simple XML request. My goal is a simple "enter your username/user id, and display your friends count". Is there ...