The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
31 views

Facebook App doesn't work when user logged in [closed]

I'm new here. I am creating a Facebook app. My problem is that it works correctly when it runs locally. That is, it requires the Login dialog when user is not connected and executes operations when ...
-2
votes
1answer
28 views

I just began developing an extension/mod Generator for the Facebook Plugin - Like Box [closed]

Here is the link to the current version of the "Custom Likebox/Facepile for Facebook" Generator: Custom Likebox/Facepile for Facebook Input is greatly appreciated. I've used many a ...
3
votes
2answers
117 views

Javascript Coding Wager

I have two scripts written by my co-workers for auto-filling a form with information from the facebook graph-api. I am trying to figure out which has been coded in a more efficient style? This is the ...
2
votes
1answer
103 views

Counting Facebook and Twitter Reactions

I wrote / modified two scripts to count Facebook and Twitter reactions. Anything I can do to improve these? Count Facebook Reactions class FacebookReactions { public $url; function ...
2
votes
2answers
1k views

Getting Facebook comments count via FQL

I'm currently getting the Facebook comments count over a query request to the Facbeook api. The problem is, there are about 15 queries on each site which makes it real slow to load (up to 6 seconds) ...
2
votes
0answers
92 views

Is there any way to shorten up this Facebook API call?

Right now I am working on an AJAX call that grabs a random photo that a Facebook user is tagged in and then grabs the large source for it. Is there any way to speed this up or at least distill the ...