facebook-c#-sdk
Get Facebook wall posts from fan page or group
I use the facebook api wrapper from https://github.com/facebook/csharp-sdk, then I have created a facebook application and I use the Access Token from the facebook application but still I can\'t get t[详细]
2023-03-27 23:49 分类:问答Facebook C# SDK 5.1.1 - How to request permissions from user?
I\'m trying to request permission for offline access and to post to a user\'s wall from my application.I am 开发者_StackOverflowable to login ok, but it only requests basic permissions from the user.I[详细]
2023-03-27 19:12 分类:问答Authentication Facebook C# SDK
I have a website where i have a event module, where the users can maintain their own events. At the same time i have a Facebook Page(not app) and i would really like to create/update/delete the event[详细]
2023-03-27 17:40 分类:问答Determining App or Session Context
I\'d like to be able to use some of the same methods whether or not I\'m using an app auth token or a user auth token, and need a test to determine which context I\'m in. Something like the following:[详细]
2023-03-27 04:40 分类:问答How to get name of tab in Facebook C# SDK
I have created canvas app and displayed it in iFrame on facebook Tab. I want to read name of the Page tab i am currently inside, is it possible to get name of the tab, either via sign开发者_StackOverf[详细]
2023-03-27 04:16 分类:问答Allow non admin users to upload a photo a Facebook Page
I am trying to write a facebook app using Facebook C# sdk 5.1.1. The app should let the users to upload a picture to a Facebook page. I was able to write the app where only the a开发者_StackOverflowdm[详细]
2023-03-26 23:07 分类:问答How to use CanvasAuthorizer
I download the latest version and successfully tested the Mvc3Web sample. I tried to extend it to get email and friends but the CanvasAuthorizer is failing.[详细]
2023-03-26 20:26 分类:问答Facebook callback URL
I am a little confused with the Facebook call back URL. I am building a iPhone application with Facebook login. So I will receive the access token from Facebook after the user logged in. Then I save t[详细]
2023-03-26 11:28 分类:问答Facebook authentication for asp.net
I researched on various articles available on the i开发者_StackOverflownternet.. but still i\'m not able to find a proper solution for integrating facebook connect authentication with my asp.net site[详细]
2023-03-26 08:55 分类:问答(Facebook C# SDK) FacebookWebContext.Current.IsAuthenticated always return false
Hi guys im using the facebook c# sdk 5.0.50 to get the email and name of a facebook account in a web application but the FacebookWebContext.Current.IsAuthenticated always return false and the fbWebCon[详细]
2023-03-25 19:33 分类:问答