facebook-csharp-sdk / facebook-winclient-sdk

Facebook SDK for Windows & Windows Phone
http://facebooksdk.net
Apache License 2.0
61 stars 139 forks source link

The problem with sending large video to Facebook by Facobook.Client #90

Open kiczmaker opened 8 years ago

kiczmaker commented 8 years ago

There is a problem with putting a video > 20MB from my own applications on Facebook wall. Videos < 20 MB place without problems, however, more give the following error: Facebook.WebExceptionWrapper: An error occurred performing a http web request. ---> System.Threading.Tasks.TaskCanceledException: A task was canceled. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at Facebook.HttpWebRequestWrapper.EndGetResponse(IAsyncResult asyncResult) at Facebook.HttpHelper.ResponseCallback(IAsyncResult asyncResult, Object userToken) --- End of inner exception stack trace ---

This problem occurs in Windows 10 UWP. What could be the reason? Are they any restrictions or Facebook or Facebook.client?