04-08-2009 04:11 AM
05-08-2009 07:05 AM
05-08-2009 01:10 PM
05-08-2009 07:37 PM
The Alfresco Community is at a difficult growing stage: too big for just the Alfresco employees to take care of and too immature for it to be self-sustaining.Seems quite true. The community is a bit awkward (like a lanky teenager perhaps) and needs to stabilize. Will, you're correct that one "community expert" role responding with the appropriate wiki link, faq, editing post titles to help searching, etc. isn't necessarily scalable, but that would be a wonderful kick-start to making the wealth of questions and sometimes buried answers that exist on the forum more accessible. Building out, organizing, and updating FAQs to truly represent the frequently asked simple questions would be a great boon to frustrated new members. (Instead of stating it has been asked before and just leaving the thread unanswered – as I've actually heard several times.)
05-11-2009 09:51 AM
08-08-2011 04:06 AM
08-08-2011 10:23 AM
08-08-2011 10:57 AM
Hi,
I have similar problem:
I'm trying to update an account status with the Abraham's PHP Library,
but I'm getting the following exception message:
Bad request / Your browser sent a request that this server could not
understand.
I've already authorized my application to connect with my test account
and I saved the authentication data in constants. I'm using the code
bellow to do the update:
try {
$twitter = new EpiTwitter(Config::TWITTER_APP_TOKEN,
Config::TWITTER_APP_SECRET, Config::TWITTER_OAUTH_TOKEN,
Config::TWITTER_OAUTH_SECRET);
$return = $twitter->post('/statuses/update.json', array ( 'status'
=> 'TEST' ));
echo $return->response;
} catch (Exception $e) {
echo $e->getMessage();
}
API methods that uses 'get' instead of 'post' (e.g. account/
verify_credentials) works without problem.
or I can use everything you've already adviced?
Thanks in advance.
08-08-2011 11:02 AM
08-08-2011 11:21 AM
08-08-2011 12:53 PM
So whos now the contact person for the community - Jeff Potts?Yep, spot on.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.