-
as seen on Developper.com
- Search for 'Developper.com'
Comme vous l'avez probablement remarqué, les réseaux sociaux explosent de partout, Developpez.com et toutes ses rubriques se doivent donc, comme toujours auparavant, de suivre l'évolution en s'ouvrant à ces réseaux sociaux. Vous pouvez donc désormais suivre l'actualité de la rubrique sur Facebook…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hey
i am trying to build facebook iframe application using the Facebook Developer Toolkit 3.01
asp.net c#.
i am working by the ifrmae sample of the toolkit
can be download here.
www.facebooktoolkit.codeplex.com/releases/view/39727
this is my facebook application that is the same as the iframe sample…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've started a little project about marketing research over social networks. Basically we need to gather information from public profiles and conduct some statistical analysis over this data. I want to know if the Facebook API lets you query information from the public profiles without them having…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How is this done? Is it even possible?
All the function calls seem correct, but the result is always false:
NSString *event = @"{\"name\":\"A party\",\"start_time\":\"1215929160\",\"end_time\":\"1215929160\",\"location\":\"Somewhere\"}";
NSDictionary *params = [NSDictionary dictionaryWithObject:event…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Been trying to update to the new FB php sdk v4 for pulling events into my website, but having trouble finding how to do it.
I want to pull public event information from a FB "page" using their fan page ID number. For example, a venue that has multiple events.
What are the minimal classes I need…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using FBML for rendering certain elements on the page such as the name of the user, profil pic, etc. However when there are many FBML elements on page, there is a slight delay which occurs before they are rendered - that's fine since AJAX calls are made to the server to fetch the data by the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, I'm trying to figure out how to add a Fan button to a Facebook page (right next to the company name - I've seen this done on a few pages, see for example: http://bit.ly/briOvF ). I've added the FBML application though can't find a great deal of information on the code required for the actual button…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a JavaScript bookmarklet that I'd like fans of a certain page to take. Unfortunately, the only way I've found of distributing it is giving them the raw JavaScript source, which is then problematic to add as a bookmark.
Ideally, I'd use
Drag this to the bookmarks bar
But FBML filters out…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to get my FBML canvas page to automatically prompt new app users for permission to publish_stream. Following Facebook's documentation I tried using the required_permissions argument to require_login. That is, I tried to use the pyfacebook require_login decorator like this:
@facebook…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I know that using fb:visible-to-conection allows you to display content to fans but how do I hide content from fans?
Example if I have "you must be fan to view this" how do I remove that text when they are a fan?
I'm using static fbml app btw. Any help appreciated.
>>> More