Skip to content

Commit

Permalink
Quick tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancox committed Feb 21, 2019
1 parent 95facc5 commit 03fcd36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Providers/SocialFeedProviderFacebook.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ public function getFeedUncached()
// https://developers.facebook.com/docs/facebook-login/access-tokens#apptokens
$accessToken = ($this->AccessToken) ? $this->AccessToken : $this->siteConfig->SocialFeedFacebookAppID . '|' . $this->siteConfig->SocialFeedFacebookAppSecret;

$accessToken = 'no';

// Setup query params for FB query
$queryParameters = array(
// Get Facebook timestamps in Unix timestamp format
Expand Down

0 comments on commit 03fcd36

Please sign in to comment.