Questions tagged [audience]

56 questions
9
votes
2 answers

IdentityServer on MVC : What is Audience refering in AddJwtBearer

I already have the access token working with my application in my api gateway. var identityUrl = Configuration.GetValue("urls:identity"); services.AddAuthentication(options => { options.DefaultAuthenticateScheme =…
LittleFunny
  • 8,155
  • 15
  • 87
  • 198
8
votes
1 answer

How can retrieve the name of the placement (Facebook Audience Network)

With the Facebook Audience Network API i have the placement id, but not the placement…
Maxime
  • 306
  • 2
  • 10
7
votes
1 answer

"error_description":"Exception of type 'Microsoft.IdentityModel.Tokens.AudienceUriValidationFailedException' was thrown."

we are trying to access a sharepoint api securely using azure oauth2. we got the bearer token but while accessing sharepoint rest api, we are getting Status code: 401 Unauthorized and Response: {"error_description":"Exception of type…
4
votes
2 answers

ASP.NET Core JWT Authentication Audience Property

I'm fairly new to ASP.NET Core. I'm using JWT to authenicate a web api. In most JWT code on online tutorials, we can find Issuer and Audience property metioned as shown below. var tokenDescriptor = new SecurityTokenDescriptor { …
ADev01
  • 41
  • 1
  • 2
4
votes
0 answers

Accessing Facebook Audience Insights breakdown information

I'm trying to access FB Audience Insights via Graph API similar to what is shown in the 'Facebook Business' (https://www.facebook.com/business/news/audience-insights). This looks like it's possible as documented in the Graph API docs page here. I…
3
votes
1 answer

When (or after) uploading a video, how to set its privacy?

We have an Apple iOS application which uploads video to Facebook. One the corresponding Facebook app side, we have asked our users to set it's privacy to public, to encourage sharing. It has been working fine until around two weeks ago, the uploaded…
Semloh
  • 1,785
  • 2
  • 11
  • 4
3
votes
1 answer

Azure AD Audience is Invalid due to "api://" being appended

I have two Azure Daemon apps. App A and App B. App B works as expected. I call the /oauth2/v2.0/token to the the access token. Then I decode the token and extract the roles. App A does not.. when i decode and validate the token it says "Invalid…
user8072194
3
votes
0 answers

Facebook audience network stuck on waiting for ad request

I have integrated latest sdk 6.5.0 on my android app but ads not showing status of adunit is requesting ads but on property level its stuck on waiting for ad request . Live ads not working i am getting near to 500 to 2k requests daily but no…
Liaqatbaba
  • 31
  • 1
3
votes
1 answer

This app is already being monetized: The app you're attempting to add is already being monetized by a business in Facebook audience network?

I want to monetize my android app by face audience network but whenever I try to add my app link This app is already being monetized: The app you're attempting to add is already being monetized by a business. Please help me to solve the issue.
3
votes
1 answer

Tried accessing nonexisting field (audience) on node type (Page)

I tried using Page Affinity in documentation, and I tried using this endpoint https://graph.facebook.com/v2.10/197010460481516?fields=audience&access_token=TOKEN "(#100) Tried accessing nonexisting field (audience) on node type (Page)", And also…
senty
  • 12,385
  • 28
  • 130
  • 260
3
votes
1 answer

Firebase audience event count

Firebase Audience is defined as follows: Once created, an audience accumulates users who meet the specified criteria from that point onward by virtue of the events that their devices log. But I'm not sure about one fact. Let's say I have user,…
G G
  • 73
  • 8
2
votes
0 answers

Firebase audience user count

On tab Audience there is a column Users - hint on hover says: Number of users in this audience that triggered events. I have one audience already defined (defined as app_tracking_app_version contains 5.5.4) and if I select "Last 30 days" then I…
G G
  • 73
  • 8
2
votes
1 answer

Get demographic info from audience insight group from Facebook marketing API

I'm trying to get demographic audience data from the Facebook Marketing API. If I do this search I only get audience size:- 6003024075156?fields=audience_size,description,name,topic,disambiguation_category which returns { "audience_size":…
Jonathan Lyon
  • 3,862
  • 7
  • 39
  • 52
1
vote
1 answer

Pull audience members from database

I need a way to auto-populate an "administrative" audience in SharePoint 2010 from a list of users returned from a database query. Here's the general setup: All users are managed in Vision. Using some SQL wizardry I can pull a list of domain…
Matthew
  • 444
  • 1
  • 3
  • 14
1
vote
0 answers

Facebook Audience Network not showing real ads without mediation but test Ads are showing

I try to use Facebook Audience Network on my android app without mediation but it is not showing real ads and test Ads are showing. Any idea? I'm so stuck with it. browser_activity.java AudienceNetworkAds.initialize(this); adView = new…
Wie Benz
  • 11
  • 1
1
2 3 4