My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Today

  • 21 hours ago
    issue 3 (Contribution suggestion: make default format settable) reported by d...@eastofcleveland.com   -   I'd like to suggest the following convenience method be added to PBAPI.php (based on version 0.2.3): function setDefaultFormat($type) { $this->request->setDefaultFormat($type); } This would be preferable compared to calling either the constructor or function setRequest to set the default format. My issue with calling the ctor|setRequest methods is the large number of arguments in each of those methods.
    I'd like to suggest the following convenience method be added to PBAPI.php (based on version 0.2.3): function setDefaultFormat($type) { $this->request->setDefaultFormat($type); } This would be preferable compared to calling either the constructor or function setRequest to set the default format. My issue with calling the ctor|setRequest methods is the large number of arguments in each of those methods.

Earlier this year

  • Feb 08, 2010
    r28 (updated follow methods ) committed by onyxraven   -   updated follow methods
    updated follow methods

Older

  • Jul 15, 2009
    r27 (add term to 'search' ) committed by onyxraven   -   add term to 'search'
    add term to 'search'
  • Jul 13, 2009
    r26 (add findstuff ) committed by onyxraven   -   add findstuff
    add findstuff
  • Jun 09, 2009
    issue 2 (PBAPI delete php session. ) reported by Shalom.Shwaitzer   -   What steps will reproduce the problem? 1.$resp = $this->client->login('request')->post()->loadTokenFromResponse(); $token = $this->client->getOAuthToken(); $_SESSION["pb_request_token"] = $token; //session exist $this->client->goRedirect('login'); //session no longer exist What is the expected output? What do you see instead? I expecting to see the token information i save in a session before the redirect. - instead i see that the session is empty. What version of the product are you using? On what operating system? Latest version, Debian. Please provide any additional information below. 1.Requesting "request_token". 2.Saving token in a session. 3.Redirect to login/link page 4.Redirect to callback - At this point session or any session is no longer exist. this happen only when using the PBAPI library.
    What steps will reproduce the problem? 1.$resp = $this->client->login('request')->post()->loadTokenFromResponse(); $token = $this->client->getOAuthToken(); $_SESSION["pb_request_token"] = $token; //session exist $this->client->goRedirect('login'); //session no longer exist What is the expected output? What do you see instead? I expecting to see the token information i save in a session before the redirect. - instead i see that the session is empty. What version of the product are you using? On what operating system? Latest version, Debian. Please provide any additional information below. 1.Requesting "request_token". 2.Saving token in a session. 3.Redirect to login/link page 4.Redirect to callback - At this point session or any session is no longer exist. this happen only when using the PBAPI library.
  • May 14, 2009
    issue 1 (Private media with Get Recent User Media) reported by ablyamyt   -   What steps will reproduce the problem? code: $phb_query->setOAuthToken($user['user_acess_key'], $user['user_acess_secret'], $user['user_name']); $get_albums = $phb_query->user('-')->search()->get()->getParsedResponse(true); What is the expected output? What do you see instead? I expect get all user media. ('-' - currently loged in user). But get only public medias. What version of the product are you using? On what operating system? Last library version. MacOS Please provide any additional information below. Photobucket documentation have following notice about Get Recent User Media method: "Optional (returns private). If you are not logged in, you only see public data. If you are logged in, you see all data"
    What steps will reproduce the problem? code: $phb_query->setOAuthToken($user['user_acess_key'], $user['user_acess_secret'], $user['user_name']); $get_albums = $phb_query->user('-')->search()->get()->getParsedResponse(true); What is the expected output? What do you see instead? I expect get all user media. ('-' - currently loged in user). But get only public medias. What version of the product are you using? On what operating system? Last library version. MacOS Please provide any additional information below. Photobucket documentation have following notice about Get Recent User Media method: "Optional (returns private). If you are not logged in, you only see public data. If you are logged in, you see all data"
  • Mar 09, 2009
    PBAPI-0.2.3.tgz (PHP5 API Library for Photobucket ) file uploaded by onyxraven   -  
    Labels: Featured Type-Package OpSys-All
    Labels: Featured Type-Package OpSys-All
  • Mar 09, 2009
    r25 (update package files ) committed by onyxraven   -   update package files
    update package files
  • Mar 09, 2009
    r24 (fix for some metadata problems ) committed by onyxraven   -   fix for some metadata problems
    fix for some metadata problems
  • Mar 09, 2009
    r23 (spacing, commenting, and new methods ) committed by onyxraven   -   spacing, commenting, and new methods
    spacing, commenting, and new methods
  • Jan 12, 2009
    r22 (remove required coordinates (future release) ) committed by onyxraven   -   remove required coordinates (future release)
    remove required coordinates (future release)
  • Jan 09, 2009
    r21 (fix typos in defs ) committed by onyxraven   -   fix typos in defs
    fix typos in defs
  • Jan 06, 2009
    r20 (add new syntax for login, search and featured ) committed by onyxraven   -   add new syntax for login, search and featured
    add new syntax for login, search and featured
  • Dec 01, 2008
    r19 (add new methods to api, make 'unknown params' a E_USER_WARNI...) committed by onyxraven   -   add new methods to api, make 'unknown params' a E_USER_WARNING (may be even too severe)
    add new methods to api, make 'unknown params' a E_USER_WARNING (may be even too severe)
  • Sep 10, 2008
    r18 (add simple demo, clean up slightly the validation defs ) committed by onyxraven   -   add simple demo, clean up slightly the validation defs
    add simple demo, clean up slightly the validation defs
  • Sep 05, 2008
    r17 (experimental support for handling redirects ) committed by onyxraven   -   experimental support for handling redirects
    experimental support for handling redirects
  • Sep 05, 2008
    r16 (svn merge -r8:HEAD https://photobucket-api-php5.googlecode.c...) committed by onyxraven   -   svn merge -r8:HEAD https://photobucket-api-php5.googlecode.com/svn/branches/release-0.2 . --- Merging r9 through r15(HEAD) into trunk
    svn merge -r8:HEAD https://photobucket-api-php5.googlecode.com/svn/branches/release-0.2 . --- Merging r9 through r15(HEAD) into trunk
  • Jul 29, 2008
    r15 (Add groups, fix small defect in redirect ) committed by onyxraven   -   Add groups, fix small defect in redirect
    Add groups, fix small defect in redirect
 
Powered by Google Project Hosting