Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn users that Facebook freezes titles after 50 actions #2

Open
jonom opened this issue Jan 20, 2016 · 5 comments
Open

Warn users that Facebook freezes titles after 50 actions #2

jonom opened this issue Jan 20, 2016 · 5 comments

Comments

@jonom
Copy link
Owner

jonom commented Jan 20, 2016

You can always edit an object's properties, with two exceptions:

Title: Once 50 actions (likes, shares and comments) have been associated with an object, you won't be able to update its title
Type: An object's type can't be changed once it's been used in a story

https://developers.facebook.com/docs/sharing/opengraph/using-objects

@sunnysideup
Copy link
Contributor

Your module is great, but I reckon the ping connection with FB should be optional because it will slow down every save, AFAIK, and it does not add that much.... Otherwise great. I am thinking about adding it to one of my own modules as a requirement.

@jonom
Copy link
Owner Author

jonom commented May 31, 2016

@sunnysideup feel free to submit a PR for optional ping :) I think it should be quite useful though because Facebook caches that information pretty aggressively.

@sunnysideup
Copy link
Contributor

I wonder what the harm is if fb has historical rather than current info
apart from when the is a mistake. Does fb cache page info from previous
shares ?
On 01/06/2016 11:32 am, "Jono Menz" [email protected] wrote:

@sunnysideup https://github.com/sunnysideup feel free to submit a PR
for optional ping :) I think it should be quite useful though because
Facebook caches that information pretty aggressively.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#2 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAKM8vCNDhXNB4RmhjMxJ6NOTcPfmxaRks5qHMUWgaJpZM4HI9Sc
.

@jonom
Copy link
Owner Author

jonom commented Jun 1, 2016

Yeah AFAIK FB only keeps one copy of OG data for each unique URL, and can hang on to it for a long time if you don't manually clear the cache. I couldn't find any specific info on Facebot crawl rates but I've seen some really out of date URL previews on Facebook before.

That request to Facebook to clear the cache only takes ~100ms for me so probably not causing a significant delay on page saving?

@sunnysideup
Copy link
Contributor

Thank you for your info in this. That makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants