jssocials icon indicating copy to clipboard operation
jssocials copied to clipboard

How to add facebook access token to url

Open NSivro opened this issue 7 years ago • 0 comments

Hi, thanks for the plugin. It is very useful.

I have a problem with facebook count. I don't get count numbers and I get open.graph 403 error. Did some research and it looks like I need to add access token because the site is refreshed every 5minutes and has over 8000 news to share.

How to add access token to url? I tried this url: $(this).data("url") + "?access_token=" + facebookToken,

but it doesn't work.

I have no idea how to implement caching like you suggested #120.

Thank you

NSivro avatar Feb 19 '18 13:02 NSivro