I am trying to implement oauth login to latest huggle, however I am confused about several things:
1) How do I obtain the data which are normally provided in a callback URL?
2) What is consumer key and secret? Can these values be shown to end-users? Do these values need to be known by application itself? If consumer secret is supposed to be known by application but not the user, how am I going to achieve that, given that user would have access to binary files which would contain it?
Thanks