RLPlurkAPI says
16 years ago
this plurk is for discussion about the unofficial Plurk API - ask if you have questions/comments (Sep 22, 2008)
latest #13
Thraxis says
16 years ago
Is anyone looking at adding support for the new image uploading feature?
ryanlim says
16 years ago
if someone writes it and submits a patch, i'll include it into the API code.
skraggy says
16 years ago
no promises but I may take a crack at it when time permits. I have some additional functionality already in the api
立即下載
skraggy says
16 years ago
but need to clean it up for submission.
eusouTHEU
16 years ago
it's impossible to include the "RLPlurkAPI.php" from other dir.. like.. `include("../../rlplurkapi/RLPlurkAPI.php");`
eusouTHEU
16 years ago
this show me some error..
eusouTHEU
16 years ago
there is not plan to fix/change this?!..
saltybeagle
16 years ago
Quite a few ways to fix that either install HTTP_Request from PEAR, or change your include path to include the directory with HTTP_Request
saltybeagle
16 years ago
or, require ''; the http_request files before the rlplurk api.
eusouTHEU
16 years ago
nice idea!.. require_once before?
skraggy says
16 years ago
set_include_path(get_include_path() . PATH_SEPARATOR . '/wherever/RLPlurkAPI/');
skraggy says
16 years ago
require 'RLPlurkAPI.php';
skraggy says
16 years ago
should work fine.
back to top