-
ChatterFeed
-
0Best Answers
-
1Likes Received
-
0Likes Given
-
3Questions
-
1Replies
Calling External Web Service using OAUTH
Hello Guys
Could anyone please assist me on how to call an external web service using OAUTH. Could you please show me the base template class I would use. I am given the following instructions on https://api.envisionme.co.za/v1/docs#oauth. I already have an app on their side with the client_id and client_secret. Im just so frustrated becasue I have been searching documentation for the past two weeks and cant seem to get something to assist me :(. I wanna be able to then have a button on my contact page which will then call the class which will make the callout to that API and retrieve the response
Could anyone please assist me on how to call an external web service using OAUTH. Could you please show me the base template class I would use. I am given the following instructions on https://api.envisionme.co.za/v1/docs#oauth. I already have an app on their side with the client_id and client_secret. Im just so frustrated becasue I have been searching documentation for the past two weeks and cant seem to get something to assist me :(. I wanna be able to then have a button on my contact page which will then call the class which will make the callout to that API and retrieve the response
- Nelson Chisoko 15
- August 18, 2015
- Like
- 0
- Continue reading or reply
[Beginner] - Calling out an external web service API using REST services and OAUTH
Hello Guys
I have been struggling to find a way on how I can call an external web service via apex which uses OAUTH via REST services. Basically I am trying to access an API on https://api.envisionme.co.za/v1/docs#oauth. Now they use OAUTH to grant access to make calls such as retrieving jobs, candidates etc. They have set up an app on their side with a client_id and a client_secret. Now based on their doc Im suppose to follow a process: make a login call, get a token etc...
I have absolutely no idea how to do this...how do I set up an apex class that will
1. Login and get the token
2. Enable me to make those Http POST, GET etc methods
Because ultimately I wanna have a trigger that will call on it to retrieve the data from that external web service.
I do know a bit of apex but I am a rookie when it comes to integration stuff. Please help if you can.
I have been struggling to find a way on how I can call an external web service via apex which uses OAUTH via REST services. Basically I am trying to access an API on https://api.envisionme.co.za/v1/docs#oauth. Now they use OAUTH to grant access to make calls such as retrieving jobs, candidates etc. They have set up an app on their side with a client_id and a client_secret. Now based on their doc Im suppose to follow a process: make a login call, get a token etc...
I have absolutely no idea how to do this...how do I set up an apex class that will
1. Login and get the token
2. Enable me to make those Http POST, GET etc methods
Because ultimately I wanna have a trigger that will call on it to retrieve the data from that external web service.
I do know a bit of apex but I am a rookie when it comes to integration stuff. Please help if you can.
- Nelson Chisoko 15
- August 18, 2015
- Like
- 0
- Continue reading or reply
[Beginner] - Calling out an external web service API using REST and OAUTH
Hello Guys
I have been struggling to find a way on how I can call an external web service via apex which uses OAUTH via REST services. Basically I am trying to access an API on https://api.envisionme.co.za/v1/docs#oauth. Now they use OAUTH to grant access to make calls such as retrieving jobs, candidates etc. They have set up an app on their side with a client_id and a client_secret. Now based on their doc Im suppose to follow a process: make a login call, get a token etc...
I have absolutely no idea how to do this...how do I set up an apex class that will
I do know a bit of apex but I am a rookie when it comes to integration stuff. Please help if you can.
I have been struggling to find a way on how I can call an external web service via apex which uses OAUTH via REST services. Basically I am trying to access an API on https://api.envisionme.co.za/v1/docs#oauth. Now they use OAUTH to grant access to make calls such as retrieving jobs, candidates etc. They have set up an app on their side with a client_id and a client_secret. Now based on their doc Im suppose to follow a process: make a login call, get a token etc...
I have absolutely no idea how to do this...how do I set up an apex class that will
- Login and get the token
- Enable me to make those Http POST, GET etc methods
I do know a bit of apex but I am a rookie when it comes to integration stuff. Please help if you can.
- Nelson Chisoko 15
- August 18, 2015
- Like
- 1
- Continue reading or reply
[Beginner] - Calling out an external web service API using REST and OAUTH
Hello Guys
I have been struggling to find a way on how I can call an external web service via apex which uses OAUTH via REST services. Basically I am trying to access an API on https://api.envisionme.co.za/v1/docs#oauth. Now they use OAUTH to grant access to make calls such as retrieving jobs, candidates etc. They have set up an app on their side with a client_id and a client_secret. Now based on their doc Im suppose to follow a process: make a login call, get a token etc...
I have absolutely no idea how to do this...how do I set up an apex class that will
I do know a bit of apex but I am a rookie when it comes to integration stuff. Please help if you can.
I have been struggling to find a way on how I can call an external web service via apex which uses OAUTH via REST services. Basically I am trying to access an API on https://api.envisionme.co.za/v1/docs#oauth. Now they use OAUTH to grant access to make calls such as retrieving jobs, candidates etc. They have set up an app on their side with a client_id and a client_secret. Now based on their doc Im suppose to follow a process: make a login call, get a token etc...
I have absolutely no idea how to do this...how do I set up an apex class that will
- Login and get the token
- Enable me to make those Http POST, GET etc methods
I do know a bit of apex but I am a rookie when it comes to integration stuff. Please help if you can.
- Nelson Chisoko 15
- August 18, 2015
- Like
- 1
- Continue reading or reply
Calling External Web Service using OAUTH
Hello Guys
Could anyone please assist me on how to call an external web service using OAUTH. Could you please show me the base template class I would use. I am given the following instructions on https://api.envisionme.co.za/v1/docs#oauth. I already have an app on their side with the client_id and client_secret. Im just so frustrated becasue I have been searching documentation for the past two weeks and cant seem to get something to assist me :(. I wanna be able to then have a button on my contact page which will then call the class which will make the callout to that API and retrieve the response
Could anyone please assist me on how to call an external web service using OAUTH. Could you please show me the base template class I would use. I am given the following instructions on https://api.envisionme.co.za/v1/docs#oauth. I already have an app on their side with the client_id and client_secret. Im just so frustrated becasue I have been searching documentation for the past two weeks and cant seem to get something to assist me :(. I wanna be able to then have a button on my contact page which will then call the class which will make the callout to that API and retrieve the response
- Nelson Chisoko 15
- August 18, 2015
- Like
- 0
- Continue reading or reply