I am using Graph API https://developers.facebook.com/docs/reference/api/#publishing with PHP SDK and I would like to send some data via HTTP POST method, as it\'s mentioned in documentation (e.g. add
we wanted to set our app \"Willkommen\" on the following page as 开发者_运维百科landingpage: https://www.facebook.com/ProfileCare?sk=app_181088235298512
I\'m using django-socialregistration and facebook python s开发者_如何学编程dk. This is the code to get friends:
I already use the Graph APIt开发者_高级运维o get Facebook comments from a URL. That\'s working nice.
I\'m trying to get the news feed of page (I\'m admin of that page) using the limit, since and until parameters, but it doesn\'t work, it doesn\'t work even in graph api explorer tool. I\'m requesting
I\'m building a webpage Facebook app, I need the app to access a Facebook page and access and display user posts from the page. I have admin control of the Facebook page.
I got the access_token (with email, publish_stream, and offline_access permissions). Then, I do this code:
I\'m 开发者_开发百科using the Facebook php-sdk and the batch request API to send AppRequests with the following code:
I\'m working on a module to my web application which is supposed to display latest news feed entries for a specific user.
I want to post a video on my wall, I have tried using $facebook->api(\'/me/feed\',post, array(...)) and works fine, but it only shows the "like" and "comment" functionality, I n