Hi,
I've got Views Facebook Like setup on a facebook app I'm working on. It seems to work for the most part, however the problem I'm running into is that any time the scheduled cron task for drupal runs, the number of likes is reset to 0. If I run cron manually, the correct number is pulled, but once the scheduled cron task runs again it once again resets to 0. What's causing this to happen, and what's the difference between the scheduled cron run and the manual run that produces these different results?

Comments

hipfox’s picture

Tannerjf,

I guess your system cron task is wget ... http://localhost/cron or http://ip/cron.php
It must be replaced by http://yourdomain/cron.php

Because after the drupal url function wrap the wrong ip (from system cron task not your domain) to the fb query will return information and update/insert views_fb_like table, But its value alway is zero.

steven jones’s picture

Status: Active » Postponed (maintainer needs more info)

@Tannerjf did that resolve the issue?

tannerjfco’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (works as designed)