Page 1 of 7
Phoca gallery facebook connect
Posted: 06 May 2015, 11:22
by rajna.consapp
Hi ,
I am trying to use the Phoca gallery facebook option to import facebook photo album into my joomla website.
I created the facebook App and got the App ID and App secret.While creating the Phoca gallery new facebook user using this App id and Secret when clicking on "Login- connect to Facebook" button I am getting the following error message:
Invalid Scopes: offline_access, publish_stream, photo_upload. 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.
phoca gallery 3.2.7 with joomla 2.5.28
Any idea about what this error is and how to solve it ?
Re: Phoca gallery facebook connect
Posted: 07 May 2015, 22:36
by Jan
Hi, hmm, did you ask FB developers what this problem means?
Testing now, getting no such problem
Jan
Re: Phoca gallery facebook connect
Posted: 11 May 2015, 09:23
by rajna.consapp
Hi,
Still stuck with the same error.
Tried creating a new app and connect again.... same error

Re: Phoca gallery facebook connect
Posted: 12 May 2015, 10:16
by rajna.consapp
Hi Jan,
My requirement is to connect the Facebook album of my client to their Joomla website.I created the App using the client Facebook ID and password and got the App ID and secret.While creating the Phoca gallery new Facebook user do we need to use the same ID and password?
I used a my personal ID ad password to connect to Facebook it went through.But the problem is that I dont see any album to select.Do I need to have admin rights to the clients Facebook page ? Please advise.
Re: Phoca gallery facebook connect
Posted: 13 May 2015, 11:18
by gorneman
Code: Select all
$loginUrl = $facebook->getLoginUrl(array('req_perms' => 'user_photos,user_groups,offline_access,publish_stream,photo_upload,manage_pages', 'scope' => 'user_photos,user_groups,offline_access,publish_stream,photo_upload,manage_pages', 'cancel_url' => $uri->toString(), 'next' => $uri->toString()));
With new API 2.3 , offline_access,publish_stream and photo_upload are deprecated. They have to be changed with new ones (ex. publish_stream with publish_actions)
Re: Phoca gallery facebook connect
Posted: 15 May 2015, 10:55
by stefaniasalucci
Hi, I have the same Invalid Scopes problem: phoca gallery connected with Facebook just worked perfectly until May 5th, than something happened, the pictures in the gallery connected to FB disappeared over a placeholder.
I do not have enough knowledge to understand the long and complicated page indicated in the link
https://developers.facebook.com/docs/fa ... ermissions
Can anyone help me get through this?
Over other forum I read that the application has to be updated: is phoca doing any upgrade?
Thanks, I'm really lost over this...
Re: Phoca gallery facebook connect
Posted: 17 May 2015, 14:32
by Jan
Hi, if the application should be updated, then you need update you application on FB site, Phoca Gallery does not include the FB application, it is stored on FB
Jan
Re: Phoca gallery facebook connect
Posted: 18 May 2015, 11:35
by Fintan
Hello I am having problems getting FB albums to show.
Actually I am having issues getting the right albums to import.
I have the latest version of Phoca Gallery and my FB app is up to date in version 2.3
I tested the FB import with my personal FB account and this worked.
Now I have to acccess a clients FB albums for which I have been set as admin.
I can succesfully set his account in the FB settings.
When I want to import images to a category the pop up only shows the albums from my personal account but not from my clients FB account.
Very confused at the moment.
Anyone have an idea please?
Re: Phoca gallery facebook connect
Posted: 18 May 2015, 12:31
by micheleadorno
I've same error
Invalid Scopes: offline_access, publish_stream, photo_upload

Re: Phoca gallery facebook connect
Posted: 18 May 2015, 23:35
by virusys
I am having the same issue - was working fine until a few weeks ago when Facebook updated their API. Now I get the error:
Invalid Scopes: offline_access, publish_stream, photo_upload. 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 did not set any of this up previously, so it must be coming from Phoca Gallery. Seems that something needs to be updated in the component.