I'm still alive! Hooray! This new version of phpFlickr is all up to date with the brand new API calls. You know the drill… Download it at the SourceForge download page and try it out today.
Archives
- January 2011
- May 2010
- September 2009
- March 2009
- December 2008
- November 2008
- January 2008
- October 2007
- April 2007
- February 2007
- December 2006
- October 2006
- September 2006
- August 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
Great! Thanks alot.
Yeahh… well done!
Great work, once again. Why not make it available through subversion also, seeing that you already release through SourceForge. That way if anyone can always follow the latest improvements, and you are able to checkout a specific version of phpFlickr (for instance the version which supported 23hq – and make our own bugfixes to that).
Actually, though I've never published the link to the SVN repository, it is public. You can find it here: http://svn.ssdn.us/phpflickr/
Thanks Dan, brilliant. Check out http://www.flickr.com/photos/mackney/2609314214/
Will this work with PHP 5 now or are you still only supporting PHP 4? Thanks.
no dice getting the originalsecret or originalformat dont to work…I have a pro flickr account but cant get the url to format correctly it omits both properties. Sorry for my n00biness
http://www.flickr.com/services/api/misc.urls.html
Photo Source URLs
You can construct the source URL to a photo once you know its ID, server ID, farm ID and secret, as returned by many API methods.
The URL takes the following format:
http://farm{farm-id}.static.flickr.com/{server-id}/{id}_{secret}.jpg
or
http://farm{farm-id}.static.flickr.com/{server-id}/{id}_{secret}_[mstb].jpg
or
http://farm{farm-id}.static.flickr.com/{server-id}/{id}_{o-secret}_o.(jpg|gif|png)
Size Suffixes
The letter suffixes are as follows:
s small square 75×75
t thumbnail, 100 on longest side
m small, 240 on longest side
- medium, 500 on longest side
b large, 1024 on longest side (only exists for very large original images)
o original image, either a jpg, gif or png, depending on source format
Note: Original photos behave a little differently. They have their own secret (called originalsecret in responses) and a variable file extension (called originalformat in responses). These values are returned via the API only when the caller has permission to view the original size (based on a user preference and various other criteria). The values are returned by the flickr.photos.getInfo method and by any method that returns a list of photos and allows an extras parameter (with a value of original_format), such as flickr.photos.search. The flickr.photos.getSizes method, as always, will return the full original URL where permissions allow.
@Greg S.: The library had always supported PHP4 and PHP5. It should work just fine in both.
@Taller76: If your application isn't authenticated and your privacy settings do not allow the download of the original size, you will not be able to get the original secret. What is your Flickr account?
Please help me with the following method 'photos_recentlyUpdated()', Can you give an example of the given arguments please?
I tried everything, everytime I reveive an empty array.