Skip to main content

All Questions

Tagged with
0 votes
1 answer
288 views

C# based Marketing-API for Facebook - Problem with /adsets

i got a questions.. Are there any Marketing-API Experts in here? Im trying to code a C# based API to create /campaigns, /adsets and /ads. With /campaigns i have no problem, after i start my project ...
Sebastian G's user avatar
-3 votes
1 answer
494 views

How to use Facebook API to get FB user's Like, Post from c#? [closed]

I'm developing a Facebook application using their Graph API.. I've come across a problem in that I can't retrieve the user's Likes, Posts, and User Profile . How is it possible to retrieve the user'...
Harsh V's user avatar
  • 33
1 vote
0 answers
1k views

Send message to Facebook user using user Id with API in C#

We need to send message to Facebook User from our Facebook page which we have created using Facebook -We have checked with Graph API and webhook subscription but for that it requires recipientId (...
Nikita's user avatar
  • 328
0 votes
1 answer
519 views

Get User Access Token - Facebook Marketing API

I'm using RestSharp to make a call to the Facebook API and it's returning the App Access Token. However I need to return the User Access Token instead as I need this to create offline conversion sets ...
Brian's user avatar
  • 129
0 votes
1 answer
465 views

How to post client facebook ad by facebook ad api?

I have been working in Facebook ad API. I am able to create abs in sandbox mode as well live mode. Our application is approved. I am getting a strange issue when I try to create ad for my facebook ...
PrateekSaluja's user avatar
-1 votes
2 answers
101 views

Facebook graph api just return 25 friends out of 950 friends?

**i'm trying to fetch my friends list with graph explorer using this query /me/friends but only 25 out of 950 friends are returned in the response** i need to fetch my friend id's to do something . ...
Mohamed Elhabbab's user avatar
1 vote
1 answer
384 views

Deserialize Facebook Workplace SCIM Rest API response

I'm trying to deserialize the below response to a strongly typed object using C# NewtonSoft.Json library. The issue is how to deserialize the last part "urn:scim:schemas:extension:enterprise:1.0": {"...
Asaad Mamoun's user avatar
-1 votes
1 answer
279 views

Facebook Graph Api Explorer Vs Facebook Graph Api C#

I'm having troubles on getting data from facebook's graph api explorer using an Access Token that someone gave me. In the Graph Api Explorer at the developers Website I can see results to my queries, ...
bmvr's user avatar
  • 846
-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
1 vote
1 answer
187 views

Can't create Facebook AdSet

I can't create new ad set, i got this message. (FacebookApiException - #100) Invalid parameter My code : dynamic parameters = new ExpandoObject(); parameters.name = title; parameters....
Pike's user avatar
  • 21
0 votes
1 answer
464 views

How can I get the picture of a Facebook event using server side code?

I'm writing a web app that pulls events data from Facebook, and I can get a lot of the information using an app token, but not the picture, which requires a client token, as documented here: https://...
Alex Calothis's user avatar
0 votes
1 answer
148 views

Get last posted photos from facebook graph

I see that FQL is deprecated? We now use the Graph API and with url . What I want is to get all the latest pictures of my friends and NOT from pages or other stuff. If I use: me/home/?filter=...
eriksv88's user avatar
  • 3,520
-1 votes
1 answer
293 views

Facebook API v2 - Friends ID

i need to find all my friends's id. On www.developers.facebook.com i have 2 app. The first one have api version 1 and version2, the second one has only api version 2. With api version 1 I can find ...
stefy97100's user avatar
0 votes
3 answers
571 views

FB API for Windows Phone not clear

I am trying to make FB login for my Windows Phone 8 app. I am following this link provided by Facebook https://developers.facebook.com/docs/facebook-login/login-for-windows-phone I got the to part ...
mkdavor's user avatar
  • 134
1 vote
1 answer
494 views

Facebook Upload Issue in C#

When i try to upload images/videos to facebook using facebook API. The facebook API gives exception shown as below "One or more errors occurred.System.IO.IOException: Unable to write data to the ...
Kesavan's user avatar
  • 31

15 30 50 per page