social_shares
social_shares copied to clipboard
What does this error mean "Error during requesting sharings of..."?
I got this error "Error during requesting sharings of...". I'm wondering weather it happens because of request is limited or another reason.
Hi,
It happens here: https://github.com/Timrael/social_shares/blob/master/lib/social_shares/base.rb#L14 You can call #shares! with exclamation mark and see error by your self, example:
SocialShares::Facebook.new('http://apple.com').shares!
If you want me to help you more, give me more details about what social network do you ask and what type of error do you get.
Hi,
I have tested to call #shares! with exclamation mark and it return 0. But problem seem happen randomly.
I have a script which loop all record and check weather it have fb share > 0 or not and will delete that record if it is 0.
It works well about first 20 records .. after that It always raise this error.
[SocialShares::Facebook] Error during requesting sharings of 'http://www.sample.com': 403 Forbidden
it is happening for me as well.