Skip to main content

All Questions

Tagged with
-1 votes
1 answer
986 views

How to correctly catch and handle errors in Http get request to Facebook api

I am trying to receive an access token from Facebook's graph API using the received code from Facebook. This is my first time working with APIs in .NET CORE. The code seems to work fine however I am ...
Rizwan's user avatar
  • 71
0 votes
1 answer
363 views

Facebook Unity SDK Auto Login not works?

I use unity3D, When I open my game first time on android then Facebook login works fine but when I re-open the game I have to re-login every time. I don't want this, I want it to login itself once I ...
sonu's user avatar
  • 1
1 vote
0 answers
246 views

OpenQA.Selenium.ElementNotInteractableException: 'element not interactable

I create a program for adding sales posts to the Facebook marketplace. I have a problem with adding a photo because it shows me an error like in the title. I am surprised but when I tried to add a ...
thomas2075's user avatar
0 votes
1 answer
435 views

How to filter Facebook custom audience GET request by data_source type and subtype via filtering parameter

I am trying to filter Facebook custom audience that we get via this endpoint: var url = $"{advertiserId}/customaudiences?limit={limit}&fields=name" + "&...
Chanté Gobel's user avatar
1 vote
0 answers
297 views

Sharing for Facebook in Unity Example

I was checking for some tutorials how to implement Share button for Unity games. I want to share my game with custom picture, text and link together with my description over the share automatically. I ...
Nikoneznanovic's user avatar
0 votes
1 answer
121 views

Detect if a users Anti-Virus or Browser is blocking marketing tracking code like Facebook FBQ?

Is there a way you can detect in C# if a browser is blocking external marketing tracking information like fbq? In JQuery you can use typeof fbq !== 'undefined' to detect if the Facebook Pixel tracking ...
Tig7r's user avatar
  • 535
0 votes
1 answer
2k views

Get instagram full profile information without "Instagram Graph Api"

I wanna get some data from the Instagram users. So I've used Instagram Basic Display Api and the profile data I could receive was these: username media count account type but I want these data: ...
Hesam Javadi's user avatar
0 votes
1 answer
145 views

Bot on Facebook Messenger does not receive the name of the users

In Microsoft Bot Framework V4, C# It only receives an empty string on dialogContext.Context.Activity.From.Name, except when the user has a role (Admin, Developer, Tester...) on the Facebook App. The ...
The Memebot's user avatar
  • 3,449
1 vote
2 answers
1k views

WebAuthenticator.AuthenticateAsync Facebook Login not closing

I'm trying to get this up and running but I do not know where the issue is. My startup: public void ConfigureServices(IServiceCollection services) { services.AddIdentity<ApplicationUser, ...
Jeppen's user avatar
  • 424
0 votes
2 answers
743 views

How to capture answers from Facebook Group Membership Questions?

I'm trying to figure out how to capture answers from a Facebook Group's Membership Questions? What I mean is when a new member joins a FB group, the group admins can set up to 3 questions to ask the ...
Jason's user avatar
  • 103
1 vote
0 answers
711 views

Get Facebook user data with Asp.net core Identity

First of all, I'm a complete beginner and don't even know if this question makes sense. I am trying to make my first ASP.NET Core MVC application. For registration and login, I'm using Asp.Net Core ...
Jernej Kalin's user avatar
0 votes
1 answer
113 views

Facebook c# sdk error OAuthException - #2

I am trying to publish a post on my Facebook page and I receive this error (OAuthException - #2) An unexpected error has occurred. Please retry your request later. FacebookClient app = new ...
Akram elouali's user avatar
0 votes
1 answer
103 views

Facebook C# SDK Error An exception of type 'Facebook.WebExceptionWrapper'

I am trying to post on my Facebook page using this code but I get exception facebook.webexeptionwrapper and this the detailed message The underlying connection was closed: An unexpected error occurred ...
Akram elouali's user avatar
1 vote
0 answers
408 views

get campaigns info from facebook marketing api in C#

Hope I will get some help and not get marked as duplicate because spent a couple of days and still didn't find a solution for this one. My problem is that I am working on an application that should ...
mitotomi's user avatar
  • 102

15 30 50 per page