Why use this module, instead of Feeds Extensible Parsers?
I'm wondering, why should I use this module, instead of Feeds Extensible Parsers, which allows to parse JSON by expressions, which would allow me to change parsing in case of new API version, without...
View ArticleParsed data using logic
hello. I'm looking for a way to use this module although have it perform some math logic. wondering if anyone had an idea of how it would be done. for instance, use graph api to pull in the likes of a...
View ArticleGetting only statuses
I am trying to get only facebook statuses from a page I am admin of, I found this way of how to do it, but know where to put my php statement.
View ArticleAdd mapping source 'object_id' (getting the big image)
My FB feed does only offer 'picture' as mapping source, not 'full_picture' as used in #2453327: Allow import of Full Picture or 'picture_big' as used in #2265551: Make bigger image size available for...
View ArticleNo pictures importing
Hi all, I've been able to get this module to mostly work, and it successfully pulls in the most recent Facebook posts from a certain user. However, I can't seem to get it to pull in images at all. I...
View ArticleHas anyone figured out a way to crawl to the next page for a FB page
it has it's 'next' link but I can't quite get it to workhttps://developers.facebook.com/docs/graph-api/using-graph-api/v2.3#paging
View ArticleRecoverable fatal error: Object of class stdClass could not be converted to...
The field I want to rewrite is description which has a token [description]:I wanted to use tokens:[message] or [description]But I get this:Recoverable fatal error: Object of class stdClass could not be...
View ArticleWD Feeds: exception 'Exception' with message 'Invalid...
drush cron --debugI see the following:WD Feeds: exception 'Exception' with message 'Invalid enclosurehttps://fbexternal-a.akamaihd.net/safe_image.php?d=AQCc3_Nk7ZztLNc3&w=13...'characters are...
View ArticleHow can I link my post import back to the original message?
I import a feed of a FB page. I have imported my wall posts. I would like to now link the import to the original post. I am not quite sure how todo this.
View ArticleAllow import of Full Picture
This patch makes the full_picture variable available in the mapping interface.Cheers, Leah
View ArticleHow do you deal with paging in the feed from Facebook?
How do you deal with paging in the feed?https://developers.facebook.com/docs/graph-api/using-graph-api/v2.2#paging
View ArticleCan someone take a screen shot of how they setup their feed?
Which fetcher are you using? HTTPS OAuth 2.0 Fetcher or HTTP FetcherDoes the facebook parser have any settings? I don't see any.Which processor are you using? I have node processor selected.Which...
View ArticleIntegration with Drupal for Facebook
If I am using Drupal for Facebook and I already have an access token, is there a way to auto-append the token to the url. Could I use the token module to do it?
View ArticleAdd ability to parse Facebook event dates and locations
I have attached a patch that allows this module to also map Facebook event dates and locations. Hope others can find it useful!Cheers, Leah
View ArticleSettings for Facebook parser is EMPTY
feeds importer > Parser > settings: there is a save button but there are no fields??Where do I fill in the id?https://graph.facebook.com/{id}/feed
View ArticlePictures Multiple Value Field
I installed the Facebook Feed module and I'm really happy with this solution in general. But I have a problem with the pictures. There are some features I would like to be implemented.1) the size of...
View Article400 Error: Authentication?
I tried to use the parser to pull in the feed of a Facebook page and it returned a 400 error code. Looking that up on Google, it appears it is an authentication error. Does some type of Facebook app...
View ArticleMake bigger image size available for picture
It seems that picture element normally points to a very small thumbnail, this patch would allow to fetch the normal version.
View ArticleNo data for like count and comment count
There is no property count in current graph api response. At least I didnt find a way to produce this in the response. So I am assuming that $entry->likes->count is obsolete.Instead I would use...
View ArticleNot Parsing?
Great Module! I know that I am missing something simple. When i create the new piece of content for the content type attached to the importer (supplying the correct id, secret and url with the token, i...
View Article