facebook-authentication
How to create an access token?
I am a bit confused about the facebook graph api and access tokens. I have created a facebook user and a facebook page. Now I want to write an application that lets the user post a message on the pag[详细]
2023-03-26 12:20 分类:问答How implement Facebook-Login / facilitate site-register using Facebook
I want my users to be able to login or register on my Site using their Facebook-Account. Could be either like the user clicks the \"Login using Facebook\"-Button and is automatically logged in, while[详细]
2023-03-17 22:22 分类:问答When is Facebook deprecating the JavaScript SDK?
I\'ve asked this on the Facebook Developer Forums, but no-one is answering, so thought i\'d ask it on Stack.[详细]
2023-03-17 19:20 分类:问答Facebook Server-Side Auth: Why does the access token request require a redirect uri?
In the server side auth flow, Facebook does not execute any redirects after the app requests the access token.[详细]
2023-03-17 14:30 分类:问答Facebook PHP SDK getUser() method returning uid even after unauthorizing application from facebook
I\'m writing a web app that uses facebook\'s PHP SDK. I\'m using the getUser() method to authenticate users similar t开发者_Python百科o this:[详细]
2023-03-15 10:14 分类:问答Failing to retrieve access token in .NET desktop app
I\'m writing a .NET app that runs on a Windows computer. It is not accessible through the browser. The problem is, I can\'t authenticate like I should. I\'m currently coding in C# .NET, more specific[详细]
2023-03-08 23:24 分类:问答Using single sign on permissions on the iphone on the server
If an mobile user have authorized the app for facebook via Single Sign On, is there a way the permissions can be used on the server side for offline access?[详细]
2023-03-08 16:12 分类:问答When do we use the app access token and user access token?
Take for example, when using the Koala ruby gem To access the graph api, we initialize the graph object using the user token key. This is clear, since it contains information that we got from the su[详细]
2023-03-08 00:48 分类:问答ASP.NET : If logged in to Facebook Fill Form
I have a registration fo开发者_Go百科rm which I want to fill in if user is logged in to facebook. I don\'t want to use Registration Plugin(http://developers.facebook.com/docs/plugins/registration/).I[详细]
2023-03-07 18:42 分类:问答How to simulate silent login to Facebook Graph API?
I\'m working on an API that will aggregate data from several website, including facebook. The API has an engine that harvests data on regular intervals, and then the client app polls the API to get th[详细]
2023-03-06 20:20 分类:问答