CMS MADE SIMPLE FORGE

Bird Feed

 

[#9314] Retirement of Twitter API v1 breaks plugin

avatar
Created By: Paul Baker (paulbaker)
Date Submitted: Wed Jun 12 20:03:25 -0400 2013

Assigned To:
Version: 1.0
CMSMS Version: 1.11.5
Severity: Critical
Resolution: None
State: Open
Summary:
Retirement of Twitter API v1 breaks plugin
Detailed Description:
[CMSMS version is actually 1.11.7 but there is no option for that in drop down]

Sadly the retirement of Twitter API v1 today has broken this plugin.  :(

Retirement info:
https://dev.twitter.com/blog/api-v1-is-retired

{$tweets|var_dump} now gives:
array(1) {
  [0]=>
  object(stdClass)#132 (5) {
    ["text"]=>
    string(0) ""
    ["date"]=>
    string(10) "last month"
    ["img_url"]=>
    NULL
    ["author"]=>
    NULL
    ["author_url"]=>
    NULL
  }
}


History