tags:

views:

20

answers:

0

Hi,

I want to implement the OAuth implementation for Google Accounts but it is asking to enter the consumer secret key either using one of security HMAC-SHA1 or RSA-SHA1 as signature_method.Their documentation says that are available by register the web app with the Google. For my development testing i trying to add localhost as domain. After that i am unable to move forward to get consumer secret key for localhost domain.

Is it possible to get the secret key for localhost for development process.

we can skip this process of security check for OAuth implementation.