photograbber icon indicating copy to clipboard operation
photograbber copied to clipboard

Update to GraphAPI v2.2

Open tam7t opened this issue 10 years ago • 6 comments

GraphAPI v1.0 will not work after April 30, 2015.

Upgrade Documentation: https://developers.facebook.com/docs/apps/upgrading

tam7t avatar Jan 04 '15 04:01 tam7t

I'm just wondering, is this being worked on, or is PhotoGrabber a dead project now? I can't find a single good alternative to PhotoGrabber.

clb92 avatar Jul 10 '15 23:07 clb92

I needed a reason to learn GraphAPI. This should do!

txtsd avatar Jul 12 '15 05:07 txtsd

I think the big problem, at least as I understand it, is that Graph API 2.0-2.4 no longer allows applications to get a list of friends.

clb92 avatar Jul 13 '15 13:07 clb92

Seems like you should be able to, but I haven't tried yet:

https://developers.facebook.com/docs/graph-api/reference/friend-list

emopinata avatar Oct 13 '15 19:10 emopinata

Such a useful lil prog... I imagine its still not up-to-date FB API friendly?

3rawkz avatar May 13 '16 00:05 3rawkz

This branch has some of the work to upgrade but its been over a year since ive looked at it:

https://github.com/tam7t/photograbber/compare/graph2.2

The large problems are probably permission related (require facebook to review your application to get some of the permissions photograbber used) and the removal of FQL support (required to find out what album a photo belongs to, as at the time that data was not in the graph api).

You'll probably also need to figure out a way to do auth since the oauth flow site i set up no longer works: https://github.com/tam7t/photograbber/blob/master/facebook.py#L316-L317

cc/ @andrewparmet

tam7t avatar Aug 19 '16 13:08 tam7t