Skip to main content

All Questions

0 votes
0 answers
384 views

Facebook graph API v12 users photos and likes

Back years ago I used the Facebook Graph API to gather users friend photos and likes for those photos. However, that was back when the API was v2.11 or v4 or something like that. Now at version 12, my ...
StealthRT's user avatar
  • 10.3k
0 votes
0 answers
385 views

Facebook Graph API - IG Media Getting Metadata Issue

I have some issues about IGMedia getting metadatas. I followed the instructions in documentations. But I am getting an error like "400" "Bad Request". Before try to getting IGMedia metadatas , I took ...
Selim Çelik's user avatar
0 votes
0 answers
63 views

Returned Facebook feed not containing user name

I used Facebook API c# to returning all feeds in specific page but the returned data not containing any information about user who added this feed all what I need return with every feed the name of ...
sabreen saber's user avatar
1 vote
0 answers
234 views

Multiple photo post replacement for publish_actions

We are using server side to post users several photos into an album using the publish_actions. Unfortunately Facebook are shutting down this permission in august and encourage its user to migrate to ...
user3104076's user avatar
1 vote
1 answer
303 views

FacebookOAuthException when using the Facebook C# API

I'm using the Facebook C# API in a Desktop application and retrieve an access token via OAuth in an embedded browser. The access token works fine when I use it in the Graph API Explorer. However, when ...
LTR's user avatar
  • 1,324
0 votes
0 answers
464 views

How to get access token / Authentication token of facebook user with 'token' response_type?

In my c# application I am trying to get accesstoken/authentication token for user using facebook c# sdk. If I use response_type = 'code' then I am getting data in my callback function but when I use ...
vaibhav shah's user avatar
  • 5,039
0 votes
0 answers
65 views

when im using facebook wall post it give me error

When im using Mark Hagan Facebook wall post source code it give me error like length cannot be zero. im trying to facebook wall post using users. here is my code please help me, what is the issue in ...
K-Series's user avatar
  • 189
0 votes
0 answers
1k views

accessing facebook private messages using access token using Facebook API

We have angularJs & C# web aplication. We are planning to use our facebook page to handle our customer issues and complaints. We will show facebook visitor posts in our website so our ...
DevPerson's user avatar
  • 399
14 votes
2 answers
21k views

How does Facebook Graph API Pagination works and how to iterate facebook user feed with it?

I have a facebook Graph API call to get a facebook users feed: dynamic myFeed = await fb.GetTaskAsync( ("me/feed?fields=id,from {{id, name, picture{{url}} }},story,picture,link,...
Coding Freak's user avatar
1 vote
0 answers
1k views

How can i post a image on the Facebook user feed using the Api or Sdk

Hallo I’m working on a C# console application that has to post a message and image to Facebook. I already have the first part working and for now the authentication token is not a problem. but I’m ...
TheRWS96's user avatar
0 votes
0 answers
319 views

can we get facebook friends list in C# Without Dialog Authorization

Can I get my facebook friends list using c# without any dialog box to confirm for permissions . I cannot use javascript sdk i need to use webapi in mvc to make a request for token then get friends ...
user3177519's user avatar
0 votes
1 answer
6k views

How to Use FB API Graph within C# Desktop Application

I just started a projects that need to be created with C# Desktop Application using Visual Studio 2008 (.NET 3.5). Now I really don't understand where I have to start. I just start to "googling" and ...
starter_id's user avatar
1 vote
2 answers
240 views

Facebook.Client WP8 uses which Facebook API version?

I've been using the NuGets from Outercurve Foundation (Facebook and Facebook.Client) and I've just updated to the latest stable version for both of them since Facebook API 2.0 and 2.1 will be ...
rickrvo's user avatar
  • 535
0 votes
1 answer
127 views

Get Facebook autocomplete list when posting

When you create a new post on Facebook, and use the @ (at sign), when typing you get an autocomplete list of friends and pages liked. Do you have any idea how to get this list using Facebook's Graph ...
danpop's user avatar
  • 967
0 votes
1 answer
5k views

how to post on directly at facebook page using C# not at visitor post?

i refereed this post how to post to facebook page wall from .NET but it will work on facebook page to post as visitor post. and i want to post of page timeline not at visitor post and i am admin of ...
Sudhanshu Tiwari's user avatar

15 30 50 per page
1
2 3 4 5
21