-
frdgnj 6923357 5tgkbb [URL=http://www.kuwaitism.com/wire/lieben/] lieben [/URL] lieben http://www.kuwaitism.com/wire/lieben/.
2009-03-04 21:18:00 UTC by nobody
-
dancoulter changed the public information on the phpFlickr project.
2008-12-18 06:55:48 UTC by dancoulter
-
dancoulter created the 2.3.0 file release.
2008-11-26 18:37:33 UTC by dancoulter
-
I just realized that method setProxy could be improved by adding username and password as the PEAR HTTP method supports it.
So I added:
function setProxy($server, $port = 8080, $username = null, $password = null)
{
// Sets the proxy for all phpFlickr calls.
$this->req->setProxy($server, $port, $username, $password);
}
Hope this improves this nice library
Oscar Rodriguez...
2008-11-05 10:59:09 UTC by nobody
-
phpFlickr->urls_getUserProfile() outputs just the 'url' portion of data and omits 'nsid'.
I think the line
return $this->parsed_response ? $this->parsed_response['user']['url'] : false;
should be changed to
return $this->parsed_response ? $this->parsed_response['user'] : false;
Overall phpFlickr is great.
2008-09-27 21:06:26 UTC by nobody
-
When you call tags_getListUserRaw with a "NULL" tag list it only returns the first tag for the authenticated user. This should return a list of all tags for that user as stated by the flickr documentation.
This is fixed by editing line 1302 of the phpFlicker.php file from:
return $this->parsed_response ? $this->parsed_response['who']['tags']['tag'][0]['raw'] : false;
To read instead:
2008-03-03 05:22:01 UTC by nobody
-
I had to change the regular expression matching a successful synchronous "replace" call to flickr, as it was containing a reply such as <photoid origsecret="...", which was not matching the expected <photoid>. Patch included.
2008-01-28 08:54:45 UTC by sim
-
This query:
http://www.23hq.com/services/rest/?api_key=apikey&method=people.findByUsername&username=username
Returns:
username
But phpFlickr::people_findByUsername('username') doesn't return what's found?.
2008-01-13 00:57:17 UTC by nobody
-
currently there is no resourse i found in api that shows the private photos in my site using phpflickr.
please give this feature
or if this exists then help me out how to do this
thnx
regrads.
2007-06-01 15:49:09 UTC by haroon373
-
I cannot confirm this.
This seems to happen in the request() method for you, but the call to unserialize() is in line 236 in the original source. So maybe you have modified something?!
2007-04-28 22:48:53 UTC by blueyed