0
votes
1answer
23 views
Facebook Developer ToolKit: How should I construct this app?
I have created a simple desktop application that I want to use to post status updates for the users of my app. Here's the kicker though that I am having trouble figuring out, the desktop application …
0
votes
1answer
35 views
Referencing Other Functions from Name Spaced JavaScript
So I am trying to consolidate a bunch of code into some nice NameSpaced functions, but am having a tough time getting it to all work together. For example, I have this (edited down for clarity):
…
0
votes
2answers
20 views
Publishing a stream using the Facebook API in PHP?
I am currently developing a facebook app and I would like to now how to publish to the users wall...
Thanks alot
1
vote
4answers
74 views
JQuery implementation of Facebook’s Modal Box
Hi all,
I was wondering if anyone knew of a jquery implementation of the following moo-tools modal box -> click here
I've seen facebox, but it uses the old facebook modal dialog layout and not the …
0
votes
0answers
7 views
Facebook Comments Count
Hello,
I am trying to write a Facebook query that will return all comments posted by a user to his friends,
however I can't seem to find the correct schema. Its as if there are no 'indexable' fields …
1
vote
1answer
42 views
Looking for a good book to learn How to program aspnet over facebook
Hi all,
I don't know if any such book exists.
I am an aspnet developer and I am now thinking of developing facebook applications. I'd seen many tutorials on the web explaining how an aspnet developer …
0
votes
1answer
20 views
Send Facebook notification to user who registered on my site via facebook connect.
Let me start by saying facebook's developer documentation sucks. Bad.
I'm using the facebooker plugin in rails to let users sign up through facebook connect. Now when certain things occur I want to …
1
vote
2answers
29 views
Facebook, Flash and maintaining state
So here's the situation: I have a Flash application I'm deploying to facebook as a canvas app. There are various states within this app - different "pages", sort of.
I want to be able to share this …
0
votes
2answers
28 views
Updating Facebook Page From Twitter
I'm looking for a service (or Facebook app) that will check my Twitter account and update my Facebook page whenever there is a new post on Twitter. So far I've tried the following to no avail:
…
0
votes
1answer
167 views
FB Feed dialog not asking for user comments ?
Why FB Feed dialog below (iframe solution) is not asking for user comments on dialog, the dialog appears and post is sent
function callback() {
alert("Thank you");
}
function …
0
votes
1answer
38 views
Facebook login without opening another window/popup
Is it possible for web application that is created by the same owner as facebook application to have access to facebook application without going through a explicit session opening exercise?
Most of …
0
votes
1answer
20 views
Iframe Facebook application and cookies [Internet Explorer]
I have downloaded the IBM P3P editor, created files and uploaded them to my server. And cookies are still not recognized in Internet Explorer. I've checked the P3P validation tool and it seems to …
0
votes
0answers
10 views
Facebook pages reviews embedded on own website
Can anyone point me in the right direction to get the "Reviews" tab from a company facebook page embedded into the company website - so reviews placed from either the Facebook page OR the website …
0
votes
1answer
29 views
connect Iphone with Facebook API
Hi
I want to connect facebook API's with my IPhone. For this I have downloaded the FBConnect sdk and included the FBConnect group of FBConnect.xcodeproj in my application and then I have written the …
0
votes
1answer
3 views
What is the sig parameter passed into registerUsers method on facebook
Hello I have a problem of understanding what the sig parameter is and how to generate it. I have read the documentation in registerUsers but not sure what and how to get it.
