Skip to content

attribution field is incorrect #2

@nkardos

Description

@nkardos

The attribution field is not a simple string, it has some attributes.
For example Boomerang is adding name attribute.

Suggested fix in InstagramResponse.cs:
public attribution attribution { get; set; }
public class attribution
{
public string website { get; set; }
public string itunes_url { get; set; }
public string name { get; set; }
}

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