Hi
I'm looking for a solution similar to the iPhone Facebook Connect (http://wiki.developers.facebook.com/index.php/Facebook%5FConnect%5Ffor%5FiPhone) for the BlackBerry platform. Basically, I need my users to authenticate against Facebook from within a native BlackBerry application (so, not a Web based mobile application). Is there a l...
Below is my code. For some reason, after the user logs into the little pop-up window, the little window will redirect back to '/" with a lot of session JSON junk at the end of the URL.
How do I make it so that the little window closes, and my parent window refreshes?
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/Fe...
Hello Guys!
any FB experts here? After reading about 15 thread on FB forums I don'T know where to go next =(
We have an iFrame FB app: http://apps.facebook.com/myapp
all links used in app are like: href="http://www.mysite.com/index.php?parm=value ..."
now when I click on any link, I am out of facebook and land on our server.
Don't ...
Is it possible, having logged in via a Facebook Connect FBML button, to retrieve and use the session details via PyFacebook? Can i use auth.getSession() in the same way as if I'd fired the login via Python?
Basically I'm trying to work out if it's possible to replace the stages up to and including raw_input() in the example below:
imp...
Hi all,
I am building a small facebook application, in which I am performing the following:
The user fills out his friend's names (using friend selector), What I want to do next is retrieve the friend's user ID based on their user name. Is it possible? Can I query a user by its name and receive his id?
...
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.js.php"></script>
<script type="text/javascript">
FB.init('MY_API_KEY', '/xd...
Hi guys,
Why is failure login redirects to other login page and not on the same page. I noticed this in most social networks like facebook, myspace and etc. I their a signicance?
Best regards
...
It is straightforward to retrieve a list of friends from Facebook using their api.
But how would a site figure out which of its members corresponds to the Facebook friend it has imported?
Is there a unique id that could be used? For example, does Facebook give the email address of the friend, so that could be compared to see if a perso...
Hello.
Is it possible to use the facebook connect button to submit a form?
I have a form in my homepage and I would like to submit it using the facebook connect button (or a submit button if the user is already connected).
I want to prevent reloading the homepage after the user connects.
Thanks
...
Hi all,
I am trying to use FBJS in my iframe app. Nothing that I write seems to work. Any ideas?
...
Hello all,
I am building a small facebook application in an iframe mod. In my application I want to enable my users to search their friends. After working a bit with XFBML I’ve added the following code to my aspx page:
<fb:serverfbml>
<script type="text/fbml">
<fb:fbml>
<fb:multi-friend-input width="150px" bo...
Anyone know the API call to page through your facebook status?
...
Note: The application I'm building is a website type Facebook Application that uses Facebook Connect.
I can prompt the user with a request for Extended Permissions using the following FBML code:
<fb:prompt-permission perms="read_stream,publish_stream">
Grant permission for status updates
</fb:prompt-permission>
Taken from here.
...
Using PyFacebook I am trying to register a test user of my site with my facebook application. I can connect to the API fine and return a list of friends etc. However when trying to register an address using:
hashed_emails = facebook.hash_email('[email protected]')
accounts = [hashed_emails]
facebook.connect.registerUsers(accounts)
I get:
...
I'm working on a site with a Facebook Connect integration on blog posts. I want a Facebook .NET SDK that will allow me to:
Authenticate that a user is logged into FB. The actual login will be done via the typical FBML login button and simple JS with the XD Receiver.
Be able to push data from my WebForm to the user's FB profile, such as...
I have an application running on facebook now.. and now, I duplicate the exact same thing with mostly the same server config in Rackspace.
HOwever, when I run the app in facebook, I get this:
Exception
Error Code: 1
Message: An unknown error occurred
#0 /home/www/entouragela-dev.sector3gamez.com/site_prod/_library/facebook/facebookapi_...
Hi all,
I am trying to build a small facebook app inside an iframe. Amongst other thing the user will be able to pick a list of friends and perform a search on their content in the application. My problem is that even if the user does insert his friends name there's nothing I can do with it (Facebook let's us work only with their ids), ...
Is there a way I can allow user to login with multiple facebook accounts at the same time? Like what tweetie2 does for twitter accounts. So if I have two facebook accounts - [email protected] and [email protected]. I want the user to login with both of them on my iPhone app. Selecting tab for [email protected] will show statuses from a and selecting tab [email protected] would...
Hi
I have an ASP.net website which I want to introduce 'Facebook Connect' functionality into, purely for account login/creation purposes. I want a user to be able to click the 'Login using Facebook' type button, and to then log that user into my website based on a userid lookup from the Facebook response.
I have a couple of questions s...
I'm trying to implement Facebook Connect on a website with .NET MVC using C#.
I've followed the instructions here: http://wiki.developers.facebook.com/index.php/Trying_Out_Facebook_Connect step by step. I can make the login work as in that when I log in through the site I'm also logged into Facebook.
In order to work with this in the ...