jssocials
jssocials copied to clipboard
How to add facebook access token to url
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