Edmilson Dos Santos Jr

Results 2 issues of Edmilson Dos Santos Jr

defp deps do [{:phoenix, "~> 1.0.2"}, {:phoenix_ecto, "~> 1.1"}, {:postgrex, ">= 0.0.0"}, {:phoenix_html, "~> 2.1"}, {:phoenix_live_reload, "~> 1.0", only: :dev}, {:cowboy, "~> 1.0"}, {:maru, "~> 0.8.1"}, {:maru_swagger, "~> 0.5", only:...

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.