File not working
Don't know if it's me but the downloaded file doesn't work at all here!!! Is this normal?
Can you be more specific? What error are you getting? What's happening?
And make sure you're using the latest jquery: 1.8.1
Hi, I had the same issue. When we use the twitter, even the samples not working in Firefox, Chrome, and IE 9, But it seems working fine with IE 10. What may be the issue with Twitter? any idea?
Sure. It's the version of jquery. You just have to change the line in the code so that it's using the absolute latest version of jquery (which should be 1.8.2.1 or something like that.)
On Wed, Jun 12, 2013 at 3:48 PM, shijuraj [email protected] wrote:
Hi, I had the same issue. When we use the twitter, even the samples not working in Firefox, Chrome, and IE 9, But it seems working fine with IE 10. What may be the issue with Twitter? any idea?
— Reply to this email directly or view it on GitHubhttps://github.com/iatek/jquery-socialist/issues/72#issuecomment-19326390 .
I had even tried with the latest jquery v1.10, still it not working, seems the issue with twitter authentication.
Hmm... That's weird... Suddenly twitter isn't loading on my site either... I wonder...
On Wed, Jun 12, 2013 at 5:27 PM, shijuraj [email protected] wrote:
I had even tried with the latest jquery v1.10, still it not working, seems the issue with twitter authentication.
— Reply to this email directly or view it on GitHubhttps://github.com/iatek/jquery-socialist/issues/72#issuecomment-19333528 .
have a look at https://dev.twitter.com/blog/api-v1-is-retired It seems, now all request needs client authentication
Hmm... But why is it still working here... Maybe they authenticated...
http://www.ilovebcnparty.com/social/index.html
On Wed, Jun 12, 2013 at 5:46 PM, shijuraj [email protected] wrote:
have a look at https://dev.twitter.com/blog/api-v1-is-retired It seems, now all request needs client authentication
— Reply to this email directly or view it on GitHubhttps://github.com/iatek/jquery-socialist/issues/72#issuecomment-19334778 .
Fascinating... Well you should notify the author because this just went into effect yesterday.
Otherwise I'll just use Oauth to authenticate my copy
On Wed, Jun 12, 2013 at 5:46 PM, shijuraj [email protected] wrote:
have a look at https://dev.twitter.com/blog/api-v1-is-retired It seems, now all request needs client authentication
— Reply to this email directly or view it on GitHubhttps://github.com/iatek/jquery-socialist/issues/72#issuecomment-19334778 .
Line 358 in jquery.socialist.js
It's using api 1.0. You need to switch it to 1.1 and use OAuth
On Wed, Jun 12, 2013 at 6:35 PM, David Hawkins [email protected] wrote:
Fascinating... Well you should notify the author because this just went into effect yesterday.
Otherwise I'll just use Oauth to authenticate my copy
On Wed, Jun 12, 2013 at 5:46 PM, shijuraj [email protected]:
have a look at https://dev.twitter.com/blog/api-v1-is-retired It seems, now all request needs client authentication
— Reply to this email directly or view it on GitHubhttps://github.com/iatek/jquery-socialist/issues/72#issuecomment-19334778 .