access-token
Getting a user's ID using Facebook's Graph API
Is it possible to get the ID (Facebook Graph API) of a user who is currently logged in, without any access tokens?[详细]
2023-03-30 05:37 分类:问答Facebook Connect Class with Singleton : Access token issue
I have created a singleton class called \"LoginFacebook\" which is meant to connect user to Facebook and to perform the different request. The problem is that I get an error about the access_token. He[详细]
2023-03-28 18:48 分类:问答How to tell which OAuth Tokens returned in Google Adwords and Analytics APIs
I have my OAuth process working well, I have an application that requires Google Adwords and Google Analytics access tokens. For whatever reason, Google has made these separate in terms of acquiring O[详细]
2023-03-28 02:41 分类:问答Graph API: Same request with different album ID returns empty JSONObject?
I am using following code in my android app in a for loop of albumIDs to make requests for getting specific photo object information:[详细]
2023-03-26 17:25 分类:问答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 分类:问答Token management in WCf
I have a WCf service where raw message is passed from server to client using Message Object(servicemodel.channel) , I have to create a开发者_运维技巧 token management system in this. i.e user will pro[详细]
2023-03-24 07:44 分类:问答Facebook ACCESS_TOKEN used with links.getStats
links.getStats was working fine as simple REST call just few weeks ago, and right now it\'s failing... The reason is simple, it needs an ACCESS_TOKEN.[详细]
2023-03-23 19:58 分类:问答Problem retrieving an access token with code returned
I am having a problem retrieving the user\'s access token after he/she has authorized my Facebook application to access their information and post for them, etc... Facebook returns a code query string[详细]
2023-03-22 20:09 分类:问答How to bypass facebook PHP login method if you already have a valid auth_token
I\'m using this library for Facebook graph API access within my codeigniter project: http://www.haughin.com/code/facebook/[详细]
2023-03-22 06:50 分类:问答How to use the access token to sign the POST request?
I have an access token and i want to send the POST request and with the some feed in the body.开发者_Python百科 The problem is i am able to get the GET request using the URLConnection but when i use t[详细]
2023-03-22 03:00 分类:问答