I'd like to be able to query my Netflix Friends' queues. ie:
api.netflix.com/users/{user_id}/community/friends/{friend_id}/queues
I realize there may be privacy concerns to this, so if it isn't possible to do it per-friend, how about a combined friend queue that simply throws out the friend's information and merges all the queued items together:
Privacy concerns steered the approach on this one. We couldn't have people fishing through queues at will. Bundling queues together doesn't ameliorate the issue if you only have one friend. Existing approaches that might work would be to ask your friends to give you their RSS feeds for their queues, or have them authenticate via OAuth so you can get the info via the REST API.
I'd like to be able to query my Netflix Friends' queues. ie:
api.netflix.com/users/{user_id}/community/friends/{friend_id}/queues
I realize there may be privacy concerns to this, so if it isn't possible to do it per-friend, how about a combined friend queue that simply throws out the friend's information and merges all the queued items together:
api.netflix.com/users/{user_id}/community/friends/queues
Message edited by Jeremy 3 years ago
Adam Durfee – 3 years ago
Privacy concerns steered the approach on this one. We couldn't have people fishing through queues at will. Bundling queues together doesn't ameliorate the issue if you only have one friend. Existing approaches that might work would be to ask your friends to give you their RSS feeds for their queues, or have them authenticate via OAuth so you can get the info via the REST API.