philippec / PhFacebook

MacOSX Interface to Facebook graph API
http://developer.casgrain.com/?p=107
Other
178 stars 44 forks source link

Uploading videos #10

Closed oscardelben closed 13 years ago

oscardelben commented 13 years ago

Hi,

according to this blog post https://developers.facebook.com/blog/post/493/ uploading video is possible through the graph api. However it seems like posting is not yet supported on the library. I was wondering if you could give some advice about using this library for sending post requests that also contain multipart data.

oscardelben commented 13 years ago

I'm going to fork the project and add support for videos

philippec commented 13 years ago

That's great! Let me know when you want to integrate back.

oscardelben commented 13 years ago

Acutally I wasn't able to integrate, so what I did instead was to expose the access token via a public api and then use ASIHTTPRequest to do the upload on my own. My problem was doing an upload with NSMutableURLRequest.

philippec commented 13 years ago

Sure. If you want to add the token to the public API, send me the pull request and I'll see about integrating it. If you have a use for it, other people will, as well.