Forum Discussion
keithcaswell
9 years agoRegular Visitor
oAuth & Power Query SDK
At the Data Insights summit the session on "Deep Dive into the M Language" he mentioned the ability to create an oAuth connector. Does anyone have any examples of this? I'm trying to create a Facebook API connector.
I was able to create a simple REST API connector for another service, but oauth seems more difficult with tokens and client secrets.
Are you aware of this github repo? The MyGraph sample shows an OAuth demo.
2 Replies
- Eric_ZhangMicrosoft Employee
Are you aware of this github repo? The MyGraph sample shows an OAuth demo.
- keithcaswellRegular Visitor
Exactly what I was looking for. Thanks Eric_Zhang