Feature #732
AOuth 2 for MYOB ( Australia/NZ) new api request
0%
Description
I would like to connect to the new APi for MYOB using OAuth version 2, and need some help.
Their link to how to do this is at [[http://developer.myob.com/api/accountright/api-overview/authentication/]]
Can you advise whats the next step to set up for this.
Many thanks
Mark.
History
Updated by Edit Mera over 11 years ago
Hi Mark,
You have to extend the DefaultApi20 class from scribe (see com.donay.oauth.apis.XeroApi.java) and implement the com.donay.oauth.types.IOAuth interface.
Updated by Mark Crichton over 11 years ago
Hi Mera
I have tried to google the links you supplied, but don't get much that makes sense. What you say I'm sure is logical to those familiar with it, but it's completely new to me. Can you give me a few more clues please. :)
Updated by Edit Mera over 11 years ago
To be able to add a new api to this plugin yourself, you should first get familiar with it :)
Start by reading the plugin docs, try it, take a look at the source code, read scribe-java docs https://github.com/fernandezpablo85/scribe-java , etc.
Or you can use the 'Incentify' button on the right side of this page.
Regards,
Edit