Skip to content

Call method to get the access token should be configurable #7

@sglessard

Description

@sglessard

I've created a melody for Instagram. The call for the access token should be POSTed (not GET)
It should be in the config (ex: app.yml)

// sfOAuth2::getAccessToken line 75 :
$params = $this->call($url, $this->getAccessParameters(), null, 'GET');  // Instagram needs POST call

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