Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

SSO / Transient Key Question

I'm trying to develop a plugin for WordPress site that auto creates a discussion on my vanilla forum based on a news article feed. I've implemented an API and can pull posts, categories, etc...but I'm having trouble with POST operations and creating discussions due to SSO or Transient Keys. This a server side operation that does not "login" to the forums so therefor there is no SSO or Transient Key, is there another way I can authenticate with a created user to start a new discussion? I know the vanilla forums plugin for WP works in a similiar way, so I've looked through its code but it all seems to based on more of a client side operation with commenting and such.

Any help or brief insights you guys can give would be great.

Thanks

Best Answer

Answers

Sign In or Register to comment.