سؤال

What's the maximum length for an album name and a wall post allowed on Facebook? Will the PHP SDK automatically trim it?

هل كانت مفيدة؟

المحلول

Facebook's api will take care of truncating any length of data. The api only limits you to data types, as in strings and integers.

That being said, it is very hard to develop for Facebook if you do not have an account, if not simply to access the documentation, or register for and API key, or just plain testing things out. You can create a dummy account, and have nothing public.

Hope this helps.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top