Alternate approach?
Niiiiice... was actually playing around with similar functionality awhile ago, but I was attempting to do it with the feed_jsonpath_parser module. It did something similar, but it needed to be manually...
View ArticleIs this module supported?
Where is the module file? I only see a .info file in the package.-Trevor
View ArticleFeed URL?
I'm trying to understand how to use the Facebook parser.According to the project page the example feed url is: http://graph.facebook.com/{id}/feed And that the id should be replaced with the...
View ArticleEmpty message
Hi,I am importing some Facebook posts in a content type.I have added the ID and the access tokens. It seems to import correctly.But the Message->Body is empty.What am I missing?Is there some...
View ArticleJSON objects not being imported correctly.
FeedsFacebookParser is doing a json_decode() on the result of the facebook feed.It then iterates over $json->data but inspecting the $json object we can see that it should iterate over...
View ArticleOnly pulling 4 items?
My feed for some reason is only pulling 4 posts, not the latest ones, not any old ones.They were all created within 1-2 days ago consecutively. When I go to the URL in my browser there are several more...
View ArticleNotice: Undefined index: FeedsMissingPlugin_feeds_form in...
Hey,Great idea for a Feeds parser. When I first installed the module and tried to select the Facebook parser, I got the following error messages:Missing Feeds plugin FeedsFacebookParser. Check whether...
View ArticleAllow each user set up a facebook account which posts will be imported from?
I need users of my site to be able to enter their facebook details and have posts imported and themselves set as the author. Can this module do this? Or do you have to set up each feed manually?
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 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 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 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 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 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 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 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 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 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 ArticleAllow import of Full Picture
This patch makes the full_picture variable available in the mapping interface.Cheers, Leah
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 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 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 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 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 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 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 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 ArticleWhy 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 Article