Newbies chakali Posted September 26, 2014 Newbies Posted September 26, 2014 Hello, I have been reading a lot from this forum but this is my first time posting a thread! I would like to import into my Filemaker solution some information from my Google Contacts. I know that Filemaker could couple with web services, but accessing to this kind of information requires an Oaut 2.0 procedure from Google with Client Access key and secret. Does anybody know how to implement an Oauth 2.0 authorization in Filemaker? Thank you vert much, Roberto
Wim Decorte Posted September 26, 2014 Posted September 26, 2014 At this point, probably with a plugin. While the "insert from URL" now supports HTTP POST, you can not send custom headers
DaMayan Posted November 11, 2014 Posted November 11, 2014 Yep no custom headers. However you could create your own PHP handler to automate such a thing. You could even create a PHP file that gets the information from google and translates it to FMPXMLRESULT (using: https://github.com/Hiroakio/PDO2FMPXMLRESULT/).That way you could schedule an Import (from XML). Or use a service like Zapier.com to create a simpler webhook if you don't want to do the PHP side.
Wim Decorte Posted November 11, 2014 Posted November 11, 2014 Or a .NET handler (www.fmdotnet.org) or a Ruby handler (sixfriedrice.com/wp/products/rfm) or a Python handler (code.google.com/p/pyfilemaker/) Whatever technology your customer has invested in... My point is that PHP is very prominent in the FM world but not all potential customers have bought into it. And there is nothing holding us back doing the same thing in other technologies. Anything that can consume XML can be used. The APIs listed above do the heavy lifting already.
Joost Miltenburg Posted December 18, 2014 Posted December 18, 2014 As this is a Fmforum I would suggest searching for a plugin which can do this.
pjreagan Posted July 29, 2015 Posted July 29, 2015 Current link to PDO2FMPXMLRESULT: https://github.com/Hiroakio/PDO2FMPXMLRESULT
Recommended Posts
This topic is 3671 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now