Open vmnikhil opened 8 years ago
$cordovaOauth.twitter(clientId, clientSecret).then(function (succ) { $twitterApi.configure(clientId, clientSecret, succ); }, function(error) { console.log(error); });
I saw this syntax to pass clientId and clientSecret id for ionic framework.How can i pass them if iam not using any ionic frameworks?
Even i would like to know the solution for this. I want to use this wrapper for handling twitter part in my angular JS app
I saw this syntax to pass clientId and clientSecret id for ionic framework.How can i pass them if iam not using any ionic frameworks?