I currently have a JavaScript API that is in my server directory for Meteor. Whenever I try to call a method from that API, SwiftDDP says that the method does not exist. Where does the server method need to be located?
This is what I'm trying to do:
Press "Login" button on Storyboard.
Connect to 3rd party API for OAuth 2.0 by creating a JavaScript object.
Call method for the JavaScript object that does the URL redirection, etc.
Allow user to use the rest of the app's functionalities.
I need to create a JavaScript object in swift by using the API in my Meteor server. Is this possible?
I currently have a JavaScript API that is in my server directory for Meteor. Whenever I try to call a method from that API, SwiftDDP says that the method does not exist. Where does the server method need to be located?
This is what I'm trying to do:
I need to create a JavaScript object in swift by using the API in my Meteor server. Is this possible?