Hi Aric,
And is page SF_Start opened then?
Hi Aric,
And is page SF_Start opened then?
yes.
Hi Aric,
How can I get to this page If I set it as startScreen it runs properly.
In my app, it goes to SF_Start as the start page, and then it redirects (in my case, to dropbox's api), and then when it tries to redirect back to my app the event listener does not catch the redirect so instead it redirects back to the appery login page.
I can share my app with you so you can see?
Hello!
1) Instead preencodeURI(redirect_url)/pre use preencodeURIComponent(redirect_url)/pre2) Invoke doLogin on Device ready event instead Load
3) parseUrlVars function is not defined
Thanks, looks like its working now.
Sorry, I am new to OAuth2.
Are you saying, that I can use the Salesforece OAuth2 plugin to OAuth2 into any service that supports/requires OAuth2?
If yes, that would be awesome. More importantly, would it not make sense for Appery to provide it own OAuth2 module?
I have been following this thread along with others with similar discussion. I am sorry, but your suggestions above do not work.
To make things simple. I started with a blank project. Loaded OAuth2 for Salesfores. Changed some basic parameters (this is trivial) and am attempting to cleanly flow the user through an OAuth2 process.
Here is the problem. Unfortunately OAuth2 requires login/approval on the provider side, which requires some browser capability. Logically the use of InAppBorwser makes sense, but it dose not work as expected. For starters,
1) the addEventListener does not work.
2) redirect uri/urls go to the Appery website and ask for login.
3) if anything goes wrong in the process, it is impossible to go back to the app.
I can go on, but you get my point.
Can you please help?
Thanks is advance.
I have been following this thread along with others with similar discussion. I am sorry, but your suggestions above do not work.
To make things simple. I started with a blank project. Loaded OAuth2 for Salesforce. Changed some basic parameters (this is trivial) and am attempting to cleanly flow the user through an OAuth2 process.
Here is the problem. Unfortunately OAuth2 requires login/approval on the provider side, which requires some browser capability. Logically the use of InAppBorwser makes sense, but it dose not work as expected. For starters,
1) the addEventListener does not work.
2) redirect uri/urls go to the Appery website and ask for login.
I can go on, but you get my point.
Can you please help?
Thanks is advance.
We are sorry for delays. We passed this issue to our developers.
We'll update when we get more information.