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...
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...
Can we get email address using: users.getStandardinfo?
Please help me on this.
Thank you
...
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.
...
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.
...
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...
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...
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...
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...
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.
...
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...
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.
...
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...
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 ...
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.
...
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...
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...
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...
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...
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...