-
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
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
[Cross-posted from the OAuth Ruby Google Group. If you couldn't help me there, don't worry bout it]
I'm working on integrating a project with TripIt's OAuth API
and am running into a weird issue.
I authenticate fine, I store and retrieve the token/secret for a given
user with no problem, I can even…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
i want to use the dropbox api via this library
http://code.google.com/p/dropbox-php/
i installed MAMP then I tried "sudo pecl install oauth"
but I got
downloading oauth-1.0.0.tgz ...
Starting to download oauth-1.0.0.tgz (42,834 bytes)
............done:…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I want to use the Dropbox API via this library, http://code.google.com/p/dropbox-php/.
I installed MAMP, and then I tried
sudo pecl install oauth
but I got the following.
>>>> downloading oauth-1.0.0.tgz ...
Starting to download oauth-1.0.0.tgz (42,834 bytes)
............done: 42…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am trying to get Oauth working with the Google API using Python. I have tried different oauth libraries such as oauth, oauth2 and djanog-oauth but I cannot get it to work (including the provided examples).
For debugging Oauth I use Google's Oauth Playground and I have studied the API and the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Im working with OAuth 0.3.6 and the linkedin gem for a Rails application and I have this issue where OAuth throws an error saying that OAuth::Problem (parameter_absent). The thing is it doesn't throw the error on every occasion its called and the problem is I am unable to reproduce the issue locally…
>>> More