Is it possible to get the ID (Facebook Graph API) of a user who is currently logged in, without any access tokens?
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
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
I am using following code in my android app in a for loop of albumIDs to make requests for getting specific photo object information:
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
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
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.
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
I\'m using this library for Facebook graph API access within my codeigniter project: http://www.haughin.com/code/facebook/
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