Sign in or 

|
exoot |
INVALID_DEVELOPER_KEYdeveloper key is invalid
Jan 16 2009, 6:25 AM EST
WTH!! help meINVALID_DEVELOPER_KEYdeveloper key is invalid <?php $test = true; $host = ($test) ? 'togo.wetpaint.com' : 'wapi.wetpaint.com'; $path = '/UserService/login.do'; $devkey = 'I know'; $secret = 'Its secret'; $user_id = 'obama'; $ts = time(); $sig = hash_hmac( "sha1", $devkey . $user_id . $ts, $secret, FALSE ); $parameters = array(); $parameters['output'] = 'api'; $parameters['key'] = $devkey; $parameters['ns'] = 'evolanding'; $parameters['cred.ts'] = $ts; $parameters['cred.sig'] = $sig; $parameters['user.userId'] = $user_id; $parameters['user.email'] = 'jt%40evolanding.com'; $parameters['user.emailOptIn'] = 'false'; include "Snoopy.class.php"; $snoopy = new Snoopy; $urlbase = 'http://togo.wetpaint.com/UserService/login.do'; $snoopy->submit($urlbase,$parameters); print $snoopy->results; ?> INVALID_DEVELOPER_KEYdeveloper key is invalid!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Do you find this valuable?
Keyword tags:
INVALID_DEVELOPER_KEY
Key
login.do
signature
|
|
boe_wetpaint |
1. RE: INVALID_DEVELOPER_KEYdeveloper key is invalid
Jan 19 2009, 4:34 PM EST
Hello,The Wetpaint togo is no longer a valid Wetpaint Injected host. At the time we launched Wetpaint Injected Self-Serve, we deprecated the togo environment. More information on this is available at http://www.wetpaintinjected.com/page/NOTICE Try changing your urlbase to 'http://wapi.wetpaint.com/UserService/login.do Make sure you are using a valid key. If you aren't sure if your key is valid, then you can sign up for a new one at http://Wetpaint.com/injected Give that a try and if you are still having difficulties, then let me know and we'll troubleshoot further. Thanks, boe_wetpaint Do you find this valuable? |
|
exoot |
2. RE: INVALID_DEVELOPER_KEYdeveloper key is invalid
Jan 20 2009, 2:16 AM EST
Sry, but its not working...I have tried but it throws the same error! Can you give me some example php code for login..i have see the example pages but it just show how to verify the login...What i'm looking for is php login script to allow my writers to edit the content... I'm tired of trying the dump examples and worst guides....sry but thats what i feel right now... I hope you'll post the COMPLETE example scripts completely....I have read that notice before, noting changes but the same error! Thanks for replying Exoot System Inc. Do you find this valuable? |
|
boe_wetpaint |
3. RE: INVALID_DEVELOPER_KEYdeveloper key is invalid
Jan 20 2009, 1:22 PM EST
Hello,I'm sending you a private message to request your developer credentials so I can verify that they are valid. Check for a P2P message from boe_wetpaint. Thanks! Boe Do you find this valuable? |