Christian Suntay

Results 1 issues of Christian Suntay

@myob_client ||= Myob::Api::Client.new({ :consumer => { :key => "h7hzzjk9m66y5f2gbqz568x8", :secret => "teREHZ8SFvuWsW9ZMd5W6qcT", }, redirect_uri: "https://dev-api.geo.ventures/api/v1/myob/auth/callback", }) @myob.client.get_access_code_url => "https://secure.myob.com/oauth2/account/authorize?client_id=h7hzzjk9m66y5f2gbqz568x8&redirect_uri=https%3A%2F%2Fdev-api.geo.ventures%2Fapi%2Fv1%2Fmyob%2Fauth%2Fcallback&response_type=code&scope=CompanyFile" then when i tried getting the access token using this (...