Thanks again. I've spent some time trying to get the suggested example working but with no luck. First I tried uploading the files you mentioned and then modifying the parameters as necessary within addContact.php. I received the following warning:- Add Contact Form Example Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/n/i/c/nichole2/html/webinar/ABTest2/addContact.php:2) in /home/content/n/i/c/nichole2/html/webinar/ABTest2/addContact.php on line 3 OAuth Exception: Username {Username_Removed} not found in datastore Click here to authorize It seems that we need more files than you suggested because the link to authorise sends me to page example_verification.php?apiKey=API_KEY_REMOVED&secret=SECRET_REMOVED&return=nicholecarlson.com/webinar/ABTest2/addContact.php So, I uploaded the example_verification file, this file seems to reference config.php so I modified this (not sure if I got this part right, more on this later). example_verification includes a link to index.php, so I uploaded that as well. So, now when I click on 'Click Here to Authorize' I get the following error:- The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem can sometimes be caused by disabling or refusing to accept cookies. I took a look into config.php and set $apikey and $consumersecret but there are two more parameters that I don't know how to set. $verificationURL talks about 'this must match up', I have now gone back to my apikey and set a value for redirect URI and set verificationURL to the same value. I still get the same results from firefox when trying to authenticate. So..... I still can't get the examples to work. Seems mighty complicated, hopefully there is something simple I am missing. The new wrapper seems to be far more complicated than the older one, I'm unclear what advantages it holds for me. Here's the part from config.php, I modified $verificationURL only, not sure what to do with $returnURL or whether this makes a difference. // Redirect URL which is set when creating your API key, this must match up // or you will receive an error $verificationURL = ''; // This URL will be used in the example_verification to bounce back to wherever // you like. This would be a way to send back to where the user started $returnURL = ''; Any suggestions on what I'm missing would be great.
... View more