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

FatalThrowableError in AbstractAdapter.php line 69 #39

Closed
abada opened this issue May 14, 2016 · 1 comment
Closed

FatalThrowableError in AbstractAdapter.php line 69 #39

abada opened this issue May 14, 2016 · 1 comment

Comments

@abada
Copy link

abada commented May 14, 2016

I am trying to make subscription request

      $call_back=MY_ROUTE;
      $par=['aspect'=>'media','callback_url'=>$call_back,'object'=>'user'];
      $response = $this->instagram_client->request('POST', 'subscriptions',$par);
      return $response->get();

After that this error shown

FatalThrowableError in AbstractAdapter.php line 69:
Fatal error: Class '\Larabros\Elogram\Exceptions\OAuthClientException' not found
@hassankhan
Copy link
Member

Subscriptions are not currently supported, dupe of #27, closing

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

No branches or pull requests

2 participants