2
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted over 13 years ago by adityavashistha
I have used the below link as reference http://blog.prabir.me/post/Facebook-CSharp-SDK-Writing-your-first-Facebook-Application.aspx
Posted over 13 years ago by adityavashistha
I have used the below link as reference http://blog.prabir.me/post/Facebook-CSharp-SDK-Writing-your-first-Facebook-Application.aspx
Posted over 13 years ago by adityavashistha
Hi All, I am trying to create a long lived access token which also enables me to post on the wall of users.  I am using publish_stream and offline_access as scope parameters. However, once the token is granted, My application gets the following ... [More] exception: (OAuthException) Error validating access token: Session has expired at unix time 1328270400. The current unix time is 1328351957. Please let me know how can I obtain Facebook access token which are long lived and can post on behalf of user. Thanks! [Less]
Posted over 13 years ago by adityavashistha
Hi All, I am trying to create a long lived access token which also enables me to post on the wall of users.  I am using publish_stream and offline_access as scope parameters. However, once the token is granted, My application gets the following ... [More] exception: (OAuthException) Error validating access token: Session has expired at unix time 1328270400. The current unix time is 1328351957. Please let me know how can I obtain Facebook access token which are long lived and can post on behalf of user. Thanks! [Less]
Posted over 13 years ago by adityavashistha
Hi All, I am trying to create a long lived access token which also enables me to post on the wall of users.  I am using publish_stream and offline_access as scope parameters. However, once the token is granted, My application gets the following ... [More] exception: (OAuthException) Error validating access token: Session has expired at unix time 1328270400. The current unix time is 1328351957. Please let me know how can I obtain Facebook access token which are long lived and can post on behalf of user. Thanks! [Less]
Posted over 13 years ago by notretro
prabirshrestha I think I could fix it in CanvasUrlBuilder.cs : public Uri GetLoginUrl() {... } If I amend the source, will changing GetLoginUrl() screw up the code else where? i.e. is the need for axd used some place else as root ?   Many thanks
Posted over 13 years ago by notretro
prabirshrestha I think I could fix it in CanvasUrlBuilder.cs : public Uri GetLoginUrl() {... } If I amend the source, will changing GetLoginUrl() screw up the code else where? i.e. is the need for axd used some place else as root ?   Many thanks
Posted over 13 years ago by notretro
prabirshrestha I think I could fix it in CanvasUrlBuilder.cs : public Uri GetLoginUrl() {... } If I amend the source, will changing GetLoginUrl() screw up the code else where? i.e. is the need for axd used some place else as root ?   Many thanks
Posted over 13 years ago by prabirshrestha
currently the sdk expects /facebookredirect.axd to be in the root of the virtual directory.
Posted over 13 years ago by prabirshrestha
currently the sdk expects /facebookredirect.axd to be in the root of the virtual directory.