I wanna use facebook graph , to get all the posts from the group with their messages, pictures and so on.
I have managed to do the all above, but now i am facing another problem , i want to get all the group posts by their topic(tags) and i don’t know how.
Basically my intention is to filter and arrange group posts by their topics(tags) .
I have tried and looked everywhere on developer.facebook.com but i can’t find any solutions or at least a sign that can help me.
Can anyone help me with that and show where i can read or at least to give me an example that could help me to work out what to do next.
I don’t need a fully working code just to understand if it is possible to get the group posts tags or not, and if yes where i can read more about this. Thx
Related
I have read many questions here on this site and read the documentation Facebook Interest List but none really provided an answer to my need.
My problem is that whenever i try to get the Interest List i get empty results and in the questions i read it was to one of the following reason:
1-You need a permission for the user_interest
2-No interest lists
I have two Interest List and as for permissions:
When i use the Graph API, here is my results:
So am i making a mistake here or does that mean that it's a bug from Facebook, if anybody have any knowledge about this, please share because i have been struggling with this fro quite sometime.
I've got strange behavior when using the FB Graph API to read the feed of a group I am administrating. Everybody in this group is posting YouTube links and I wanted to write an App to crawl them all into a nice list.
But depending on the user who posted I get one of the following results:
a) type=video and everything is fine
b) type=status and I have to parse the link from the message instead of having a link field
c) type=status and the link is not even in the message
d) some users' postings are not in the feed at all
Does anybody know how to really obtain all message? I can see those posts including the links perfectly well using the Facebook web site...
Already tried to give each and every access right to my app, didn't help either.
I think I found the "problem": The result depends on the privacy settings of the user. Don't know why I can see the posts in the group but cannot automatically crawl it, only thing that happens now: I can't use the Facebook API but have to use some kind of HTML-parsing-crawler. Don't know why FB forces me to do that.
I am trying to build an algo which is quiet similar to edgerank algo of facebook. I am kind of missing 'edges' part, which is about user view anyone's post and hence creates an edge in this. Is there a way to get the posts user has viewed irrespective of user liked/commented on them. Apparently I believe this is somewhat not feasible after doing some research on graph/fql. But, did anyone of you came across anything like this?
No, there is no way, via an API or any other method open to developers, to see what posts the user has or has not seen. The only thing you could go by is likes, comments, and shares. That's it.
I would like to be able to achieve a similar effect using the Graph API to what happens when a user Shares, i.e. you get aggregation on the share, so that if multiple users or pages share the same post you don't see the post multiple times in a newsfeed.
I can't see how to do this. You can create a new post and post that to /feed, but that doesn't trigger aggregation, and is not what I want. I've experimented with posting a link to the original, i.e. /page_id/posts/post_id, but that doesn't do it.
I've seen a couple of questions like this, but no clear answers. Has anyone managed to do this?
Basically what I want to do is download all a users facebook and twitter friends and somehow find a way to figure out which entries represent the same person. I know it's possible because a lot of social search sites like spokeo achieve what I want and more, so does anyone know how they go about doing it or the best way to go about it?
I have a basic idea of the facebook and twitter api calls I need to be making however feel free to add any advice or warnings there as well. I know facebook hashes the emails which seems like it could pose a problem.
Any help is greatly appreciated.
I would allow the users to make associations themselves. Then use these associations as suggestions for future users. Over time you'll gather quite a well made associations from your users. Possibly using email addresses and names as suggestion points.
tried using hybridauth, you will get the emails from facebook and twitter which you can use to build the relationships needed