Tagged Questions
The photobucket tag has no wiki summary.
4
votes
5answers
3k views
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 ...
4
votes
4answers
3k views
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 ...
3
votes
2answers
76 views
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?
2
votes
1answer
34 views
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 ...
2
votes
2answers
377 views
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 did find one script www.democraticunderground.com/discuss/duboard.php?az=view_all address=240x677
...
1
vote
2answers
60 views
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 ...
1
vote
0answers
326 views
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 ...
0
votes
0answers
29 views
Problems with Phototobucket oAuth
Seems like a lot of people have problems getting oAuth to work with Photobucket and now I'm one of them, I keep getting:
"Authentication failed signature check failed"
When trying to get a request ...
0
votes
0answers
10 views
Does any one know a reliable .net API for photobucket ?
I need to use it on MVC application, I tried the PhotobucketNet api but it doesn't work well
0
votes
0answers
89 views
Uploading file in photobucket
I want to upload a file through photobucket API using Php but the timestamp error arises ..
This is my Code
<?php
/*
* To change this template, choose Tools | Templates
* and open the template ...
0
votes
0answers
42 views
Register User by Php in PhotoBucket
Does anyone Know How I ca Register a user on phoobucket.com through API.The Api says that we will make call http://api.photobucket.com/user/newusername but it returns me
<response>
...
0
votes
0answers
43 views
photobucket video upload by api
Any one know how to add and delete videos to photobucket by photobucket API.
I have gone through the photobucket developer api by not able to upload files.
if any one had already did this please ...
0
votes
1answer
183 views
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 ...
0
votes
0answers
62 views
Zend_Service_Photobucket file upload example?
Can somebody provide an example of file upload using Zend_Service_Photobucket?
0
votes
0answers
379 views
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 ;) )
...
0
votes
2answers
135 views
Add photo Bucket to my phpfox site
I need to add photo bucket in to my site. i already added flicker photo import module in my site. But need to add photo bucket as well.
How can i do this?
need some help.
Thanks
Akila