Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top