jquery-socialist icon indicating copy to clipboard operation
jquery-socialist copied to clipboard

File not working

Open benzine opened this issue 12 years ago • 9 comments

Don't know if it's me but the downloaded file doesn't work at all here!!! Is this normal?

benzine avatar May 29 '13 16:05 benzine

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

TeamRainless avatar Jun 05 '13 11:06 TeamRainless

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?

shijuraj avatar Jun 12 '13 13:06 shijuraj

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 .

TeamRainless avatar Jun 12 '13 15:06 TeamRainless

I had even tried with the latest jquery v1.10, still it not working, seems the issue with twitter authentication.

shijuraj avatar Jun 12 '13 15:06 shijuraj

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 .

TeamRainless avatar Jun 12 '13 15:06 TeamRainless

have a look at https://dev.twitter.com/blog/api-v1-is-retired It seems, now all request needs client authentication

shijuraj avatar Jun 12 '13 15:06 shijuraj

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 .

TeamRainless avatar Jun 12 '13 16:06 TeamRainless

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 .

TeamRainless avatar Jun 12 '13 16:06 TeamRainless

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 .

TeamRainless avatar Jun 12 '13 16:06 TeamRainless