Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Add support for creating and deleting content with the Facebook Graph AP... #68

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

mpitid
Copy link
Contributor

@mpitid mpitid commented Sep 13, 2013

...I


// GET $path/?access_token=$access_token
$resp = $st->fromCurl()->get($this->base_path.$path.'?access_token='. $access_token);
$resp = $st->fromCurl()->get($this->base_path . $path, $this->authenticated($params));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to rename $this->authenticated to $this->addAccessToken

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

Successfully merging this pull request may close these issues.

2 participants