Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Salesforce - Social Studio API #5

Open
edossantos opened this issue Aug 10, 2016 · 1 comment
Open

Salesforce - Social Studio API #5

edossantos opened this issue Aug 10, 2016 · 1 comment

Comments

@edossantos
Copy link

It's possible to use this library for the Salesforces API, I'm trying to authenticate using

`POST /oauth/token HTTP/1.1
Host: api.socialstudio.radian6.com
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded

grant_type=password&client_id={clientKey}&client_secret={clientSecret}&username={username}&password={password}`

Thank you advance.

@stevenmaguire
Copy link
Owner

I am not sure. Have you tried? You can set a custom domain when configuring the client (https://github.com/stevenmaguire/oauth2-salesforce#authorization-code-flow). If the authorization paths are different than the ones configured in this package, I would suggest creating a local child class that extends this one as a proof of concept. If, in fact it is possible, I am happy to consider modifying this package to accommodate this new use case; I'd like to understand its feasibility first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants