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.
Related
I have a problem publishing my video on Facebook. I'm building a web application (API), I implemented Facebook Graph API docs to publishing video on a Facebook Page. Everything work fine, but if someone on Facebook visits my Page, they don't see the post, video isn't show with them. The post is set public mode, not limit everyone. I have raised a question, is that access token generated from Graph API Explorer only supports for testing user? Has anyone answered this question for me?
I'd like to add Facebook sharing to a Unity app. The basic idea is to:
Create a Facebook page for the app.
Enable the users of the app to post screenshots from inside the app onto the apps facebook page.
The idea behind it is to have access to all posted screenshots by collecting them on the apps facebook page. Can this be done using Facebooks Unity plugin?
If yes:
Does the user first need to "befriend" (join) the apps Facebook page?
Does the app need to go through Facebooks review process?
If a user posts a screenhot to the apps page, is the screenshot then also visible on the users facebook feed or only on the apps facebook page?
Considering the nature of the questions it's obvious that I ain't a Facebook user. So your help is very appreciated.
Thank you.
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
I am fetching the posts of my app page using FB graph api and displaying them in ios app webview. I have a share button and it uses facebook sharer.php to share a post.
Now, my problem is that after sharing or cancel, the user is sent to facebook page and not to my web page.
I tried FB dialog feed which is supposed to solve this issue, but, FB dialog feed does not allow sharing of pictures hosted in FBCDN server .
<?php
$shareurl="http://www.facebook.com/dialog/feed?app_id=".$appid."&link=".urlencode($link)."&picture=".urlencode($pictureUrl)."&name=".urlencode($name)."&caption=".urlencode($caption)."&description=".urlencode($description)."&message=".urlencode($message)."&redirect_uri=".$redirectUri;
?>
Share
Automatically, all my app page photos are uploaded to FBCDN(http://photos-b.ak.fbcdn.net/hphotos-ak-ash4/444_420079768083032_1721580062_s.jpg) So, I cannot use FB dialog feed.
I checked many similar questions in Stackoverflow which suggested dialog feed.
Is there a way to redirect sharer.php?
How to post in facebook fanpage automatically from my website ?
for example when i update new post in my website and i need to post in facebook fan page automatically....
I believe Facebook offers a certain number of APIs which would allow you to integrate Facebook into your own website to some degree; you can always try their dev centre.As far as I know, however, you can only post to Facebook through social networks like Twitter (see: linking a Twitter account to Facebook), or through Facebook apps you've developed yourself.
You need to create facebook app and use the app secret key and and API key in facebook SDK
script for automatic posting. for more details click the following link. I think this may help you. http://www.damnsemicolon.com/php/auto-post-facebook-with-facebook-sdk