jimrandell / OAuth2FM-ForGoogleAPI

Make calls to GoogleAPI from FileMaker, and let this module handle the Tokens and Authentication.
BSD 2-Clause "Simplified" License
6 stars 2 forks source link

Redirect URI as presented by Google gave an error. #2

Open Paulsan opened 9 years ago

Paulsan commented 9 years ago

Since "Success" was not returned in the webviewer, in OAuth2FM_GetNewAuthCodeAndToken, I had to change Set Variable [$AuthCodeFound;...] to: Let( Eval = PatternCount ( $ResultSource ; "Please copy this code" ) ;

If( Eval; PatternCount ( $ResultSource; $AuthCode) )

)

screen shot 2015-04-06 at 10 15 13 am

jimrandell commented 9 years ago

Thanks! I will take a look at this tonight