Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph API returns Unsupported get requests. #12

Closed
chonla opened this issue Mar 26, 2015 · 3 comments
Closed

Graph API returns Unsupported get requests. #12

chonla opened this issue Mar 26, 2015 · 3 comments
Labels

Comments

@chonla
Copy link

chonla commented Mar 26, 2015

Facebook Graph API returns the following JSON when retrieving album.

/**/ jQuery111205592851671390235_1427392673346({
"error": {
"message": "Unsupported get request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
"type": "GraphMethodException",
"code": 100
}
});

@apumapho
Copy link
Member

Any more info to share on what is causing this error? What is the id of your album? Can you provide code samples or a link to the page loading the gallery?

From: chonla
Reply-To: aiaio/galleria-facebook
Date: Thursday, March 26, 2015 at 2:53 PM
To: aiaio/galleria-facebook
Subject: [galleria-facebook] Graph API returns Unsupported get requests. (#12)

Facebook Graph API returns the following JSON when retrieving album.

/**/ jQuery111205592851671390235_1427392673346({
"error": {
"message": "Unsupported get request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
"type": "GraphMethodException",
"code": 100
}
});


Reply to this email directly or view it on GitHubhttps://github.com//issues/12.

@chonla
Copy link
Author

chonla commented Mar 30, 2015

Album id: 797249163691728
Album link: https://www.facebook.com/lumpoo.b/media_set?set=a.797249163691728.1073742084.100002199540144&type=1

Here's the embedded code.

<script src="/assets/global/plugins/galleria/galleria-1.4.2.min.js"></script>
<script src="/assets/global/plugins/galleria/plugins/facebook/galleria.facebook.js"></script>
<script type="text/javascript">
Galleria.loadTheme('/assets/global/plugins/galleria/themes/classic/galleria.classic.min.js');
Galleria.run('#galleria', {
 facebook: 'album:797249163691728',
 width: 745,
 height: 550,
 lightbox: true});
</script>

@apumapho
Copy link
Member

apumapho commented Apr 3, 2017

Prior update to Facebook API version resolved issue

@apumapho apumapho closed this as completed Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants