Specifically, I am working on a class that I can call that would have a method I can pass an id (the ID of a companies page) and would want the number for the like_count returned.
I\'ve developed a set of pages to get permission and authenticate the user with the new PHP SDK, but even if I\'ve read many posts and suggestions and solutions, I can\'t figure how to solve my troubl
I\'m using Facebook PHP SDK and trying to post image to the user\'s wall. However I get error below: \"Fatal error: Uncaught OAuthException: An active access token must be used to query information
We have a Canvas Facebook App and for some time we get a strange error for some of the users that are trying to install (allow) our Facebook app. I mention this is happening only for some of the users
I need to build a app that upload video youtube, my question is about logging in google. My app is for only one client, i don\'t want the user need开发者_如何学C to logging in youtube then before allo
Why the Access Token of our app has changed? It was in the form: ###|###|###(with 3 parts) and suddenly today is the this way:
I\'m building an app that allows users to administrate their Facebook Fan Pages. This requires the following two Access Tokens:
According to Facebook documentation: \"Create or update a score for a user You can post a score or a user by issuing an HTTP POST request to /USER_ID/scores with the app access_token as long as you
I\'m new to Oauth. In the past for twitter applications written in Python i used python-oauth2 library to initialize client like this:
I\'m trying t开发者_运维技巧o store Twitter access token to my database for a specific user, so he doesn\'t need to approve the application every time he wants to post a new tweet.