Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
FlickrFeed
NickE
New
FlickrFeed
0
This discussion has been closed.
Comments
Where do i get the Flickr ID from
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of xml_set_object(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in /home/.charm/sepperag/www.bornontheweb.be/tutorials/xml_parse.php on line 73
If you just use this url format it does return an XML page with the correct flickr id
[code]
http://www.flickr.com/services/rest/?method=flickr.people.findByUsername&api_key=#Your Flickr API Key#&username=#Username#[/code]
I'll look into it and see what I can figure out.