pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
963 stars 304 forks source link

Twitter/Codebird not working #276

Open kamstutz opened 6 years ago

kamstutz commented 6 years ago

It appears that the Codebird Twitter integration for SocialFeed has broken. Multiple javascript errors have started to appear all related to codebird. Such as is shown below.

https://api.jublo.net/codebird/oauth2/token 502 (Bad Gateway) XMLHttpRequest cannot load https://api.jublo.net/codebird/oauth2/token. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.

HartLarsson commented 6 years ago

i've just chekced and for me twitter feed works perfectly. there was an error some weeks ago due to their platform update but now is working again. Please verify you still using the latest script version and the right codebird version too

mutiullah7 commented 6 years ago

yup it's working fine for now but sometimes twitter posts show up sometimes not. But mostly it shows the twitter posts. i think it's okay

mutiullah7 commented 6 years ago

@kamstutz It's not working now, giving error Failed to load resource: net::ERR_CONNECTION_TIMED_OUT api.jublo.net/codebird/oauth2/token

HartLarsson commented 6 years ago

is not a social-feed script problem, is related to codebird API. I suggest to open a ticket there

mutiullah7 commented 6 years ago

@HartLarsson okay thanks :)

mutiullah7 commented 6 years ago

Twitter Feed again stop working OPTIONS https://api.jublo.net/codebird/oauth2/token net::ERR_CONNECTION_TIMED_OUT

Hypocrite commented 6 years ago

Confirmed. Its broken again. Can we change to some other service which is more reliable?

chrismwiggs commented 6 years ago

Confirming broken again. Might be worth thinking about alternatives!

HartLarsson commented 6 years ago

If someone know a valid opensource alternative to codebird could post here the URL of the project to take a look

HartLarsson commented 6 years ago

anyway seems is working again

himankpathak commented 6 years ago

I was facing the same issue with Twitter API, I updated the codebird API to the latest version and it started to work. We should upgrade the codebird API of the project.

mutiullah7 commented 6 years ago

@HartLarsson may be this one? https://github.com/jasonmayes/Twitter-Post-Fetcher

mutiullah7 commented 6 years ago

Stopped working again :(