Location: Step 1: Authenticate Your Users

Discussion: INVALID_DEVELOPER_KEYdeveloper key is invalidReported This is a featured thread

Showing 4 posts
exoot
exoot
INVALID_DEVELOPER_KEYdeveloper key is invalid
Jan 16 2009, 6:25 AM EST | Post edited: Jan 16 2009, 6:25 AM EST
WTH!! help me
INVALID_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?    
boe_wetpaint
boe_wetpaint
1. RE: INVALID_DEVELOPER_KEYdeveloper key is invalid
Jan 19 2009, 4:34 PM EST | Post edited: 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
exoot
2. RE: INVALID_DEVELOPER_KEYdeveloper key is invalid
Jan 20 2009, 2:16 AM EST | Post edited: 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
boe_wetpaint
3. RE: INVALID_DEVELOPER_KEYdeveloper key is invalid
Jan 20 2009, 1:22 PM EST | Post edited: 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?    

Related Content

  (what's this?Related ContentThanks to keyword tags, links to related pages and threads are added to the bottom of your pages. Up to 15 links are shown, determined by matching tags and by how recently the content was updated; keeping the most current at the top. Share your feedback on Wetpaint Central.)