-
Hello dears,
We got the following error (recently) when we try to use the library to take Twitter token
Access to XMLHttpRequest at 'https://api.jublo.net/codebird/oauth/request_token' from origin…
-
I looked through the documentation and cannot see any reference to uploading video, only images.
Looks like it is supported in the PHP version as it's in the documentation.
Is it possible using this…
-
I am getting Invalid date printed for Twitter posts when using the date value with localized date. Facebook and Instagram work fine.
Searched through the old issues but only found similar issues wi…
-
Looks like the last release to npm was a few years back. Would be great to get a new release pushed!
Thanks in advance.
-
the twitter sign is a little confusing, with the pins and what not.
use https://oauth.io/
-
Here are my findings about using the twitter API.
Summary
- We can do app-only authentication
- We should implement this later once we have some server-side code
- Repo includes static twitter data f…
-
Been getting a 502 error when I call:
cb.__call(
"oauth2_token",
{},
function (reply) {
var bearer_token = reply.access_token;
console.log(bearer_token);
}
);
…
-
It's taken a little while to work out but PHP 7.3 seems to always return a server error with this function.
I'm uncertain if it's any other function but the status from twitter is always 500. PHP 7…
-
**TypeError: cb.__call(...).then is not a function**
at router.get (C:\Users\EG\Desktop\NodeJs\_appitry-social-node\Twitter\TwitterRoutes.js:73:71)
at Layer.handle [as handle_request] (C:\Us…
-
I'm getting this error: `POST https://api.jublo.net/codebird/1.1/media/upload.json 400 (Bad Request)` when following the first step of the example code for uploading images. According to the Twitter d…