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