I'm new to facebook integration. I want to develop an intranet site which can display my personal news feed or timeline by selection. I searched for this but getting tips only for displaying a page newsfeeds and likes. But I need it for personal newsfeed.
Thanks.
Found that it can be retrieved using graph API with 'read_stream' permission
https://graph.facebook.com/[YOUR_ID]/home
Related
I'm able to see the open graph post in facebook web newsfeed but not able to see same post in mobile facebook newsfeed? What can be the reason ?
Thanks in advance!
After some research i concluded the below things:
Facebook don't allow "Open Graph" on mobile site or on the mobile app. Just to reduce the traffic. It seems that some algorithms are working which prevent this post for the mobile sites.
So if "Open Graph" story/post would only be visible on Facebook web site and that is in the current activity log first and after some time on User's Facebook wall post.
I have a Facebook application that posts to the users feed when they are using my application.
My company, which developed the Application, have their own page (as a page of my personal Facebook account).
Is it possible when the user Logs In to my app with their Facebook credentials that I can post to their feed (I can do this) AND to the feed of my Facebook business page at the same time ?
If so, any pointers/guidance would be appreciated. Thanks.
Yes this is possible, no not at the same time and not the same feed story.
If you grant publish_stream permission to application this is possible without interaction of user with Feed Dialog, if not you'll need to bring Feed Dialog twice (one for personal profile and one for page publishing).
I have a Facebook Fan Page. I could embed this feed into a site using Facebook's social activity plugin right now and we'd have nothing else to discuss. HOWEVER, when I do this, it only includes the content the PAGE posts, not the fan-submitted content. I'd like to have an embeddable stream of my actual page wall, which includes my content and fan-submitted content. Any ideas?
Per the documentation at https://developers.facebook.com/docs/reference/plugins/activity/, the social activity plugin is working as described. (of note,
The activity feed displays stories when users like content on your
site, when users share content from your site in Facebook or if they
comment on a page on your site in the Comments box.
If a user is logged into Facebook, the plugin will be personalized to
highlight content from their friends. If the user is logged out, the
activity feed will show recommendations from across your site, and
give the user the option to log in to Facebook.
To get the functionality you want, you will have write your own plugin.
I created a Facebook APP which is being used for FB Connect Feature... everything is working fine.
But now I would like to display my APP on the Wall and News Feed, and also give the user the opportunity to share my APP.
How can I do this? I searched on Google and checked the Facebook API but couldn't make it.
Check out the Facebook Social Plugins...
Here you will find methods to embed share and like buttons on your site. When users interact with these social plugins, stories will be created on their feed and their friends will see this activity.
I have web portal. I need to somehow get all Facebook wall posts from just one specific user or group( that represents my web portal). I need to have wall posts available on my web portal for further processing.
I will be also needing an option for posting messages from web portal to FB user/group wall.
I haven`t worked with FB API until now, so any materials, tutorials that can lead me in right direction would be of great help.
Can this be done without creating Facebook application?
Thank you
No,
Facebook just like that does not share its user information.
you will have to create an app on facebook to authorize urself,and on your web portal you will have to sek users permission before getting any user info.
craete facebook app here https://developers.facebook.com/apps
You can choose between javascript sdk and graph api on how you want to get user data.
You can use publish_stream permisiion to get the post on user wall.
Can this be done without creating Facebook application?
NO
Tutorials and materials:
Graph API
Samples & How-Tos
Google, but I would be careful here. Try to search for updated tutorials (written or updated on 2011)
I used this http://neosmart.de/social-media/facebook-wall its fb.wall plugin into jQuery .js library. It easy and can be edited symply via CSS