Reputation: 5169
I am working on a PHP/CURL project that uploads videos to the various websites. Is there a way to post a video to the Facebook without creating an application? I found a way to update status info by posting to the Facebook Mobile version URLs but mobile version doesn't support video upload.
Upvotes: 1
Views: 1744
Reputation: 99505
Facebook will force you to create an application, any other way you might find today to upload video (and also what you did with the status update) is likely something that will break in the future again.
You're probably violating the ToS, and the status update thing could be considered a security hole.
Upvotes: 1