I can figure out how to ban users from most pages\' discu开发者_StackOverflow中文版ssion boards using the Graph API, but I can\'t find any way to do this for application pages. Is it possible?You can
I was using the user_photo_video_tags permission, but after it was announced that it would be deprecated, I switched the permission to user_photos.
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I know there is the offline_permission option, but is there a way to keep the Facebook session alive?
After uploading a photo to an album that was created for my app, i want to create a post with that photo by using its id as a value of object_id. The photo gets uploaded, the post gets created, but th
I am working with the Facebook Graph API using an account that manages a few other accounts. I can perform most operation just fine, such as adgroups, stats, etc. However, when I try to call adcampaig
I am using the Facebo开发者_JS百科ok Javascript SDK to authenticate users on my site. Here is my scenario I am having trouble with.
This is driving me crazy >=( $facebook->getUser() works well sometimes, but sometimes returns 0 Here is my cod开发者_如何学Goe:
I have cr开发者_开发知识库eated an app where users can post their comments on a page. Now I am able to access all the comments (and also its details such asobject id of the comments, comments id\'s, p
this is my first post at stackoverflow. I am using the Facebook Graph Batch API to request the Feed-Updates from several users at once.