phpFlickr as a Library |
[eluser]Unknown[/eluser]
Here there is a good example how to use it: http://labs.lmbbox.com/documents/show/2 But I got a problem. The callback is working finally, but I want to redirect to any other page to display pics, or groups or upload any photo, I lose the authentication and doesn't work. I mean, If I use this to get my pics: Code: $photos_url = $this->phpflickr->urls_getUserPhotos($id); its working in my 'callback' controller but I made a redirect to 'view' in the controller and then doesn't work... What Im doing wrong?? Should I call Code: $this->phpflickr->auth_getToken($frog) Code: $this->phpflickr->initialize($phpflickr_params); I tried both and doesn't work... Anyone has a clue about it??? Thanks!! P.S. I modified the name of the library to phpFlickr instead Flickr_Api |
Messages In This Thread |
phpFlickr as a Library - by El Forum - 08-13-2007, 10:29 AM
phpFlickr as a Library - by El Forum - 09-27-2007, 06:59 AM
phpFlickr as a Library - by El Forum - 05-02-2008, 06:27 AM
phpFlickr as a Library - by El Forum - 05-02-2008, 06:54 AM
phpFlickr as a Library - by El Forum - 05-06-2008, 04:12 PM
phpFlickr as a Library - by El Forum - 05-06-2008, 04:19 PM
phpFlickr as a Library - by El Forum - 05-06-2008, 05:14 PM
phpFlickr as a Library - by El Forum - 05-07-2008, 02:06 AM
phpFlickr as a Library - by El Forum - 05-07-2008, 03:27 PM
phpFlickr as a Library - by El Forum - 09-05-2008, 06:01 AM
phpFlickr as a Library - by El Forum - 03-14-2009, 02:19 PM
phpFlickr as a Library - by El Forum - 03-31-2011, 09:51 AM
phpFlickr as a Library - by El Forum - 07-31-2011, 02:53 AM
|