Hmm. So that helps a ton, but I think I am still doing something wrong.
The idea is that once I get this working, I’ll be writing a Wordpress plugin for the community to use freely…and to help speed my work up a bit 😊
I’m getting passed information, but it’s not entirely making sense yet.
Usage: token=e7dfbf908s7f4d550e322a198723a26b1e2693a9fb1cf53e2 <API key> <RPX service URL> <map|unmap|mappings> [param ...]
API methods:
map <identifier>
unmap <identifier>
mappings
Any help is appreciated. I guess what I’m hoping for is some way to get the authenticated info into a session. How do I know that what I was returned (above) is what I’m supposed to get. If bad login, would I not have been given a token string?
Once I know this, I can set a session and validate the rest through PHP on my own.
Thanks guys!