How do I increase the TimeOut for Get or GetTaskAsync? (Using Facebook C# SDK 6)
Seems like they have a timeout of 15 seconds.
Thanks!
|
How do I increase the TimeOut for Get or GetTaskAsync? (Using Facebook C# SDK 6) Seems like they have a timeout of 15 seconds. Thanks! |
|||
|
|
|
Use FacebookClient.HttpWebRequestFactory. Since it is hidden from intellisense you might not see it in VS depending on your settings.
You might want to do something like this.
This requires v6 at minimum. for v5, you need to override a protected method.
|
|||
|
|