Forum Discussion

DavidK3's avatar
DavidK3
Contributing User
1 day ago

Generating the correct codes and secret that work...

Hi everyone.  I have recently restarted a extension of a membership system to automatically add contacts and raise some invoices in MYOB Business.  I am the developer, but that is not my problem.

My issue is that I am unable to generate the right codes that work from the developer platform.  It complains about each attempt.  I have successfully written such oAuth2 interfaces previously.  I am assuming it thinks I want to use a different interface.  The codes i generate - simply do not work.

I think this is related to my original registration a few years ago.  I thought I would be writing a Windows desktop program.  However, now, I am using a web based backend using PHP, HTML and JS.  I think that is the problem I am having – but am not sure.  I cannot find anyone to talk to.

I have gone through three tickets asking this question – I think one is still open – that was weeks ago.  I keep having tickets closed without any interaction telling me to have the developer raise the ticket.

Hence, I am a little frustrated.  How should I proceed?  Any guidance on getting my situation corrected would be appreciated.

3 Replies

  • ROC_MYOB's avatar
    ROC_MYOB
    MYOB Moderator
    1 day ago

    Hey DavidK3​

    I will send you a DM and can have a look at the errors being thrown from your key. 

    Thanks 
    Ryan

  • ROC_MYOB's avatar
    ROC_MYOB
    MYOB Moderator
    6 hours ago

    Hey DavidK3​ 

    I believe you are trying to come in with

    /oauth2/v2/authorize

    could you please try 

    /oauth2/account/authorize

     

  • DavidK3's avatar
    DavidK3
    Contributing User
    4 hours ago

    Thank you so much.  I still have scope errors - but it gets me to the callback.  So i am over the issues.  I know i must have sounded ridiculous - but i went around in circles for a long time.  I can take it from here.  Again THANK YOU for your assistance for kicking me into the right direction.