GithubHelp home page GithubHelp logo

meteor-accounts-spotify's People

Contributors

xinranxiao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

meteor-accounts-spotify's Issues

Log out current Spotify user

First of all, thank you for providing this package and example app, that you made.

I was wondering if there is any way to implement log out?

Redirect uri

can i use localhost/_oauth/spotify?close for development? I'm getting the popup callback window but the page is saying unauthorized.

Code Exemple

Hello,
I'm new in meteor and I would like to know if this is an example of using your code somewhere online.

Thanks

publish Refresh_token?

Why shouldn't the refresh token be sent down (You wrote a comment in spotify_server.js about this)? Is there a way to access it in order to get a new accessToken? Or should I just call the Login Method, instead of getting a new accessToken using the oauth refresh Token?
Thank you in advance, your package has been very helpful to me

HELP DEAR

Hello i need your help directly, i dod know how or how i did remove or hide my 2 Spotify artist profiles i had one with over 700k streams and the other one is 800k. That have take my long time bro please can you hjälp me to get them back or maybe find out a some solution.

Can you write an email to me or how an we talk with each other???

How to get the Auth Token from client?

I need to retrieve the access_token from this package so I can set it in the angular-spotify issue 31 package similar to this: Spotify.setAuthToken($rootScope.token)

This way I can utilize the spotify web api from the client, and not only on the server (like this package does - https://github.com/xinranxiao/meteor-spotify-web-api )

Printing Meteor.user() only lists the 'profile' field, not the 'services' where the token lies.

Or is there a better way to be able to get the auth/access token from the server, and use the spotify web api from the client with Angular?

Issue requesting correct scopes

Thank you so much for this package! I have added accounts-ui and xinranxiao:accounts-spotify packages to my project, and have successfully added the service config and redirect URL's so that the OAuth flow is working - however I am struggling getting the flow to request the correct scopes on the client side.

Following your instructions and your example code - I have created a config.js file in my client folder with the following content:
var scopes = ['playlist-modify-private', 'user-library-read','user-follow-read', 'playlist-read-private']; Accounts.ui.config({'requestPermissions':{'spotify':scopes}});
However, every OAuth request flow that goes through only ever requests the following scopes:

  • Read your publicly available information
  • Get your email address

Any idea why this is happening and why the Accounts.ui.config settings aren't being called properly? Thanks!

Popup window not closing

In a browser all works fine, I can login into spotify, and the popup window closes when completed. In a mobile app (iPhone with cordova) the login also works fine, but I have to close the popup manually by clicking "Done". The window is completely blank.

Any idea how to debug this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.