I am playing with the Facebook Graph API Explorer to download the posts from a group that I'm a member of. Mostly this works fine, however some posts do not have a "from" field in the JSON output (but I can see them on facebook.com). Most of them do, but all posts by one particular user are missing this field. I assume this is a permission problem, but how do I know which permissions are preventing this field from appearing?
Post in Facebook group feed has no "from" field
187 Views Asked by jtbandes At
1
There are 1 best solutions below
Related Questions in FACEBOOK
- Facebook Api - Albums/Photos/Comments
- How to get Facebook subscriber count + friend count
- Firebase facebook authentication not working
- Facebook iOS SDK 4 error info.plist
- Why don't any of my facebook share buttons work?
- Can't perform authentication through facebook with Parse
- PlayN and Firefox issues
- How do I stop the facebook send widget from going off the screen?
- Add extended permissions - Facebook
- Pass image, summary, URL to Facebook share button in ASP.NET MVC
- Facebook Open Graph Description in a message length limitation
- Facebook ShareKit image caption not working
- how to display Notification Count in iOS like Facebook
- How to estimate current situation of an old site not created by myself before i launch my new one?
- Facebook Graph API limit publishing to fan page
Related Questions in FACEBOOK-GRAPH-API
- Facebook Api - Albums/Photos/Comments
- Upload cover photo on facebook fan page
- Add extended permissions - Facebook
- How to get public facebook page's news feed contents without user authentication/access token?
- Facebook Graph API limit publishing to fan page
- Get the relationship status of user's Facebook friends
- Iterating over PagedList result retrieved from the Facebook Graph API
- wordpress : facebook comment
- Is it possible to Login to Facebook using Parse with publish_actions and email permissions?
- Facebook game invitable friends search box
- Encoding for html in Open Graph Facebook attributes
- graph api get public events with rails/koala works only for some sites
- Want to save facebook image into my rails app
- Calling FBSDKGameRequestContent: receiving the invite but not the notification in Facebook
- Facebook page redirecting based on current location
Related Questions in POSTS
- Facebook / Javascript API Display all data pulled not working
- Delete all posts and associated meta data that are not custom post types
- I want to show my featured image in middle of my post automatically
- Retrieve /feed or /tagged on facebook community pages
- Get 2 posts per slide, Unslider, Wordpress
- Wordpress – Random post order
- Need to change “Posted on” to “Last updated on” in zerif lite theme
- How to restore WordPress backup?
- WordPress function: Creates a term with same name as post name but should also assign post to the term
- WordPress Meta Query with Multi Value Arrays
- wordpress show gallery if post has a gallery
- Popular posts by views, 3 days, 7 days, 30 days not working
- Wordpress blog post still showing after deleting
- Facebook PHP SDK v4 - Getting back only page's scheduled posts
- Wordpress posts order by custom field
Related Questions in FACEBOOK-GROUP
- Facebook / Javascript API Display all data pulled not working
- Get facebook posts from group from others if I am NOT admin
- Issue a request for a user to join a group?
- Facebook token for searching groups
- Facebook - share post from website
- Facebook Graph API Groups
- Facebook Graph API - group URL to ID
- Facebook group wall on some other website
- FQL Friend's groups
- How do I find my Facebook group ID?
- Attached links to posts in the Graph API
- Is there a way of scraping content from Facebook groups?
- Facebook Group Invite from Website
- Post in Facebook group feed has no "from" field
- FQL and/or Graph Calls only return a limited list of users groups - thoughts?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I think this is because the user has disallowed the apps to access a particular category of his/her personal information.
People on Facebook who can see your info can bring it with them when they use apps. However, a user can control the categories of information that people can bring with them when they use apps, games and websites. And, I think the user in this case has disallowed the apps to access his/her posts and that is why the
fromfield in the JSON output is missing.You can find more information about it here.