|
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....
"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.
|
|
Hi, the iframe app that I have cause double facebook header to show when user is prompted to login or install.
This code basically caused it. FB.Facebook.requireLogin(function(exception){ });
How can I prevent that? I saw blog post about using javascript...
Started by teepusink on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Hey Gaurav, the issue is that the requireLogin function is from the facebook api.
Solve your problem.
|
|
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.
|
Ask your Facebook Friends
|
I m developing a blackberry app which requires facebook login. can i login to facebook via my app without stopping the app in the middle. means can i login to facebook in parallel with my application, without interrupting it.
Started by anna on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Facebook API documentation)..
You would need to make your program multithreaded, and handle the connection to facebook in another (cf.
|
|
I have a reasonable workflow for developing an iFrame app for Facebook. It's reasonable because I can test the app on localhost with a local Apache in any one of a myriad of IDEs that support HTML, CSS, and JavaScript (Visual Web Developer, NetBeans, ...
Started by Nosredna on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Facebook restricts sandboxed apps so app....
When I was doing FB development, I had one test a sandboxed app that I use to deploy test versions of the app.
And test your Facebook app on a local dev server.
|
|
What's the best open source Java library to add Facebook functionality to a Java web app?
Started by Hula on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Since facebook stopped supporting a Java API, the mantle of trying to provide one has been taken up by a google coding group:
http://code.google.com/p/facebook-java-api/
The API is provided under.
|
|
Am in the process of developing some app for Facebook using Django! I've started first by building the app in Django and its shaping up pretty well, now am wondering how can I make it a Facebook app.
I would really appreciate real world example for Facebook...
Started by Gath on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It also includes references to more resources..
Django based application on facebook.
|
|
I have not seen much support for Grails to develop facebook apps.I was just wondering if people around are developing facebook apps on grails
Started by Ratn Deo--Dev on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm really struggling with the Grails facebook connect plugin using Acegi security....
There is even a grails plugin for facebook so check up on it again soon).
So yes, it's happening.
That are using Grails with facebook apps.
|
|
I'm developing a Java ME app and I want to give it social features. Is it possible to connect to Facebook or Twitter directly from the app, without an intermediate server?
Started by limitedmage on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Java Client Libraries for the Twitter API
Facebook access for Java
Those should get you started.
|
|
My app needs to invite friends from facebook conenct is this possibl e? Any examples ? Please help !
Started by Prasad-PHP Champ on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
One where your developer secret is in the phone app, if that makes you nervous you.
Can use it in.
|