Skip to main content

All Questions

Tagged with
0 votes
0 answers
692 views

Facebook SDK - Get details of a lead - ASP .net core API

What i try to do is retrieve my facebook leads from my facebook page in a webhook ASP.net core API , get the lead details and save it in my mongoDB Database. I had a problem getting my lead details ...
Sacha Krief's user avatar
1 vote
1 answer
88 views

Facebook javascript sdk suddenly stopped working

My FB JS SDK script suddenly stop working. My code is: FB.init({appId:facebook.appId, version:'v2.7'}); FB.login(function(response){ console.log(response); if(response.authResponse){ ...
Raphael's user avatar
  • 31
0 votes
2 answers
399 views

iOS Facebook token Permissions birthday

Hello guys I need some help I need Facebook token with necessary permits to show birthday user...! It is a necessary requirement for my registration API I'm looking at Facebook developer I'm using ...
user3365028's user avatar
1 vote
1 answer
272 views

Cannot find FBSessionTokenCachingStrategy in iOS Facebook SDK

I need to get the Facebook access token of the users of my app and save it in a local storage so that I can make Graph calls on their behalf without having to log them in every time. In the Facebook ...
Kushtrim Abdiu's user avatar
1 vote
0 answers
231 views

Facebook iOS SDK--closeAndClearTokenInformation not removing access token

In my iOS app I am logged into Facebook via iOS Settings. If the user removes the app from Facebook or changes his password, the token is expired and invalid. My app detects this and calls: [...
Cb32019's user avatar
  • 305
0 votes
1 answer
52 views

How to solve authentication problems in facebook

I am creating an application that until yesterday seemed to work, but this morning, performing a function as I always do, it turns out this message: "Fatal error: Uncaught OAuthException: An active ...
Lorenzo Tosone's user avatar
6 votes
3 answers
10k views

Facebook PHP SDK 4.0 : Getting Long Term Access Token

I'm trying to use the PHP sdk v4.0 to get a long term access token for PAGE management. I'm grabbing the access token from the user's login (Yes, I'm grabbing the Page-specific access token). Then ...
Aaron Lee's user avatar
  • 362
0 votes
1 answer
690 views

How does an iOS app keep a FBSession from expiring?

I have read that FBSession automatically renews/refreshes it's token, but looking through the sdk the only time it seems to actually extend the life of the token is when a session open request returns ...
Benjamin Van Citters's user avatar
1 vote
0 answers
53 views

Post on Someone's page after permissions to an App if given

Hi I'm looking for a way to post on multiple facebook pages after authorised by the users. I would like to be able to post in the name of the app, on a list of pages (without having admin rights) with ...
Rosato Francois's user avatar
0 votes
1 answer
530 views

How to setExtendedAccessToken facebook javascript sdk?

I've been trying to figure out how to extend the access token using the Facebook JavaScript API. I see a lot of code examples using PHP but JavaScript seems really hard to find. A PHP SDK method ...
Matt's user avatar
  • 25
0 votes
1 answer
750 views

Facebook iOS SDK 3.1.1: How to check for expired token?

How do I check if the access token is expired via the iOS SDK? I call [FBSession openActiveSessionWithReadPermissions:permissions allowLoginUI:NO completionHandler:nil] when my app starts to load the ...
Ty Kroll's user avatar
  • 1,395
1 vote
1 answer
878 views

How can I get a long lived accestoken with facebook php SDK

Hi I am using the JSDK to login with FB.login and then using the PHP SDK to get user information. Now I need to get a extended accestoken but this simply don't work: $facebook->...
user1593846's user avatar
5 votes
1 answer
2k views

FB SDK 3.0 Do I need to extend access token or is it automatic?

Based on http://developers.facebook.com/roadmap/offline-access-removal/ Exception (Section) 3: If I use the "newer" SDK, it'll save the access token for me and will extend it automatically. My ...
naldikt's user avatar
  • 53
4 votes
1 answer
16k views

How to obtain a user access token in Python

I'm using the unofficial python sdk for Facebook. This works fine for alot of graph api calls, but my recent project requires using more FQL. Certain tables (notifications for example) require a ...
blotto's user avatar
  • 3,407
0 votes
2 answers
2k views

C# Facebook SDK - How to use web forms to server side authorize canvas application

There are lots of sample applications in MVC but the current project I'm working on requires that I use web forms. I can authorize the application using the javascript method but I want to use ...
Mike Bastarache's user avatar

15 30 50 per page