1

I am developing an app in both android and ios that uses Jawbone UP Api. Can I use the same client id and secret for both ios and android platforms?

Sammys
  • 1,443
  • 5
  • 14
  • 21

1 Answers1

1

Yes, you can use the same client id and client secret but the redirect url should be same .You can achieve this by having a common server servlet.

hybrid
  • 1,255
  • 2
  • 17
  • 42