How to make a Facebook post hidden using the Graph API or FQL?
I am creating a moderating application in which i need to fetch all the posts on a page and then set the posts to be hidden if required. In Facebook, there is an option to set a post as hidden. How do...
View ArticleHow to call an item from graph api fb?
I want to select an specific field.item from the requested api call and echo it.for example something like this: $getlike =...
View Articlefetching and looping the fb newsfeed
I want to design a news feed with fully functioning likes/Unlike ,share and commenting,and of course fetching recent posts from users newfeed.Now here is the thing,I want to check whether a user has...
View Articlejson api graph call does not return anything?
i am fetching users fb newfeed and i wanted get check wether user has liked the post or not by using user_likes and the problem is that the following code wont return anything : $getlike =...
View ArticleStatus comments and likes using OAuth
I am just messing around with Facebook connect on my local machine. I created a very basic app using PHP where a user can type a comment, and it will be posted to the users Timeline/Wall, as well as...
View Articlefacebook graph api doesn't return enough news feed details to reconstruct...
How can I get more details for news feed posts? (I'm using the latest php sdk v3.0.1) If I look at my facebook home page I see a post like this: "Chris XXX and two other friends changed their profile...
View Articleposting a swf in facebook feed through facebook api
I am using the below array and $feeddata = array( 'type'=>'flash', 'method'=>'stream.publish', 'display'=>'iframe', 'link'=> 'https://developers.facebook.com/docs/reference/dialogs/',...
View ArticleClick on a posted news-feed Facebook will open up my iOS app on iOS 7
I have an app on iPhone, that share a message on Facebook news-feed. It's ok. But when i open the Facebook app on the iPhone, and click on what i have shared in news-feed, it open up to my application...
View ArticleFacebook Open Graph API: weird behavior of parameter limit while getting a...
I've written a little script in JAVA, that tests the parameter limit with four different values (10, 100, 1000 and 10000) when querying a user's news feed of Facebook using the Open Graph API and the...
View ArticleAccessing user feed using Facebook Graph API v2.0
I recently created an app in Facebook. By default the API version used was v2.0. Thus for every new user it generated a 'App-scoped User ID'. I am retrieving the ids of users through the graph api...
View ArticleFacebook Graph API 2.0/2.1 missing features
Now that Facebook's Graph API v1.0 is soon to be obsolete, several features that exist in the old version will not be available in the newer versions (v2.x), such as post search and most importantly -...
View Articlegraph api to fetch the coordinates of all the tagged photos
I have just started working of facebook graph api v2.1.I know how to get all the tagged photos of a user or myself .I want to know how to fetch the coordinates of tags from all the photos that I am...
View ArticleXcode live news feed with multiple accounts or user
Im new to xcode. and Im creating this facebook, twitter, instagram and youtube news feed in a tableview at first Im trying this facebook to load multiple json #import "ViewController.h" #import...
View ArticleFacebook Graph API /{page-id}/feed not getting all posts
I am using /{page-id}/feed endpoint of Facebook Graph API to get the feed from a particular page. There in the response a post from an user to the page is missing, though from facebook portal I am...
View ArticleAlternative to keyword Search in Facebook API
As we all know , that search has been deprecated with V2.x for facebook API. Wanted to know is there any alternative provided by Facebook API to achieve the same functionality . Any help is...
View ArticleNot getting news feed from facebook any more
I am using the following code to get the news feed from facebook- NSString *urlStringFacebook = [NSString...
View ArticlePublishing post with pictures without album, using facebook graph api
I want to publish posts with uploaded pictures to wall of user/page/group directly without adding it in an album. How do I achieve it? This is how I do it right now: Finding album, of creating if it's...
View ArticleGet page feed from Facebook public page Android
Iam trying to fetch the list of Page feed from a Public page from Facebook into my Android app. I have the Page Id and the access_token for the page. Iam trying to fetch the feed with a request using...
View ArticleNews Feed via graph API very different from what I see at facebook.com
I'm experimenting with the Graph API, specifically the News Feed query (me/home). And right off the bat, I can see that the JSON returned does not match what I see on my own facebook page. The API...
View Article"unknown" OAuthException when iterating over pagination
I get this error semi regularly when iterating over pagination of a user's feed (ala https://graph.facebook.com/user_id/feed) {"error":{"message":"An unknown error has...
View Article