Send the app key with custom URL updates

You guys should send the user's application key along with POST requests to the custom URL. I'm writing a WordPress plugin that displays the user's current status, but it would be more secure to have the user input his/her app key in the settings page for my plugin (in the WP admin).

Right now I'm just renaming the Ping.fm beacon script (the custom URL endpoint) to a random string and telling the user to copy/paste into Ping.fm's custom URL field. The string is really random using PHP's uniqid() function with a random salt and additional entropy, and then taking an MD5 hash of that mess, but still...

Comparing app keys is the right way to do it. :-)
 
happy I’m hopeful
Inappropriate?
1 person likes this idea
Hide ads

User_default_medium