Hi.
I'm integrating dropbox to my symfony2 application and I need next parameters:
- consumer_key
- consumer_secret
- some_token
- some_token_secret
... to use dropbox via OAuth1.
But at my application info dashboard (https://www.dropbox.com/developers/apps/info/bla-bla-bla)
I haven't 4 parameters, have only 3:
- App key
- App secret
- Generated access token
So, I haven't Token Secret. Where can I get it?
I think that this parameters from OAuth2 but I need OAuth1 parameters.
Thank you.
Links:
https://github.com/KnpLabs/KnpGaufretteBundle#dropbox-dropbox