1

How to get client key and client secret for dropbox app? I have the app_key and app_secret for app. but i need to get the client key and client secret. Using a help provided by drop, I am able to generate access token. this client key and client secret are requested by Manifold connector for dropbox.

kuhajeyan
  • 10,727
  • 10
  • 46
  • 71
  • 2
    Could you link to "Manifold"? From the terminology you use (client key and client secret), it sounds like Manifold uses OAuth 1, but you have an OAuth 2 access token. – user94559 Jan 30 '15 at 15:53
  • @smarx , i have place for entering app_key, app_secret, client_key, client_secret to enter. would you be able to tell me if this something resembles Oauth1? – kuhajeyan Feb 02 '15 at 06:16
  • 1
    Yes, that sounds like OAuth 1 to me. – user94559 Feb 02 '15 at 06:22

1 Answers1

-1

If you want develop an application running on Android platform, you can to go developper console to set up an application, get client key and client secret.

Zephyr
  • 6,123
  • 34
  • 33