Skip to content

"The remote server returned an error: (403) Forbidden" exception in GetManagedVenues #14

Description

Changing unauthenticated property from true to false solved 403 Forbidden but raises new Json exception.

Changing GetMultiple method to GetSingle solved Json exception.

//Bug in GetManagedVenues() Method

List<FourSquareEntityItems<Venue>> venueGroups = GetMultiple<FourSquareEntityItems<Venue>>("/venues/managed", parameters, false).response["venues"];

//Solved replacing that line with this

FourSquareEntityItems<Venue> venues = GetSingle<FourSquareEntityItems<Venue>>("/venues/managed", parameters, false).response["venues"];

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions