Is it possible to use some fork of ShareKit to post a video to facebook? I don't want to mess with the whole Facebook graph API on my own, but would love ability to post videos.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
There is a pull request for video sharing in ShareKit 2.0 repo for some services, including Facebook. It is not merged yet, as there are some unresolved problems, most serious one is that if you share large video it exhausts device's memory. But it might be a good start for you. |
|||||
|
|
Instead of using the sharekit i suggest to use FBGraphAPI for this... Here are the following steps, that you can post video on Facebook.. in .h file
in .m file call this method.....
|
|||
|
|