Posts: 4,846
Threads: 180
Joined: May 2007
Reputation:
254
For those of us that develop around the Facebook API, they started deprecating the old REST API and several items have become totally obsolete back in Jan, 2011.
I am trying to update MyBBPublisher and finding that some new stuff i want to do are no longer available.
Time to move to the oAuth 2.0 PHP SDK now.
Lost interest, sold my sites, will browse here once in a while. It's been fun.
Posts: 4,846
Threads: 180
Joined: May 2007
Reputation:
254
you can get data out easily, its the authentication part that is a PITA, at least for remote/offline permanent access permission that I need for MyBB Publisher
Lost interest, sold my sites, will browse here once in a while. It's been fun.
Posts: 4,846
Threads: 180
Joined: May 2007
Reputation:
254
its not that bad to use the graph API, but the way Facebook returns authentication code used to generate an access token it lame. All other data comes back as aJSON encoded Facebook URL, but the code comes back to a page on your own website with the code appended to the URI.
Since MyBB code should not allow direct access, its not anything I can really automate within the plugin file.
Lost interest, sold my sites, will browse here once in a while. It's been fun.