facebook-connect

Facebook Connect w/ Mobile Web App - How to get most fluid flow?

Hi All, I'm developing a mobile wep app, and would like to allow my users to login using Facebook connect. I initially implemented the standard Oauth2 authentication, but I found a couple issues: When I install the app as a home screen shortcut and the user needs to authenticate the user is redirected to facebook's site for authenti...

Exception while trying to update multiple status messages

Hello, I am trying to set status msgs for users from my application. While doing that I get the following exception for random users in my list. PHP Fatal error: Uncaught exception 'FacebookRestClientException' with message 'An unknown error occurred' in /public/facebookapi_php5_restlib.php:3065 Stack trace: #0 /public/facebookapi_p...

How to get email address in FB connect?

Can we get email address using: users.getStandardinfo? Please help me on this. Thank you ...

Integrating Facebook Social Plugins in Drupal 7

There doesn't seem to be a plugin for Drupal7 that does this as yet. So I thought if I could add some features myself. But after much of searching, I am not too sure where and how to start. ...

Is there anyway I can see when I became friends with someone on Facebook?

I want to create a visualization where I see friends being added as time passes but I don't think the Facebook API tells me since how long I am friends with someone. ...

Authenticating to Spring Security after authenticating to Twitter / Facebook

I have a grails app configured with spring-security-core and I need to allow Facebook / Twitter logins. I'm using the facebook plugin for grails and I'm using twitter4j for twitter authentication. Currently, I am successfully authenticating against Twitter and Facebook. I'm wondering how I am to integrate those logins with Spring secu...

iphone - facebook api in ios4

Facebook released new API that works perfectly on iOS4. The API's that are in older facebook api are no longer working in new api. I have the experience of integrating facebook api in iphone3 Apps. but now the api's are no more available. I'd like to post a message the user's wall. How can I do it with latest API. Is there any tutorial...

Problem running DemoApp in facebook-ios-sdk

Hi, I downloaded the Facebook IOS SDK from http://github.com/facebook/facebook-ios-sdk, and tried to run the sample/DemoApp. All functions seemed to run fine, except that I couldn't publish a stream. The FB dialog (FB box with blue border) just showed that my FB app has a problem. In the XCode proj, I only filled-in my FB app-id to t...

Chrome extension idea: make Facebook permissions optional. Feasible?

I'm hoping someone who has some experience in the Chrome/Firefox extension can save me some time by explaining whether or not this is a feasible idea. Ok, so when you click the facebook connect button on a site, it launches the OAuth dance and pops a window to a URL with a parameter called "perms" that lists the Facebook extended permis...

how to add comment via facebook connect on iphone

I have been trying to use the comments.add REST api method to add comments to objects. I have all the publish_stream permissions and access_token's but its coming back with a 805. Anyone know how to get it to work? I'm trying to comment on a photo and I'm passing in its object_id. ...

Let user post on their Facebook's page from my website

Hi all, I have this problem: I need too let user logged on my site to publish content(link, image, post, notes) on page of Facebook where they are admin. I've read some docs on Facebook developer section but I'm a little confused. I need to register an app with which I can give the opportunity to connect and publish. To let the user publ...

FB connect logout problem: Logs out from FB site

When I logout from my site using FB connect, Facebook account also logged out. I need a alternate logout option, so that only fb session of my site destroyed, not from the actual fb site. ...

What are the advantages of the Facebook library's available for c# 3.5 and visual studio 2008

I currently am developing in VS 2008 with no access to vs 2010. I would like to use http://facebooksdk.codeplex.com/ but there is no way to use dynamic in vs 2008 so I don't think this is an option. Options are http://github.com/facebook/csharp-sdk http://facebooktoolkit.codeplex.com/ http://facebooknet.codeplex.com/ I'm looking to...

Best Practises on using Facebook-Connect in addition to your own authentification in your php application

I'm using the Kohana 3.x Webframework and I integrated Facebook-Login successfully. That means: the user can click on the Facebook-Login-Button, I get the fbs_ Cookie and I can query facebook for all the information i need (like name, friends, etc...). I believe that I can trust facebook and their security so I just get the facebookid ...

Can Facebook's fb:comments notify me when a new comment is posted?

I'm using fb:comments as described here. Comments work fine but I can't find a way to be notified when a new comment is added. Is there a way to easily find new comments (without visiting my 3000 articles each time)? I know FB did some changes to the way notifications work but I hope they left a way to do this. ...

Facebook OAuth redirect shows FB image/link instead of authorization page

I have a perl CGI script doing the Facebook authorization flow as described at http://developers.facebook.com/docs/authentication/. When I go to my Facebook app page in a browser my script receives the initial query from Facebook, authenticates the signed_request, and then sends a redirect to the following url: https://graph.facebook.c...

Rails Devise login system. How to customize login flow?

I have been using the devise gem for rails and I have facebook login system working. My problem is that there is so much going on in the background that I find it difficult to customize this. For example how do I change the path to the page the user is redirects to after the first time facevbook login, not the usual facebook login. It a...

facebook fql returning album id's with an underscore

i have this fql statement $fql_query = array( 'method' => 'fql.query', 'query' => 'SELECT aid, owner, name from album WHERE owner = ' . $uid ); $albums = $facebook->api($fql_query); the print_r dump of the return contains aid= matching the id of the owner rather than the id of the actual album. but the aid is return not only with...

It possible to integrate Orkut like using Oauth like Facebook and Twitter

I am Haresh, I am new user of stack Overflow. I am posting my first question here As per information i have, Aouth provides very stander plateform for authentication for accessing thirdpary social networking website like Facebook, Twitter and LinkedIn. Is it possible to Orkut integration with Website for third party user in PHP. If yes...

Best way to implement Single-Sign-On with all major providers?

I already did a lot of research on this topic and have implemented a lot of solutions myself. Including OpenID, Facebook Connect (using the old Rest api and the new Graph Oauth 2.0 Api), Sign in with twitter (wich has been upgraded to fully qualified Openid by now as far as I know), and so on... But what I'm still missing is the perfec...