photobucket API Authentication
I have been using REST APIs lately to communicate with various service providers via json. One of them was particularly difficult to use: Photobucket. Here are some of the reasons for this uncommon level of complexity: There is no API At this moment, previous sites such as http://photobucket.com/developer or http://developer.photobucket.com simply do not go anywhere but Photobucket generic start-up page After querying the Photobucket team, it turns out that there is in fact an API and it is being updated so we should expect the developer area to work again in the near future. Where is my API Key/Secret? If you've already requested an access key in the past, good for you. If not, you simply won't be able to use the API, unless you do one of the following: - Contact Photobucket Facebook page ( https://www.facebook.com/photobucket ) - Contact Photobucket Support site ( http://support.photobucket.com/home ) Why am I having so much trouble authenticating? So you hav...