|
Preferably, I want the least work possible!
Started by alex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You cannot get user information without be from the context of your... .
In order to fetch user information from Facebook, you must have a valid session token of some kind .
A Facebook Connect implementation or a Facebook application.
|
|
I want my Facebook status updates to update my Twitter account when I post something on Facebook. But when I post something on Twitter I don't want it to update Facebook.
Is there a Facebook app or configuration in Twitter so I can do this?
Started by Gowans007 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
After you've installed.
To sometimes update FB from Twitter, look into Selective Twitter on Facebook.
|
|
I'm reading Facebook's documentation so I can figure out how to enable Facebook Connect on my site. What confuses me is which parts apply to Facebook applications and Facebook Connect, because I'll be reading along, thinking I'm learning about Facebook...
Started by allyourcode on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I would look at the Facebook platform as a set of APIs:
Facebook canvas applications (Apps....
"Desktop apps" is the other type mentioned there, and refers to a non-web app like a widget for your system tray in Windows .
With Facebook.
|
Ask your Facebook Friends
|
Your friend connects to Facebook and checks "remember me". Facebook creates a cookie on the browser. Your friends goes to the bathroom. You steal your friend's cookies from his browser and its data. You go home and make these cookies with that data. Assuming...
Started by alex on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
There's nothing Facebook can, or should, do to prevent the cash inside to bribe his girlfriend into giving you his Facebook password, thus rendering all of his applications using Facebook....
That everything stored there is vulnerable to you.
|
|
New to Facebook API and Facebook Connect.
Found the Facebook Java API open source library on Google Code...
I am really excited that there's an API pre-written in Java for it!
Am interested in writing a server side Java layer which uses REST to be able...
Started by mw_javaguy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
My advice is to ignore all describes all steps to publish on facebook wall http://blog.theunical.com/facebook-integration/facebook.
facebook API calls in java that ISNT BROKEN (once again, as far as I know).
|
|
When a user first hits my site's login screen, I have Facebook Connect determine if the user is logged into Facebook and reload the page if true:
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader...
Answer Snippets (Read the full thread at stackoverflow):
Basically, you need to expire the facebook session and then clean up://stackoverflow.com/questions/1386557/how-to-log-out-users-using-facebook-connect-in-php-and-zend/1386749.
Someone with a similar issue.
|
|
I have a simple Desktop Facebook application that allows the user to retrieve some of their Facebook info(Written in Java). This info is then sent to their phone.
When the user sees something of interest (e.g. new comment) in their phone's 'facebook-viewer...
Started by barryred on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Using a mobile Facebook application.
No, the user must login on the mobile app as well .
|
|
I'm running a Facebook App as an iframe and need to discover if it's already been bookmarked. I know it's trivial to tell if a user of your facebook app has already installed it, but how do I go about determining if they've already bookmarked it?
To be...
Started by Allain Lalonde on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
From permissions where uid = *facebook_id*.
|
|
Hi,
I am not able to integrate the iPhone application with my rails application both using fbconnect as the session details that i send along with the request from iPhone are not recognized by the facebooker plugin. The request from iPhone is as follows...
Started by Hitesh Manchanda on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
And iphone apps that work together to handle secure facebook connect authentication between iphone/facebook-iphone-sdk.
|
|
Is the integration of website with a Facebook connect a difficult task? The website is the place where the users can buy deals posted by the site owner/admin. Please let me know on what task is involved in that and how difficult it is for a programmer...
Started by BALA on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Understand, make tests and make it works (it also depends on how much you know of the facebook platfrm):
Here is a tuorial I wrote:
http://www.barattalo.it/facebook-connect-tutorial/
it explains how to give the facebook login and....
|