-
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