facebook-connect

How can I like a Facebook photo via the Open Graph API?

I have several photos in an album for my Facebook fan page. I wrote a small script that shows the latest image uploaded to that album on the homepage of my blog. I'd like to include a small "like" button next to it. Using the Facebook Graph API, I can specify a URL to like. But when I specify the URL to the image page on Facebook, it...

How to get the Facebook user id using the Access token

Hi all. I have a Facebook Desktop application and am using the Graph API. I am able to get the Access token, but after that is done - I don't know how to get the user's ID. My flow is like this: I send the user to https://graph.facebook.com/oauth/authorize with all required extended permissions. In my redirect page I get the code ...

Facebook connect database transaction help

I am trying to implement a simple login system with facebook, but I need users to pick a username. What I was thinking was to get all the information I need from facebook, request permissions, then add the information to the database, redirect to a form asking for a username and then add that to the database, to the same entry. I think ...

No details for authentication in Authlogic & Facebook Connect

After following the guide to add Facebook Connect to an Authlogic-enabled Rails app (see http://github.com/kalasjocke/authlogic_facebook_connect), I get the following error when I click on the Facebook's "Connect" button: You did not provide any details for authentication. It seems that UserSession.create(params[:user_session]) is tryi...

facing problem in facebook connect api using asp.net

Hi All, I am using Facebook connect API to grab my friendlist. It redirects me to the login page. but when I provide credentials it throws an error something like this; API Error Code: 100 API Error Description: Invalid parameter Error Message: Requires valid next URL. Here is the code; //my actual values are mentioned in the key ...

FB Connect - Login button not clickable

Hey, On my site the fb connect login button suddenly became unclickable, I have no idea what I did http://www.belginfish.com/mp3/ (top right) If anyone has any idea that would be excellent! ...

graph.facebook.com and FacebookConnect on iPhone: How can I remove a "like"

I'm developing an iPhone application using the Facebook Connect APIs I arrived to set the "Like" on a post using the following code, NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"https://graph.facebook.com/%@/likes", discussion.postId]]; ASIFormDataRequest *request = [ASIFormDataRequest requestWithURL:url]; [request set...

Facebook Connect Respond To Comment

I'm using a Wordpress plugin called "Simple Facebook Connect" to publish posts to my Fan Page. However, I wanted to know if there's a way to let a user's comment on my post to automatically be posted on the one on FB as well. My goal is to have a Q/A where I ask a question from my site, publish on my site and on FB, and allow user to res...

iPhone app Facebook Picture Upload

Hi all, I have another question. I want to upload a picture to Facebook. I have found some tutorials to do this. I've read that you need to register your app first on facebook. Is this absolutly necessary to test the functionality? My app isn't finished at all and I just want to test if it works. ...

Facebook App Error: "Error Message: channel is not owned by the application"

Hello, I am trying to host an application on Google App Engine. The application uses Facebook Connect API for logins. When i tested the application by running it on my local machine, everything worked fine. Now, in the page that is supposed to ask the user for permissions,etc, i get the following error: "Error Message: channel is not ...

Trying to integrate Facebook Authentication into a php web application

Hi guys, Am trying to integrate facebook authentication into my php web application without using the JavaScript version. I have downloaded the php sdk. The basic example works perfectly and i can get the user's public accessible information with the below code. $uid = $facebook->getUser(); $user = $facebook->api('/me'); However, ...

How much information can I access with facebook connect?

My google skills have failed. My interest is how much user information I can access when having users connect to my website through. Comments, shared links, uploaded photos, data from other facebook applications used by the user? ...

Facebook SDK for iPhone authorize error

Hi all, I am developing a Facebook application for iPhone. In my application I am calling the authorize method from a Facebook object just as it is done in the demo application. However, the webview quickly loads, and then closes. Stepping through the program it seems as if the webview is throwing a WebKitDomain error code 102. Does any...

Google Friend Connect fcauth cookie in php

Hi folks, this may be easy for most of you .. but not me. I am using some "sample" Google code - as it fits my purpose so why change what works - but for the life of me I cannot access/find/get etc the FCAuth cookie after a user is logged in. Help please - thanks in advance. Here is my code (the Site ID is in a set variable, and all t...

Facebook connect / graph authentication for mobile

I'm building a mobile web application for an existing site that implements facebook connect. After looking at the facebook documentation, it looks like there are currently two SDKs to achieve mobile web integration: python and php. However there also seems to be a third option that is no longer supported sdk that uses javascript. How do ...

iPhone facebook connect emails returning null

Hi, I am using the newest newest Facebook connect API for the iPhone. I am trying to get the email addresses from friends of the my app's user. I am only considering those friends of the user that are users of the corresponding Facebook app, and that have given permission to the Facebook app to use their email address. I am performing a...

Facebook Connect Confusion...

Yes, I've read the developer documentation and even went through a few tutorials... but I'm still not totally clear on what I can do with Facebook Connect. What I am guissing is that I can either have a user sign up and create an account on MY website, or the user can sign in with Facebook Connect and I can store their profile informati...

Facebook Connect vs.Twitter OAuth - Security

I'm thinking about creating a web app where users may login via Facebook Connect or Twitter OAuth. I'm wondering how secure these logins are? Are there any security issues I should be concerned about? Thanks in advance for your advice and suggestions. ...

Rails 3 using Devise: How to allow someone to log in using their Facebook account?

I have a Rails 3 application using Devise for authentication. Now I need to allow someone to log in using their Facebook account. I think this is called Facebook Connect, but I've also heard the term Facebook Graph API, so I'm not sure which one I'm asking for. What do I need to do in order to integrate Facebook Connect with Devise? ...

Facebook Connect - localization

I am working on an iPhone app that use Facebook Connect. Its working fine but I need to localize the Facebook connect dialog into French. Is this possible ? Please give your thoughts and if possible I like to know the way it can be done. Thanks in advance for your help ...