-
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'm trying to do a simple API call with facebook, with a user-given email to return their uid. Do I really need to auth them before this call is made?
Thanks! :) I'm not doing anything else with the UID besides displaying to the user, which is why I don't really think it's worth authenticating them.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We use Facebook Connect on our site in conjunction with the WWW::Facebook::API CPAN module to publish to our users newsfeed when requested by the user.
So far we've been able to successfully update the user's status using the following code:
use WWW::Facebook::API;
my $facebook = WWW::Facebook::API->new(
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm looking to remove the Facebook API from my iPhone project for 2 reasons:
1) My Facebook functionality is unfinished and I'd like to submit the app minus ALL of the FB functionality
2) I don't want to include the Facebook API as it contains encryption and I don't want to fill out additional forms…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In this video, it mentioned not to embed the Facebook secret key inside the application, http://www.adobe.com/devnet/facebook/articles/video_facebook_quick_start.html, so I passed null to this function
facebookSession = new FacebookSessionUtil(MYAPI, null, stage.loaderInfo);
but it didn't work…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
StackOverflow'ers,
I realize the new "@mentions" is a very new feature to facebook, but can any of you think of how to access this feature using the Facebook API?
I would assume there would need to be a separate call to get a list of available users/applications/ect...
I am just brainstorming…
>>> More