I tried to to use the FOSOAuthServerBundle for authenticating the users respective to their access token.
I did all the settings as per the link: http://blog.tankist.de/blog/2013/07/17/oauth2-explained-part-2-setting-up-oauth2-with-symfony2-using-fosoauthserverbundle/
As an output I receied the client id and the client secret key but I am confused about the grant_type..what values does it hold??
And while running this in browser: http://external.apostle.digibiz.com/web/app_dev.php/oauth/v2/token?client_id=1k1x8xpqbjnogs88cso0gwwk4848oocsscsgwcwowcck4840s8&client_secret=3ntf3p6h6c6c04g4o08ggkgcwc0co0sk804gwckow88g0ggck0&grant_type=client_credentials
the following is given as error: {"error":"invalid_client","error_description":"The client credentials are invalid"}
How can I solve this error????