3,660 reputation
11025
bio website blog.prabir.me
location
age
visits member for 3 years, 9 months
seen 16 hours ago
stats profile views 365

May
9
awarded  Announcer
Apr
10
comment Facebook SDK for Windows Phone: InvalidCastException when calling FacebookSessionClient.LoginAsync(permissions);
This is a bug. More info at at github.com/facebook-csharp-sdk/facebook-winclient-sdk/issues/13
Apr
9
revised Install C# library without the Package Manager Console
added direct download link
Apr
9
comment fb.Query() method not available in facebook c# SDK 6.4.0 release
possible duplicate of Execute FQL query with facebook c# sdk v6.0.10
Mar
27
awarded  Nice Answer
Mar
24
comment Cannot find Facebook.FacebookClient
it is easier to go to nuget.org/packages/Facebook and download the .nupkg and extract it using you favorite zip folder. You will need to login to be able to see the download link. if not here is the direct download link. nuget.org/api/v2/package/Facebook/6.4.0 or install this chrome extension. chrome.google.com/webstore/detail/nutake/…
Feb
27
awarded  Caucus
Feb
26
comment “An error occurred. Please try later” trying to connect to Facebook (Windows Phone/C# SDK)
offline_access has been deprecated. check sample at github.com/facebook-csharp-sdk/facebook-windows-phone-sample
Feb
19
comment Facebook C-sharp SDK authentication behind proxy
possible duplicate of Facebook SDK Proxy setting C#
Feb
11
answered How to logout from windows8 apps using facebook-winjs-sdk?
Feb
11
suggested suggested edit on facebook-winjs-sdk tag wiki excerpt
Feb
11
revised How to logout from windows8 apps using facebook-winjs-sdk?
edited tags
Feb
9
comment Stop publishing when there are no subscribers and auto start when there are subscribers
thanks. implemented it at github.com/prabirshrestha/reactive-cocoa-playground/blob/…
Feb
8
accepted Stop publishing when there are no subscribers and auto start when there are subscribers
Feb
8
revised Stop publishing when there are no subscribers and auto start when there are subscribers
added 37 characters in body
Feb
8
asked Stop publishing when there are no subscribers and auto start when there are subscribers
Feb
3
accepted get total of sub documents in a collection
Feb
3
asked get total of sub documents in a collection
Jan
25
revised Update tag fanpage via php-sdk
edited tags
Jan
25
comment How to make this code run in .NET 3.5?
It return object. which can either be IDictionary<string, object>, IList<object>, bool, long, double or string. more info at stackoverflow.com/questions/7367496/…