Search found 1535 matches

by monte
Fri Jan 20, 2017 2:44 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: OAuth2 token Help needed
Replies: 25
Views: 23152

Re: OAuth2 token Help needed

@newpie you could copy the whole file or just edit your version to comment out those lines
by monte
Wed Jan 18, 2017 5:59 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: OAuth2 token Help needed
Replies: 25
Views: 23152

Re: OAuth2 token Help needed

Looking at the docs here http://docs.smarthealthit.org/authorization/ I see that you need an additional `aud` parameter: URL of the EHR resource server from which the app wishes to retrieve FHIR data. This parameter prevents leaking a genuine bearer token to a counterfeit resource server. (Note: in ...
by monte
Sun Jan 15, 2017 11:24 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: OAuth2 token Help needed
Replies: 25
Views: 23152

Re: OAuth2 token Help needed

I don't think the smart launch URI is anything to do with OAuth.

I presume when you are testing this you are setting the client secret in your script.

Try changing it to `return "OAuth error:" & the result for error` so you can see what error is being returned by the server.
by monte
Fri Jan 13, 2017 5:43 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: OAuth2 token Help needed
Replies: 25
Views: 23152

Re: OAuth2 token Help needed

Hi @newpie Many APIs require you to set a redirect URI server side and failing to do so or setting it incorrectly will result in the redirect uri mismatch error. In this case you need to set it to: http://127.0.0.1:443/. There should be some method available to do so in the api console where you got...
by monte
Wed Dec 21, 2016 3:24 am
Forum: MergEXT
Topic: mergLA
Replies: 6
Views: 9062

Re: mergLA

That is actually the correct dialog. I get the same one when I use touch id to unlock my banking app.
by monte
Mon Dec 19, 2016 11:41 pm
Forum: MergEXT
Topic: mergPopActivity external on Android
Replies: 2
Views: 6124

Re: mergPopActivity external on Android

Sorry for the slow response on this!

For others reading this mergAndroid is not generally available so currently only people that had mergExt access have it.

The file needs to be saved to a public directory.

Cheers

Monte
by monte
Mon Dec 19, 2016 11:35 pm
Forum: MergEXT
Topic: mergDeploy: where to find it?
Replies: 3
Views: 7021

Re: mergDeploy: where to find it?

None yet @mimu. I will raise it internally to see if it should be added to the LiveCode 9 backlog.
by monte
Mon Dec 19, 2016 11:33 pm
Forum: MergEXT
Topic: mergZXing for Android
Replies: 16
Views: 24017

Re: mergZXing for Android

@danibravo

The mergExt android externals are not currently generally available. They will probably be re-implemented using infinite livecode once the first version of that is released.

Cheers

Monte
by monte
Mon Dec 19, 2016 11:31 pm
Forum: MergEXT
Topic: mergPopToast
Replies: 6
Views: 8687

Re: mergPopToast

@Armenhui

Yes mergPopToast is just a command of mergAndroid (which only people that had mergExt access have at this stage). Toasts are not a feature of iOS. I would suggest you can make something similar if you want using a group that you show and hide though.

Cheers

Monte
by monte
Mon Dec 19, 2016 11:25 pm
Forum: MergEXT
Topic: mergeAndroid Chinese text issue
Replies: 1
Views: 5078

Re: mergeAndroid Chinese text issue

I don't think there is currently a solution for this sorry. It is likely that the features in mergAndroid will be re-implemented once the first version of infinite livecode becomes available.
by monte
Mon Dec 19, 2016 11:22 pm
Forum: MergEXT
Topic: mergLA
Replies: 6
Views: 9062

Re: mergLA

Can you attach a screenshot. It should present the touch id dialog for finger print recognition
by monte
Mon Dec 19, 2016 11:18 pm
Forum: MergEXT
Topic: MergSocial
Replies: 10
Views: 12218

Re: MergSocial

Unfortunately Facebook blocks pre-filled in text as per their policy which makes the dialog behave differently if the facebook app is installed. *Many* developers have asked them to change their policy....
by monte
Wed Jul 20, 2016 8:04 am
Forum: MergEXT
Topic: mergDeploy: where to find it?
Replies: 3
Views: 7021

Re: mergDeploy: where to find it?

It is not yet available but there has been some discussion in the past about integrating it directly into the IDE. All heads are down on conference related issues at the moment but I'll discuss with the team when this might happen.
by monte
Mon Jul 18, 2016 4:42 am
Forum: Version Control
Topic: lcVCS problem
Replies: 7
Views: 12078

Re: lcVCS problem

Do you have to code a separate lcVCSExport handler for every object that may generate false positives? If so then that handler needs to be different for each object? In practical terms I generally find you can do what needs to be done in stack and/or card handlers. For example, if you have a resize...

Go to advanced search