So, I've installed the myApi plugin for Joomla 1.5.
Most of it works perfectly fine. However, whenever I try to use the Facebook Connect feature, it seems to work, but then fails with the error message "No Facebook User ID found".
I've setup the Joomla side to use the correct App ID and secret, and the facebook side has the correct ur...
I'm building a Flash-based (AS3) website that incorporates Facebook Connect through a combination of the AS3 API and the Javascript API. Everything is working fine in Firefox; users are able to authenticate / login via the site, and I can make calls and receive userdata from Facebook without a problem.
However, in IE (7 & 8, at least),...
Hi guys, I have a facebook iframe application that is having trouble redirecting, I keep getting security certificate errors like these "Content was blocked because it was not signed by a valid security certificate.", here is the redirect code,
$params = array(
'canvas'=>1,
'fbconnect'=>0,
'req_perms'=>'user_photos,publish_s...
I have used fb:like with og meta tags set. it works properly in all browsers except IE. In IE i am when i click on Like button it does not displays "share your comment box" popup on hover. but in all browser it does.
here is my code.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-...
Hello.
I just created a Facebook application and it can be found here:
http://apps.facebook.com/tufuturo-ecoflora/
The deal is that when a Facebook user adds the application to it's profile and allows it it shows like inside an iframe with a gray or black fade that seems to be weird. Don't know why!!!!
Can you replicate this behaviou...
Hi,
I installed facebook comments on my website. My website is a dynamic website and pages are like this www.example.com/page?id=54, www.example.com/page?id=67
If I post a comment in this page: www.site.com/page?id=54, it also appears in www.example.com/page?id=67. The comments are not unique for a page, but appear in every page. Why i...
I configured facebook connect on my app (localhost) and everything works fine. I can log in / logout. The only thing I was not able to do is move the file xd_receiver.htm in a subfolder. Everything works when it's at the root, but if I try to move it in, lets say, the facebook_connect subfolder, I get this error :
The Facebook Connect c...
I need to know when a users's profile was created. Is this possible through fql?
THANKS!
...
Hey guys
I'm running into this simple issue but not able to find any docs for this.
I was using the following facebook login button which was displaying a long/large facebook login button and this works perfectly fine
<fb:login-button length="long" size="large" perms="publish_stream,offline_access,email,user_events,rsvp_event,user_abo...
I have created a java web application using spring. I want the users of my application can be logged automatically into my application when they are logged into facebook. Any help will be highly appreciated.
...
I want to get the first stream record ever. I tried:
SELECT post_id,created_time FROM stream WHERE source_id = 610611346 ORDER BY created_time ASC LIMIT 1
But it gives me the LATEST instead of the FIRST post :(. I increased the limit to 5 just to have a look at what it was bringing back and it is simply the last 5 posts in ascending o...
I'm curious how these systems work technologically. As I understand it you do the following as a user:
Go to your favorite 3rd party site.
Click the "Facebook Connect" button.
Log into Facebook (if not already).
Authorize Application
You are routed back to the 3rd party site logged in.
But, how does the 3rd party site talk to FB abou...
I have a .NET MVC project where I have implemented Facebook connect. This worked fine in my development environment but is causing me issues after deploying to the production server. I serve the facebook connect button from the Index page of my home view like this
<fb:login-button perms="email" onlogin="window.location='/Account/Authent...
i am developing a notification service in c# for our web site. its windows service no ui (asp.net / winform). This service will run on certain time and post something on users wall. i use social plug-in in our web site where user can grant required permission. Based on this i have few question
1) is there any c# library or sdk available...
I created and application in facebook (it's in "sandbox mode").
I added a "connect to facebook" button in a page.
The login works OK, but when I try to use the method stream_publish, I get that error :
Uncaught exception 'FacebookRestClientException' with message 'The user hasn't authorized the application to perform this action' in
...
Hey everyone,
I'm new to Django and trying to set up a Facebook connected site. There seem to be three available options at the moment:
Use middleware with PyFacebook. I was able to get the django-facebookconnect app going fairly easily and mod it to suit my needs, but it is currently unclear whether PyFacebook even supports extende...
Hey all,
I was working on an iphone app where users create images (think like a paint program); then they have an option to post it to Facebook: the image would be uploaded to the users albums and simultaneously a post would appear on their stream ("Hey, look what I just made with app X, get it here; etc).
This used to work just dandy,...
Has anyone built a XMPP client for android? I know you can use the SMACK.JAR which has a XMPP client API's but I'm having issues connecting to it. I think it needs to be modified so that it works with android? has anyone been able to do this? build a XMPP client on android? Please help
...
Hey Guys
I recently upgraded to open graph and implemented some of the facebook social plugins on my website like fb:friendpile fb:like-box etc
Ever since I implemented these new features, I'm seeing some random behavior with these plugins.
Like on my home page, when you type in the URL and go for the first time, none of the faceboo...
WORKING UPDATE
to solve this problem, I simply dragged the tasks/facebooker folder into lib from the venders/facebooker/lib/ directory. The migrations now function.
I have a fully tested and working Rails app that won't deploy. Its running facebooker and working with restful authentication.
In Capistrano I am getting the following m...