3 results found
-
Make the 3-legged authorization process compatible with WP7
I'd love to build an WP7 application for the Xero platform, however the step that involves navigating to the login page which is required to complete the OAuth process is blank on WP7 browsers.
30 votesThere are no plans to support WP specifically, but the API should be able to accommodate most use cases.
-
Quick and Easy third party authentication
I think there should be a quick way for third party applications to authenticate into the XERO API.. Because as far as I know there currently isn't a quick way for the authentication of users keys and certificates authenticated in a couple of seconds rather than minutes without requesting a lot of information from the web services (give and take how many invoices or contact information has to be recieved).
1 voteHi Michael
It seems like you are basing this on your experience of using a private API application? We also have two other application types: partner API apps and public API apps that use the 3-legged OAuth process which to the end user is as simple as clicking a button in a 3rd-party app, logging into Xero and approving a connection between the other application and their Xero organisation. Overview here: http://blog.xero.com/developer/api-overview/
You can see this in action by using the API previewer – if already connected to an organisation, disconnect and go through the process of connecting again – that is the same workflow as public/partner API apps use.
Note this makes it easy for the end user, but there will always be work involved for the 3rd party applications themselves in terms of setup etc.
Hope that is what you are after!
-
For an api call to log out
Xero is alive for 30 minutes. For a scenario if a user successfuuly logs in by an application and logs out from the app. Another user comes in with same app and log in and try to connect to xero, he will be in the previous users account.
Thus for every "connect to xero" if there is an api to log out of the user then for every "connect to xero" the user should give their login credentials to avoid this situtation
1 voteIt sounds like you may not understand fully how our various application types work (http://developer.xero.com/documentation/getting-started/api-application-types/) feel free to ask in the developer community if you are still stuck: https://community.xero.com/developer/
- Don't see your idea?