문제

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