Skip to main content

All Questions

Tagged with
0 votes
1 answer
148 views

C# facebook sdk : (OAuthException - #100) (#100) Apps in the GK only need to pass TOS check

I'm attempting to publish a video on a page using c# sdk and a simple form. Here is the code: var fbp = new FacebookClient(); dynamic result1 = fbp.Get("oauth/access_token", new { ...
FrancescoBLT's user avatar
1 vote
0 answers
265 views

Posting to Facebook only available to admin c#

I can successfully post to Facebook, however the posts are not public that everyone can see, only the primary page admin. Even after manually going through each post and "approving" them they are ...
Michael Wood's user avatar
1 vote
0 answers
75 views

Post and/or Share Text/Images on Facebook Wall Server-Side With .NET C#

I've spent a few days implementing Facebook's iOS SDK to allow our users to be able to login and then post text/images to their Facebook wall via our iOS application. I've got that all working ...
bp100's user avatar
  • 21
0 votes
0 answers
22 views

Can't get Facebook profile [duplicate]

I've been having a problem when trying to access a Facebook profile in C#, with the Facebook SDK. I've been using the OAuth2Authenticator from Xamarin.Auth, to generate an access token and all seems ...
Marcel317's user avatar
0 votes
1 answer
503 views

Facebook .NET SDK Posting image to Facebook page

i am using facbook .net sdk in wpf application to post an image to facebook page. string photoAlbumID = <page id>; FacebookMediaObject facebookUploader = new FacebookMediaObject { ...
mahmoud soliman's user avatar
-1 votes
1 answer
184 views

Facebook C# SDK using multiple id´s in a single request (call) to FB Graph Api

I would like to request the images fields from multiple target id´s (included in feed attachments). For example the single request would be like id?fields=images, but I would like to request for ...
fid200's user avatar
  • 47
2 votes
1 answer
1k views

Facebook.Client package installing error

I am trying to install Facebook.Client package in my Visual Studio project, but it failed with this message: Install-Package : Could not install package 'Facebook.Client 1.0.4'. You are trying to ...
Ahmad Alaa's user avatar
1 vote
0 answers
348 views

How to Add member in Facebook App Group using C# SDK

I am trying to Add member in Facebook App Group using post method.but no success FacebookClient app = new FacebookClient(); dynamic parameters = new ExpandoObject(); parameters.access_token = ...
Sonu's user avatar
  • 27
0 votes
1 answer
356 views

Unity - How to get data from a js script to a csharp script?

I have my player score located in the gameobject _GM (script = gamemaster.js) like this: static var currentScore : int = 0; Now I want this score to be used here: (In the script gameOver.cs located ...
Infinity's user avatar
  • 243
1 vote
2 answers
2k views

Facebook SDK Unity me/friends v2.2 returns 0

I have issue with getting friends id, name and picture, I have FB.API at Start and deserialize results at own method. I am using test users from Facebook Developers page. Here is Start() code FB.API(...
Jero Juujärvi's user avatar
0 votes
1 answer
208 views

facebook sdk c# / ASP.Net keeps refreshing after login

I have some problems, When i use the facebook sdk for login it just keep refreshing the site. I have tried to make some if statements around javascript to check for cookie, but it doesn't work. My ...
Henrik S's user avatar
  • 105
-4 votes
1 answer
87 views

add app on facebook fanpage with facebook sdk C# [closed]

someone knows how to do this using the facebook C # sdk, I have an application that the user can add it on your fan page for your control panel on my website, how to do this? Thank you!
Dark Ducke's user avatar
0 votes
0 answers
876 views

Javascript SDK in ASP.NET C#

I am building this Website in ASP.NET that needs a Log in with Facebook button (and later with Google) integrated with it to create an account. I have looked at some great sources like http://www....
tnt92's user avatar
  • 11
1 vote
0 answers
45 views

FriendPicker in Facebook C# SDK

I'm trying to get the Demo of the FriendPicker for Windows Phone to work. FriendPicker Control It logs in OK but no friends are displayed. Any ideas ?
Maf's user avatar
  • 355
0 votes
1 answer
417 views

Unity3D FB.GetDeepLinks parse results

I'm trying to get some working C# code of the results being parsed from FB.GetDeepLinks() Here's the Facebook docs Unfortunately their example code always returns -1. The results I'm getting for ...
Teft Unity Developer's user avatar

15 30 50 per page
1
2 3 4 5
7