Sebastian Csadi
Forum Replies Created
-
@jbjorgen
I know the changes, but I have since finished working on that project and therefore need to dig them up from my documentation.I will post the fix with the code and comments as soon as I can. It shouldn’t take long.
Best regards,
Sebastian@taylor Baybutt
I would have expected that simply editing the URL I posted, such that it contains the ‘manage_pages’ directive would work.Q1: Are you using the same Facebook account for both of your sites?
Q2: Are you requesting the ‘manage_pages’ permission in both cases, or is it just in the second case?It could be that if you are using the same account for both, and you are only requesting ‘manage_pages’ in the second instance(the one not working), after having set the initial permissions already(video and photos), there might be a conflict between the two.
In this case a quick workaround that should work would involve reconfiguring Fotobook and Facebook as I have outlined in my initial post, but this time requesting the same permissions(including ‘manage_pages’) for both of your sites.
If this does not do it, please provide me with more info about your setup and what you have tried so far. I have since finished working on the site that used Fotobook, but I am willing to help you fix your problem.
Best of luck,
SebastianForum: Plugins
In reply to: [Fotobook] [Plugin: Fotobook] There are no albums text appears above headerHi guys,
This bug is due to recent changes to the Facebook API. More specifically in concerning Fotobook among similar affected apps, as of the 1st of August 2012 the ‘prompt_permission’ endpoint(among others) has been deprecated, as described in the link below.
https://developers.facebook.com/roadmap/completed-changes/
Fotobook can access and get permissions regarding ‘Basic Info’ which seem to be done in Step 1 of the Fotobook Account Setup, but it fails at getting the ‘photo’ and ‘video’ access permissions which is attempted in Step 2. Hence the error you see on Facebook when attempting to complete Step 2 ‘Request Permissions’ using WordPress Fotobook in the Fotobook Settings/Setup page:
ERROR: This endpoint has been deprecated. To temporarily reenable it, you may disable the “august_2012” platform migration. It will be disabled permanently on August 1, 2012.
I finally figured out a fix for this myself, based on the new way of requesting permissions using the Facebook API, described in the link below:
https://developers.facebook.com/docs/reference/dialogs/oauth/
Ideally, the changes should be implemented in the Fotobook Code, but given certain legal implications I’m not sure how feasible that would be, unless permission is granted by the Fotobook owner/developer.
However, You CAN work-around this without getting into the code.
Here is the Solution:
Note: You might have to first remove your Facebook account from Fotobook, as well as remove the Fotobook App from Facebook, before you attempt the solution.1)Install latest version of Fotobook on your WordPress Host, making sure it has PHP 5
2)Under Settings -> Fotobook in wordpress, Complete ‘Step 1’ of Facebook Account Authentication, closing the popup window when requested by the message displayed.
3)Press ‘Step 2: Request Permissions’ button, which should take you to the Facebook popup with the deprecation Error. Close this popup window and immediately open a new tab in your browser. Paste the following url into the address bar of the new tab and press enter (I presume client_id and app_id are the same for you guys, since they correspond to Fotobook ID):
4)You should now be able to allow Fotobook permissions to access your Facebook photos and videos by pressing allow.
5)Go back to WordPress Settings -> Fotobook and complete the Facebook account setup by clicking on ‘Step3: Apply Permissions’ button.
6)You should now be able to Import the Albums from your account, as expected.
This worked for me. Let me know if you have any troubles with it.
I haven’t been able to find any other solution on the web, even though lots of people are having issues with it since the 1st of August.Best regards,
Sebastian Csadi