Jump to content

Dreamweaver showing errors for my own php config.php file.


xymalf

Recommended Posts

<?php

http://www.flickr.com/services/oauth/request_token

?oauth_nonce=89601180

&oauth_timestamp=1305583298

$oauth['flickr']['consumerkey']="1a2755a9a5a19904c7f5e661d85db657";

$oauth['flickr']['consumersecret']="4a325791b4936fe0";

$oauth['flickr']['requesttokenurl']="http://www.flickr.com/services/oauth/request_token";

$oauth['flickr']['accesstokenurl']="http://www.flickr.com/services/oauth/access_token";

$oauth['flickr']['authurl']="http://www.flickr.com/services/oauth/authorize";

&oauth_signature_method=HMAC-SHA1

&oauth_version=1.0

&oauth_callback=http:%3A%2F%2Fwww.xymalf.co.uk/flic/index.php

 

 

 

?>

 

what is wrong in the above code

 

what is ?oath nonce?

 

The fliucr oath flow says sand a string GET&http%3A etc

 

I am trying to fathom phpflickr out

 

there seems to be no documentation

 

i thought you should be able to run the auth.php file but this does not seem to work.

 

anyway i have sent off for a book on how to program flickr just waiting for it to come from USA.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.