-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
How I can integrate twitter api in spika,
Iam using code in one of my controller
private function setuptesttwitterMethod($self,$app,$controllers)
{
$controllers->get('/testtwitter',
function () use ($app,$self) {
//include_once '';
require_once __DIR__.'/../twitter_src/twitteroauth.php';
require_once __DIR__.'/../twitter_src/TwitterAPIExchange.php';
}
But Its deos not show any result
Metadata
Metadata
Assignees
Labels
No labels