-
```
var twitterAPI = require('node-twitter-api');
var twitter = new twitterAPI({
consumer_key: "removed",
consumer_secret: "removed",
callback: 'http://52.43.53.156:3000'
});
```
**response:**
…
-
RoundRecDataList and EdgeToEdgeDataList need to support itemMap attribute
```
Untitled
@import "themes/claro/claro.css";@import "lib/dojo/dojo/resources/dojo.css";@import "app.css";
requir…
-
Hi @ModusVivendi , I've been trying this for 3 days and have probably spent 5-6h trying to do this to no avail. Here is my current situation;
- I have Python3.5 installed
- I have a clean copy of Twit…
-
**Describe the bug**
i am getting below error when creating tweet using v2 api .
data: {
title: 'Unsupported Authentication',
detail: 'Authenticating with OAuth 2.0 Application-Only is forbidd…
-
**Describe the bug**
I am getting this error anytime I just import the library & do a simple call: e.g.
```
let res = await client.v2.tweet("Hello");
```
**Version**
- Node.js version: 20.1…
-
The latest version of Scribe is 1.3.5. The 1.3.7 release will remove a class we use, org.scribe.builder.api.TwitterApi$SSL, so if a client is using the later release and it conflicts, this will break …
-
TwitterAPI ile biraz uğraştım, beklediğimden biraz daha karışık.
RESTful API diye ayrı bir konuya biraz bakmam gerekecek.
TODO olarak ekliyorum
-
```
$cordovaOauth.twitter(clientId, clientSecret).then(function (succ) {
$twitterApi.configure(clientId, clientSecret, succ);
}, function(error) {
console.log(error);
});
``…
-
Thank you for making this template, it simplifies the process so much!
I have a question that may be simple to solve, or I may be misunderstanding something more fundamental.
I want to import a …
-
Hello.
This is awesome. But have some issue. I found twitter feed not working for api version update. Please check this link http://www.jasonmayes.com/projects/twitterApi/. It works with current twitt…