|
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 of the predefined tags for use in jsp and scroll down to the bottom to see how to use describes all steps to publish on facebook....
facebook API calls in java that ISNT BROKEN (once again, as far as I know).
|
|
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 .
|
|
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.
|
Ask your Facebook Friends
|
Hi folks,
I'm working on a Facebook Connect app. I have the Connect button up and running and users can successfully authenticate via Facebook. However, I'm having trouble getting their profile picture and name to display with XFBML. Here is what I'm ...
Started by friedo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
My uid....
There seems to be a bug with displaying pictures for new users .
Are you sure you're not getting any JavaScript errors?
Also, can you test with the uid of a relatively old user .
The exact markup that you have works fine under this test console .
|
|
I'm developing on the Google App Engine and I would like to integrate Facebook Connect into my site as a means for registering and authenticating. In the past, I relied on Google's Accounts API for user registration. I'm trying to use Google's webapp ...
Started by Jason Rikard on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Applications.html
It's not Facebook Connect, really, but at least it's webapp FBML handling: http://github.com/WorldMaker/pyfacebook/.../facebook/webappfb.py
This guy made a post about Facebook Connect on the Guestbook example webapp....
|
|
Is there a way to use facebook chat with out facebook's web interface or Pidgin? I'm not a pidgin user so the Pidgin plugin isn't an option.
Started by Jared on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
I'm currently using Digsby as a Facebook chat client (and Live the only multi protocol....
You can use it's "pop out" feature if you want each chat to have it's own window like desktops that runs in a stripped down IE.
Facebook.
|
|
Is there an easy way to update my Facebook status ("What's on your mind?" box) using Python code ?
Answer Snippets (Read the full thread at stackoverflow):
Facebook!
Blatantly ripped from the documentation on that page and untested, you'd probably do something like....
You should be able to accomplish which has a tutorial , from.. .
The Facebook Developers site for Python is a great place to start.
|
|
Is there any good example code in Coldfusion 8 that shows how to use Facebook Connect?
Started by Jason on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Haven't tried any of this, but it would.
At Facebook Developer Wiki which has a link to 8 Minute Apps .
|
|
Hi guys,
wondering if some of you know what javascript framework facebook is using ?
Thanks
Started by RageZ on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Which Facebook has made opensource; also, they have their own library based on JavaScript on current source should Facebook comply with their court order..
|
|
Is it possibile to update the status of facebook externally using a user's username and password with PHP. without any user interaction(like facebook connect). Also without using curl. I know there are come facebook mobile clients like snaptu. how do ...
Started by rosarioarun on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://wiki.developers.facebook.com/index.php/Status.get
check out facebook developer wiki Facebook Developer Wiki
http://wiki.developers.facebook.com/index.php/Status.set.
|