Questions tagged [photobucket]
29 questions
43
votes
5 answers
Are there any image hosting services with a public API?
I've been considering image hosting services for a project but am starting to wonder if that's just too complicated for my target audience as they'd have to upload all their images to the hosting service and then "attach" the images to the CSS file…

BenAlabaster
- 39,070
- 21
- 110
- 151
7
votes
4 answers
Sort lexicographically?
I am working on integrating with the Photobucket API and I came across this in their api docs:
"Sort the parameters by name
lexographically [sic] (byte ordering, the
standard sorting, not natural or case
insensitive). If the parameters have
…

Jiaaro
- 74,485
- 42
- 169
- 190
5
votes
1 answer
Using Photobucket api with Ruby on Rails
I am trying to use Photobucket(API) as a image uploading option in my website.
Is there any available gem to do this? or should i use things like REST to achieve this?
Please suggest.
Thanks,
Balan

balanv
- 10,686
- 27
- 91
- 137
3
votes
2 answers
get list of webpages that contain an image
How can I get a list of webpages that contain the image in question?
Photobucket has a stats option which lets you see what websites have embedded your image. How do they do that?

Jack
- 31
- 1
2
votes
2 answers
Photobucket IOS integration
could anyone assist in authenticating to photobucket and uploading an image from and iPhone app? I am currently configured with many networks but I can't really find good documentation for the photobucket process. I guess the process is only…

mejim707
- 431
- 3
- 16
2
votes
2 answers
getting username from $_SESSION['oauth_token']
I am using photbucket API.I am using it with PHP.On my webpage when I click on login the page redirects to api.photobucket.com where the user enter username and password then he is redirected back to index.php.I want to get the username from which…

Sharpzain120
- 365
- 3
- 9
- 18
2
votes
2 answers
Python: Upload a photo to photobucket
Can a Python script upload a photo to photo bucket and then retrieve the URL for it? Is so how?
I found a script at this link: http://www.democraticunderground.com/discuss/duboard.php?az=view_all&address=240x677
But I just found that confusing.
many…

Phil
- 377
- 1
- 6
- 15
2
votes
1 answer
how to start using photobucket api for a beginner
I want to know how to use photobucket api. I successfully created a login in photobucket.
I am following the guidelines given http://api-portal.anypoint.mulesoft.com/photobucket/api/photobucket-api/docs/getting-started
The first step i am failing is…

Santhosh
- 9,965
- 20
- 103
- 243
1
vote
0 answers
Uploading file in photobucket
I want to upload a file through photobucket API using Php but the timestamp error arises ..
This is my Code

Sharpzain120
- 365
- 3
- 9
- 18
1
vote
2 answers
reading Data from Parsed XML
I have an XML file that is returned by an API.i want to get specfic Data out of it.I had converted the XML into array by $xml = simpleXMLToArray(simplexml_load_string($response));
$response is the XML.$xml is the array that have all the XML data.I…

Sharpzain120
- 365
- 3
- 9
- 18
1
vote
1 answer
Uploading Photos to Photobucket with PHP
I'm trying to use the Photobucket API. I'm planning on writing a UI in javascript and then using AJAX calls to the server which will basically act as a proxy to the Photobucket servers. I'm using the server as a proxy so that my Photobucket API…

rhololkeolke
- 746
- 2
- 7
- 25
1
vote
0 answers
C# Login To Photobucket.com Without Using API
I am attempting to log in to Photobucket.com without using there API. This is the code I am using but it keeps kicking back the login page.
Thanks for any help, I have been messing with this for days.
string formUrl =…

Corey
- 11
- 2
1
vote
1 answer
Tutorial for uploading a photo from android
Hi there I'm looking for tutorials to upload a photo from an android device to a service such as flickr or photobucket etc. Im not fussy!
(I mean code tutorials, not how to use my android device ;) )
Thanks, Rich

wkdshot
- 256
- 1
- 6
- 18
1
vote
0 answers
Getting number of photos from photobucket
I am wondering if it is possible to print all images from a photobucket gallery on my website, any ideas or headups where I should start or a piece of sample code I could use to get started would be great.
Basically my idea is to get the number of…

J. Doe
- 160
- 11
1
vote
1 answer
Not able to authenticate PhotoBucket REST API
I am trying to do a first-step authentication to the PhotoBucket REST API with PHP (no client APIs used).
The developer site is down since they are upgrading the service, yet they provided me with an SCID and a Private Key, which I assume are the…

Tiago Duarte
- 3,244
- 3
- 23
- 29