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
Phoca gallery facebook connect
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca gallery facebook connect
If you find Phoca extensions useful, please support the project
-
yvet
- Phoca Newbie

- Posts: 8
- Joined: 11 Mar 2009, 21:03
Re: Phoca gallery facebook connect

You mean this screenshot?
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca gallery facebook connect
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
Jan
If you find Phoca extensions useful, please support the project
-
jfquestiaux
- Phoca Member

- Posts: 17
- Joined: 17 Sep 2009, 13:30
- Location: Nîmes
- Contact:
Re: Phoca gallery facebook connect
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?
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?
-
emcguire
- Phoca Newbie

- Posts: 6
- Joined: 24 Jul 2009, 18:07
Re: Phoca gallery facebook connect
I can confirm that this is still an issue. I am having same error coming back from FB.
I had the same problem (same error even) with EasyBlog connect. FB has obviously changed something in their API.
Any update on this issue?
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.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
I had the same problem (same error even) with EasyBlog connect. FB has obviously changed something in their API.
Any update on this issue?
-
jfquestiaux
- Phoca Member

- Posts: 17
- Joined: 17 Sep 2009, 13:30
- Location: Nîmes
- Contact:
Re: Phoca gallery facebook connect
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...
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...
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca gallery facebook connect
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?
If you find Phoca extensions useful, please support the project
-
jfquestiaux
- Phoca Member

- Posts: 17
- Joined: 17 Sep 2009, 13:30
- Location: Nîmes
- Contact:
Re: Phoca gallery facebook connect
Sorry I don't understand quite what you mean. Which link are you referring to?
-
tomash21
- Phoca Newbie

- Posts: 2
- Joined: 27 Aug 2015, 12:57
Re: Phoca gallery facebook connect
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!
Works just perfect on API v 2.0 (thanks goddess i created it in the past). Waiting for your reply!
-
projoomexperts
- Phoca Newbie

- Posts: 2
- Joined: 28 Aug 2015, 05:21
Re: Phoca gallery facebook connect
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.
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>