Updated Facebook character limit.

This commit is contained in:
goobertron 2013-08-10 00:18:49 +01:00
parent a2e5f1f88e
commit 8bffdb873a

View file

@ -3,7 +3,7 @@ class Services::Facebook < Service
include MarkdownifyHelper
OVERRIDE_FIELDS_ON_FB_UPDATE = [:contact_id, :person_id, :request_id, :invitation_id, :photo_url, :name, :username]
MAX_CHARACTERS = 420
MAX_CHARACTERS = 63206
def provider
"facebook"