[wp-meta] [Making WordPress.org] #2907: Tagregator: Instagram items not getting pulled

Making WordPress.org noreply at wordpress.org
Wed Jun 28 19:15:52 UTC 2017


#2907: Tagregator: Instagram items not getting pulled
-------------------------------------+-------------------------
 Reporter:  coreymckrill             |      Owner:
     Type:  defect                   |     Status:  new
 Priority:  normal                   |  Milestone:
Component:  WordCamp Site & Plugins  |   Keywords:  needs-patch
-------------------------------------+-------------------------
 It looks like the Instagram API may have changed (quite some time ago,
 actually) and the plugin is no longer able to authenticate and get data.
 This was reported for WCUS 2016 and also
 [https://wordpress.org/support/topic/instagram-posts-not-showing-up-in-
 the-feed/ here].

 Here's an example of the request URL being sent currently and a relevant
 part of the response:

 URL:


 {{{
 https://api.instagram.com/v1/tags/wcus/media/recent?client_id=XXXXXXX
 }}}


 Response:


 {{{
 [body] => {"meta": {"code": 400, "error_type":
 "OAuthAccessTokenException", "error_message": "The access_token provided
 is invalid."}}
 [response] => Array
     (
         [code] => 400
         [message] => Bad Request
     )
 }}}


 The Instagram source class needs to be updated to comply with the changes
 to the API.

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2907>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list