Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Dynamic is a widely used term that, in general, describes a decision made by the program at run-time rather than at compile time.
0
votes
0answers
19 views
dynamic facebook page tabs
i have created a custom page tab for facebook
((http://apps.facebook.com/clientcreator-app))
what i want to do is to create dynamic pages because customers create custom landing pages on the ...
0
votes
1answer
49 views
PHP method for specific Facebook meta-tags works itself but doesn't on Facebook platform
i needed specific facebook open graph meta-tags for some pages of my website.
My website is based on a PHP "include" structure. In order to make specific tags for each page, I wrote a PHP code that ...
0
votes
1answer
107 views
Dynamic Image for Facebook Opengraph og:image meta tag
I am trying to share an image from my website on facebook. The image can be dynamic, but other meta will remain the same.
Is there a way I can have dynamic data in OG:IMAGE tag, or will I have to go ...
0
votes
1answer
357 views
facebook like button dynamic open graph meta tags
I have this website with dynamic pages. Now there's a page with an overview of all articles and a page with detailed view that shows the complete article when you click it's title on the overview ...
0
votes
1answer
94 views
How to make this code run in .NET 3.5?
How to convert this to work in .NET 3.5? it does not compile for some reason...
complains about "myInfo.data" missing Microsoft CSharp reference that is used in .NET 4.0.
var auth = new ...
1
vote
1answer
140 views
Facebook like page loading
I need to know how is it possible using AJAX to navigate between pages like Facebook. When I click a link in Facebook the url in address bar changes and the main content area is reloaded with new ...
0
votes
1answer
153 views
I want to add facebook like button on a page in my website, but have the URL go to a totally different page in my website. Is it possible to do this?
I want to add facebook like button on a page in my website, but have the URL go to a totally different page in my website that has more detail. Is it possible to do this?
0
votes
1answer
419 views
php dynamic og:image for facebook
Now this is all over stackoverflow but I haven't come across a solution that has worked yet so here goes...
Just trying to get facebook to recognise my og:image pretty simple. Everything outputs with ...
1
vote
1answer
145 views
Using jQuery on dynamically loaded element
I am using the following code to retrieve the number of likes from the Facebook Graph API, and this works perfectly. What I am having trouble doing is using jQuery .css to alter the color of the last ...
0
votes
0answers
115 views
fb:comments moderation and alert on asp
I've placed the code for comments, moderation and alert on my website to have comments on each product I have.
Each product is on a dynamic page .asp
Everything is almost working fine. I say almost ...
0
votes
3answers
76 views
how to make a dynamic php webpage in a specific url?
how to make a dynamic php webpage in a specific url ? i.e- if I visit a facebook page of a person who have not verified his unique username so his profile wil show in the url bar ...
1
vote
1answer
601 views
Facebook comments box plugin + dynamic url on asp?
I'm trying to put the FB comments box on the bottom of each of my products pages on my site. I have managed to do this but when set to a static url it says the same comments on every product. I ...
0
votes
1answer
189 views
Access results from FQL statement using Facebook C Sharp SDK
I have this FQL statement:
var fb = new FacebookClient(accessToken);
dynamic result = fb.Get("fql",
new { q = "SELECT post_id, actor_id, target_id, message FROM stream WHERE ...
1
vote
1answer
428 views
Adding unique fb like button to dynamically loaded content
I need to add a facebook like button to menu items from a php cp menu –
I’m thinking of pulling in the information from each menu div and having it fill in meta data before sending it to facebook
...
0
votes
1answer
439 views
Facebook comments iframe - updating when there is no page refresh (e.g. AJAX)
I have a website that does not have page refreshes when the visitor navigates to other pages (the site is similar to hotornot.com in functionality).
I'm trying to use Facebook comments, which I've ...
0
votes
1answer
125 views
<fb:comments> is displaying different layouts according to the href used inside. Why?
I'm trying to understand why two different layouts are displayed by the placeholder, according to the href parameter used inside of it. Quick example - say I'm using http://example.com/ as the href ...
1
vote
1answer
2k views
can facebook open graph objects be created dynamically?
I am developing a facebook application. I have a custom object created in the open graph, below listed are few of my concerns
Do every object instances under a specific object type require a unique ...
1
vote
4answers
3k views
Adding Facebook plugin comments for dynamic products
I installed facebook comments on my website. My website is a dynamic website and pages are like this www.example.com/page?id=54, www.example.com/page?id=67.
If I post a comment in this page: ...
1
vote
2answers
126 views
Exception of RuntimeBinder Facebook SDK c#
I am writing facebookc# Sdk program but the issue is that this strange exception occurs
'Facebook.JsonObject' does not contain a definition for 'data' and says that
'wall.data' threw an exception ...
0
votes
2answers
147 views
Facebook Cache takes to long to grab my dynamic content
Every time someone likes my current weather conditions of an area, it posts those conditions to their wall using the OGP XFBML with SDK. However a day or two later someone will like the same page and ...
2
votes
1answer
539 views
Facebook Moderation on Dynamic Page
On my site I have this line:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
I have all my meta tags (I replaced all real data):
<meta property="og:title" ...
0
votes
1answer
129 views
how to dynamically populate facebook dialog content
I have a simple site (not a facebook app) with a flash movie player and playlist.
when a user chooses a video to play, the video's title, desc., and thumbnail are stored in js variables.
now I would ...
0
votes
2answers
773 views
Upload a dynamic php-image via facebook API
I'd like to upload an imgage via the Facebook API. The point is, this image is created with php.
//$file = '\image.php?name=$name&result=$complete';
$facebook->setFileUploadSupport(true);
...
0
votes
1answer
540 views
Facebook sharebutton probelm <title=> attribute
I'm having a bet of a problem, in my site i use the following line to share on facebook,
http://www.facebook.com/sharer.php?u={$my_base_url}{$story_url}&t={$title_short}
the problem is that ...
0
votes
2answers
437 views
Like button on each page
I have a like button on my main page (master page in asp.net).
I added a like button on each dynamic page.
When I try to enter the link:
http://www.friend.co.il/details.aspx?id=2321
to one of the ...
0
votes
2answers
2k views
Automatically add facebook like button to dynamic products
We will be launching a daily deal site and want to add a facebook like button to each new deal that we launch. Each new deal will be on a different subdomain.
How can we add the like button to each ...
1
vote
3answers
345 views
Does NUnit supports fluent syntax for C# dynamics?
I have an nUnit test case that asserts the dynamic that was returned from Facebook C# SDK. Is there any way how to assert it using NUnit fluent syntax. Here is very simplified example for what I'm ...
0
votes
0answers
435 views
Dynamic update of multiple FB like buttons via JS
I have a page with several products each of which has a separate FB button. The products are members of a list and the 10 shown can be paged forward or backwards via JS buttons.
I need to create the ...
0
votes
2answers
247 views
Disqus Plugin Explanation of Dynamic Tags
So I am using the Disqus Plugin v2.65. I am trying to edit the dsq-global-toolbar at the top of the Disqus comments.
The following tags are in disqus-comment-system/comments.php
<div ...
2
votes
1answer
3k views
Dynamically setting the href of a Facebook widget
I have a little web app that uses the Facebook like widget. This page also uses querrystrings to load content dynamically. I need the href assigned to the Facebook widget to be determined ...
0
votes
1answer
281 views
Facebook Page — Dynamic HTML Based on User
I'm looking to create a Facebook Page with dynamic content based on the user visiting the page. For example, if the user has "liked" something with the consisting of "soccer" then it would display a ...
0
votes
1answer
179 views
Dynamically updating Images to Facebook Page
I want to dynamically update the three images from "Trend Alert" in the EDM below:
http://sophiehart.createsend4.com/t/ViewEmail/r/D3501506593F4120/5AA0D88279FE59B738A555EB6E97B45B
To this Facebook ...
4
votes
2answers
6k views
Dynamically add facebook like button using jquery
How can i dynamically add facebook like button using jquery?
I'm planning to have a gallery and want to add add like buttons under every image?
I've tried this but it doesn't render anything:
...
0
votes
1answer
270 views
jquery load or json with html structure in js
im trying to create functionality like facebook, where things just run from ajax, no need to reload site again. anyway i want to know how facebook does it, so i can do it like them, they are very fast ...
1
vote
2answers
350 views
Setting inline URL with Jquery
I am using the following code to show social icons on hover: You can see the site here: http://vitaminjdesign.com/adrian/
$('a').live('mouseover mouseout', function(event) {
if (event.type ...
1
vote
1answer
452 views
Creating a custom, dynamic Flash button that will work in Facebook shares
I've had an issue with using Facebook's Share feature.
The user experience on the shared content below is just completely unclear (even when I tested some clarified language: e.g. "click here"). ...
0
votes
2answers
1k views
Accessing Facebook C# SDK result Object using .NET 3.5 API?
Consider the following in .NET 3.5 (using the Bin\Net35\Facebook*.dll assemblies):
using Facebook;
var app = new FacebookApp();
var result = app.Get("me");
// want to access result properties with ...
0
votes
1answer
837 views
RuntimeBinderException on dynamic Linq with Facebook C# SDK
I am using the Facebook C# SDK in a canvas app.
When running this code...
public IEnumerable<string> GetFansIds(string pageId, IEnumerable<string> userIds)
{
if (userIds.Count() == ...