Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kiczmaker opened this issue May 27, 2016 · 0 comments
Open

Comments

@kiczmaker
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant