Hi,
Can someone explain initially, how to get "Authorization code" when accessing authorization URL with client_id and client secret and credentials.below is URL, I am not getting actual authorization code instead page is re-direct to login page here I am not sure how to get Authorization code.
https://auth.bullhornstaffing.com/oauth ... llhorn.com
How to get authorization code
Moderators: StaffingSupport, s.emmons, BullhornSupport
-
- User
- Posts: 4
- Joined: Tue Mar 17, 2020 8:51 am
-
- User
- Posts: 26
- Joined: Wed Feb 26, 2020 12:43 pm
Re: How to get authorization code
The below article will walk you through the steps on how to get an authorization code.
http://bullhorn.github.io/Getting-Started-with-REST/
http://bullhorn.github.io/Getting-Started-with-REST/
-
- User
- Posts: 1
- Joined: Thu Nov 05, 2020 4:33 am
Re: How to get authorization code
Hi,
Me too it only returns a HTML code response instead of the authorization code itself
Me too it only returns a HTML code response instead of the authorization code itself
Re: How to get authorization code
This is a bit old .NET Bullhorn example
https://github.com/elevate/Bullhorn.Net ... Session.cs
This might help you with your code.
I am planning to publish my .NET Core Bullhorn API to GitHub so that would be another example which you can use/re-use.
https://github.com/elevate/Bullhorn.Net ... Session.cs
This might help you with your code.
I am planning to publish my .NET Core Bullhorn API to GitHub so that would be another example which you can use/re-use.