rowmoin / jquery-jsonp

Automatically exported from code.google.com/p/jquery-jsonp
0 stars 0 forks source link

how to access photo album from photobucket using json request #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have Photobucket json request and want to access the album. When i tried with 
the code 

$.jsonp({
  url: "http://api.photobucket.com/album/Ashu_Goyal?callback=jsonpcallback&oauth_consumer_key=149832258&oauth_nonce=nonce1326434369&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1326434369&oauth_version=1.0&oauth_signature=AemzN3ksiVOlaOxpq3pMbyRF5/Y="
});

I got a console error of 401 (Unauthorized).

What is the expected output? What do you see instead?

I want to get the response instead of response i am getting Unauthorized error.

please find the attached json.html file.

any help is appreciated

Original issue reported on code.google.com by ashu.goy...@gmail.com on 13 Jan 2012 at 6:12

Attachments:

GoogleCodeExporter commented 9 years ago
The bug tracker is not the right place for this. You obviously have an issue 
with how ou handle authentification on photobucket. There is nothing we can do 
right here to help you.

Original comment by jul...@creative-area.net on 13 Jan 2012 at 9:27