daviddesberg / PHPoAuthLib

PHP 5.3+ oAuth 1/2 Client Library
Other
1.08k stars 455 forks source link

Xero OAuth1 service #432

Open natsu90 opened 9 years ago

natsu90 commented 9 years ago

Hey guys, anyone can implement this? http://developer.xero.com/documentation/api/api-overview/

elliotchance commented 9 years ago

We use the official SDK in production (https://github.com/XeroAPI/XeroOAuth-PHP) because it was the only one available at the time, and it's terrible. Since then people have written others, see one of the discussions here: https://github.com/XeroAPI/XeroOAuth-PHP/issues/19 most notably the last comment.

I say all this because having worked with Xero integrations they are doing non-standard things in some cases. I would suggest having a look at the existing libraries to find out the correct way to implement it in PHPoAuthLib. Either way, best of luck! :smile: