Hey, geeks.
I'm dealing with a fairly straight forward (but proprietary) API where I can do a quick call for user information and a subscription check. There are 2 basic calls:
userInformation: Can send it a WordPress ID and return includes: userid, email, subscription status and subscription expiry date.
subscriptionCheck: can be used anytime with a WordPress user id. This will be helpful when a user registers and you needed to check and see if a user is authorized to view the content.
My question is, where do I begin to look to find a way to easily integrate with Role Scoper? Am I losing my mind? Does this sound like something that can be done with this plugin?
I spent a few hours today and have the core functionality of Role Scoper just how I want it but now it's just a matter of putting in a these few checks and sort of automating the management of users and their statuses.
Before I dive into the code and start hacking away, can any more seasoned vets show me the light? Any insight appreciated.
Deegs