Page 4 of 7

Re: Phoca gallery facebook connect

Posted: 26 Jul 2015, 20:15
by Jan
Hi, I don't see any error on the screenshot, can you make the screenshot of the error to know, where the error is coming from (if from server or from FB)?

Jan

Re: Phoca gallery facebook connect

Posted: 26 Jul 2015, 23:15
by yvet
Image
You mean this screenshot?

Re: Phoca gallery facebook connect

Posted: 26 Jul 2015, 23:32
by Jan
Hi, yes, this is the message - this is error message from FB, but not sure what this should mean. What if you create new application, do you get the same problem?

Jan

Re: Phoca gallery facebook connect

Posted: 17 Aug 2015, 12:33
by jfquestiaux
Is this issue solved?
I use v 4.2.1 and I still have this same message (about user_groups) and can't connect to Facebook.

I tried with both the login of the client and mine, building an app in each account and it does not work.

Any help?

Re: Phoca gallery facebook connect

Posted: 18 Aug 2015, 20:54
by emcguire
I can confirm that this is still an issue. I am having same error coming back from FB.
Invalid Scopes: user_groups. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/fa ... ermissions
brand new install of latest version. This is when I try and create application and create user in administration. I even edited "user_groups" out of fb.php code. Did not work.

I had the same problem (same error even) with EasyBlog connect. FB has obviously changed something in their API.

Any update on this issue?

Re: Phoca gallery facebook connect

Posted: 20 Aug 2015, 19:01
by jfquestiaux
OK, making progress: for some reason I don't get the error anymore (don't know why) so I could retrieve the informations from the FB account and I can select albums.
Whjen I click on "Facebook import" i see the importing screen indicating how many images are importing, please wait...
So everything is OK but when I go to the album, the images are missing: I mean, the records are there, with the correct titles but the actual image is missing. Instead of the thumbnail, I have a link "click to enlarge". When clicked no image are loading.

I checked for any error during import with the Firebug console but no error was reported.
Can something in .htaccess can block the import? Or the web firewall of AdminTools? If so, I should have an error in the console. I run out of ideas here...

Re: Phoca gallery facebook connect

Posted: 23 Aug 2015, 15:03
by Jan
Hi, hmm, this seems like the link to the image is not correct - try to see the html code of the site and copy the link to the Facebook page - to FB image directly?

Re: Phoca gallery facebook connect

Posted: 26 Aug 2015, 17:25
by jfquestiaux
Sorry I don't understand quite what you mean. Which link are you referring to?

Re: Phoca gallery facebook connect

Posted: 27 Aug 2015, 13:03
by tomash21
Please, fix your phoca gallery code to handle facebook app API v2.4. user_groups scope issue is not a single problem.
Works just perfect on API v 2.0 (thanks goddess i created it in the past). Waiting for your reply!

Re: Phoca gallery facebook connect

Posted: 28 Aug 2015, 05:32
by projoomexperts
I am having the same issue as @jfquestiaux . I managed to connect to the app. But imported images are not loading correct image url.

instead its displaying this.

Code: Select all

<div class="phocagallery-box-file-third">
     <center>
<a class="modal_phocagalleryimgs" title="Display Image Detail" href="" rel="{handler: 'image', size: {x: 200, y: 150}}"><img src="?imagesid=7e38aa5946ea4be8590e2858d1dcefe9" width="" height="" alt="Enlarge Image"></a>
     </center>
    </div>