2

It seems people are usually protective with the AppId, but it can be viewed by doing view-source on a page, no?

What are the security dangers if the appId gets into the wrong hands?

Genadinik
  • 18,153
  • 63
  • 185
  • 284

1 Answers1

7

Your Appid is public information. The secret key should remain private.

Brian Hoover
  • 7,861
  • 2
  • 28
  • 41
  • and how can I keep it (secret) private if I am developing a native iOS/Android app? I read about storing it in a server, but if someone download the app and decode the app then it will be possible to get it just performing the same call. No? – Axel M. Garcia Jul 06 '12 at 15:49