With the tag is possible to add on you site a widget with the stream and fan.
In The stream are displayed only the owner of the page post.
There is no way to view even the fan post?
I've read all threads in stack overflow about this issue, but my problem persists.
THE PROBLEM IS ON THIS PAGE: http://www.organirama.it/minisite-demo/001.html
THE PAGE CONTAINS THIS TAGS
<meta property="og:title" content="A wonderful page" />
<meta property="og:type" content="video.movie" />
<meta property="og:url"…
I'm trying to catch event when comment is sent. What am I doing wrong? I just want to update every user comment also to facebook group wall and that's why I need to catch the event.
<fb:comments numposts="10" ></fb:comments>
FB.init and event catcher:
<div id="fb-root"></div>
<script>
…
I have a very strange problem and I'm thinking that can be problem with dns or something similar, but not sure and don't know how to solve.
My computer is connected to router and every site works fine except facebook (Chrome and Firefox). Chrome shows "Error 101 (net::ERR_CONNECTION_RESET): The connection was reset."
But,…
Is it somehow possible to link Facebook address each username is given to Gmail? Obviously, there is the "Accounts, Send mail as" feature, but that used to return an error
...
Final-Recipient: rfc822; myusername@facebook.com
Action: failed
Diagnostic-Code: smtp; 550 5.1.1 RCP-P2…
I am working on creating a facebook app for a webstore and listing its contents in facebook app. My server is not https, but facebook app requires https, it showed "Operation timed out" error. So I disabled secured browsing option in facebook and tested in facebook appcentre.…
When posting a website link in a Facebook wall post, Facebook fetches some content (title, text and image) from the website to show it to readers. Is there a way I can adjust / propose which content is used / preferred by Facebook?
I found someone saying to use <meta…
When you look at your stream on the Facebook website, events such as "FriendX was tagged in an album", "FriendY is attending EventZ", and "FriendK and FriendL are now friends". I've tried various "vague" queries on the stream table, and so far I have been unable to get…
Is there any way to retrieve all friends in a particular network? For example, How can I view the list of my Facebook friends joined the network of my organization.
I'm trying to gather all the posts (official posts and people's posts) on my page which contain a specified #tag, to later show them on website.
But I've no clue on how to accomplish this.
Is there any API capable of this or anything else that could help?
I basically…
Sorry if this isnt the right stackexchange site to ask this, it was really hard to determine.
My FB game just recently got rejected for 2 reasons. The first I fixed nicely and is irrelevant but the second I just can't see to figure out what they mean and I was hoping…
Hello Experts,
We have designed a face book page.It is working fine in all browser including IE7 but it is not working in IE8.We checked then we got if we run our code outside the face book page it works in IE8 but when we put our code into face book page its not…
I have an application that integrates with Facebook using Oauth 2.
I can authorize with FB and query their REST and Graph APIs perfectly well, but when I authorize an active browser session is created with FB. I can then log-out of my application just fine, but…
I'm authenticating via PHP:
// the php facebook api downloaded at step 3
require_once("facebook-client/facebook.php");
// start facebook api with the codes defined in step 1.
$fb=new Facebook( 'XXXXXXXXXXXXXXXXXXXX' , 'a3eaa49141ed38e230240e1b6368254a' );…
Hello i am using the android code to connect facebook but getting "Facebook Server Error + 104 - Incorrect signature" exception at the place of onLoginSuccess function. code is given bellow ....
public class FacebookConnection extends Activity implements…
I've successfully set up the "DemoApp" project from the Facebook IOS SDK to use my "OKC ThunderCast" Facebook application. I have also configured another "Tester" application from scratch to successfully use the Facebook SDK and publish stories to my…
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…
Can some one plz tell me whats wrong with below code. After i login it doesnt do anything ... neither reloading the page nor setting the login FB cookies.
Its a simple code but i'm not sure what i'm doing wrong.
<script…
Hello,
I have a website which generates hourly updates to users.
I want to allow these updates to show up as News feeds in Facebok.
I opened a Facebook Connect application. Through my site I receive the extended persmission…
I was asked by my customer to build a Facebook game. The game would be something similar to Mafiawars.com where the game is hosted on a server and run through a frame on Facebook.
The thing is after several days of…
For a while we have used campaign tags when putting posts on Facebook so that we can run campaign reports in Google analytics on those links. However it appears that traffic from those links are being excluded in…
I'm trying to use the Facebook iOS "feed" dialog call to allow my app's user to share something on their Facebook wall. When the facebook app is not installed, it attempts to let them authenticate within the app…