Sign in or 

| Data Access API Call | UserService.login | Registers and/or logs in a single user and returns a ticket for future ajax calls. |
|
ryan_wetpaint |
Latest page update: made by ryan_wetpaint
, Oct 28 2008, 1:33 PM EDT
(about this update
About This Update
1 word added 1 word deleted view changes - complete history) |
|
Keyword tags:
api
authenticate
authentication
integration
integration guide
step 1
More Info: links to this page
|
| Started By | Thread Subject | Replies | Last Post | ||
|---|---|---|---|---|---|
| Draevin1 | Uh, HELP! | 0 | May 22 2009, 8:12 PM EDT by Draevin1 | ||
|
Thread started: May 22 2009, 8:12 PM EDT
Watch
Hi, i'm new.
i can't figure out were to post the stuff to get my ticket....... Anybody? -D |
|||||
| exoot | INVALID_DEVELOPER_KEYdeveloper key is invalid | 3 | Jan 20 2009, 1:22 PM EST by boe_wetpaint | ||
|
Thread started: Jan 16 2009, 6:25 AM EST
Watch
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?
Keyword tags:
INVALID_DEVELOPER_KEY
Key
login.do
signature
|
|||||
| bennyflint | Authentication Questions | 0 | Apr 21 2008, 6:12 PM EDT by bennyflint | ||
|
Thread started: Apr 21 2008, 6:12 PM EDT
Watch
You can post any questions about user authentication here. Or, if you like, create your own thread.
Do you find this valuable?
Keyword tags:
authentication
help
|
|||||