Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requestParams、requestURI、stepNumberの統合 #1

Open
panicdragon opened this issue Jun 28, 2020 · 1 comment
Open

requestParams、requestURI、stepNumberの統合 #1

panicdragon opened this issue Jun 28, 2020 · 1 comment

Comments

@panicdragon
Copy link
Member

panicdragon commented Jun 28, 2020

requestParams、requestURI、stepNumberの統合

example

const request = {
    accessToken: {
        method: 'get',
        params: ['code', 'client_id', 'client_secret', 'redirect_uri'],
        uri: FacebookURI.ACCESS_TOKEN,
        no: 10
    },
    verification: {
        ...
    },
    fetchUser: {
        ...
    }
   ....
}
@panicdragon
Copy link
Member Author

callbackの際、storeが更新されていないようで、

get requestParams が外せない。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant