Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not return the list of the Likers in a post , just the LikesCount on UserProcessor.GetUserTagsAsync #542

Open
17 tasks
elpoks opened this issue Jun 24, 2022 · 1 comment

Comments

@elpoks
Copy link

elpoks commented Jun 24, 2022

Important note

  • You must fill this form! If you don't fill it, your issue will be close immediately.
  • Put an X character between [ ] that is related to your issue, like [x]
  • Please remove Important note from this form!
  • Don't remove other sections (unless it's unnecessarily, like Debug logs and Screenshots sections)!

I've:

Issue category

  • [x ] Bug
  • Feature Request
  • Missing Feature
  • Question
  • Not sure

Language

  • [x ] C#
  • VB.NET

Usage

  • [x ] Windows Form/Console app
  • WPF app
  • Asp .NET MVC
  • Asp .NET Core
  • Universal Windows Platform [UWP]
  • Xamarin or Xamarin Forms
  • Mono
  • Other

Operating System

  • [x ] Windows
  • Windows Server
  • Linux
  • Mac OS
  • Other

Describe your issue

When i am searching for the likers of a post , the number is always 0 , however the likesCount=200 .So there should be a list of 200
List , but its just 0

@fmmagalhaes
Copy link

That's an extra API call.
You should be calling api.MediaProcessor.GetMediaLikersAsync(mediaId)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants