Hey is it still possible to post to users who liked a page(Open graph self hosted object)?
This feature was once released and would be so usefull for my project:
https://developers.facebook.com/blog/post/397/
http://www.insidefacebook.com/2011/02/23/how-publish-like-button/
The feature you're referring to was removed in November 2012 - https://developers.facebook.com/docs/reference/plugins/like/migration/
Related
I remember when I was using Graph v2.8, I could set custom picture and caption for link. Now it is impossible for v2.9. Is there some kind of workaround without specifying og: tags.
How it was on v2.8:
How it is now on v2.9:
Unfortunately there is currently NO publicly known workaround.
According to facebook developers blog:
As part of our continuing efforts to stop the spread of misinformation and false news on our platform, earlier this year at F8 we announced an important change to our Graph API: Graph API version 2.9 includes a 90 day deprecation of the ability to edit previews attached to link posts.
https://developers.facebook.com/blog/post/2017/06/27/API-Change-Log-Modifying-Link-Previews/
The feature works for API version < 2.9 until 17th of July 2017, though.
FIXED:
is a known facebook bug:
https://developers.facebook.com/bugs/1408009512775909
original post:
I'm sharing a link through:
https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://site&p[images][0]=urltoimg&p[summary]=summery&p[title]=title
when i use the url it shows a perfect preview (all my custom stuff is there). But when i click share, it uses the shared sites opengraph crawled information.
This exact method worked in 2013 (okt/nov/dec).
Does anybody know what changed? Or what i'm doing wrong?
How can i override the crawled info?
thanks
From 2014 in such cases better to use "Feed and Share dialogs":
https://developers.facebook.com/docs/reference/dialogs/feed/#redirect
Example:
https://www.facebook.com/dialog/feed?
app_id=145634995501895
&display=popup&caption=An%20example%20caption
&link=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fdialogs%2F
&redirect_uri=https://developers.facebook.com/tools/explorer
Link to parameters:
https://developers.facebook.com/docs/reference/dialogs/feed/#params
At https://developers.facebook.com/docs/reference/api/publishing/#other I see that the feature to post to timeline is removed. Will it be possible in a way to post to the timeline after that feature is removed?
Posting on own's timeline /me/feed is not been removed. Posting on other user's/friend's walls is removed. For latter, you may use Open Graph concepts.
You can follow the similar question here: How to post on a friend's Timeline after the February 2013 migration takes effect?
Thursday i could connected with user album and photo. but Friday & today (Monday) i can't..
there is something bug with Graph API??
and how to create album in page (business page) with Graph API?? i got the identifier and i can access with https://graph.facebook.com/121845897865800 but if i check manually in my page, i couldn't find that..
i using permission: publish_stream,offline_access,user_photo_video_tags,manage_pages
need help!!
As for the first matter, things like to go in and out with the facebook API. It may even be a result of the devs trying to fix the issue with your second point. If it does not fix soon, fill out a bug report or search the forums
as for the second this is a known bug:
http://bugs.developers.facebook.net/show_bug.cgi?id=11254
http://bugs.developers.facebook.net/show_bug.cgi?id=10607
I suggest adding your email to the bug reports to keep track of facebook's progress with fixing them. Facebook says "it is being actively worked on." whick means it could be a while.
How can I add a wall on my facebook-application (fbml).
Do I have to store the wallposts (user-id and comment) in my database, and display them using fb:wall, fb:wallposts, or is it a plugin like fb:comments for this? If so, how do I add a textfield/form for interacting with the wall?
Figured it out. It has to be stored in a separate database. fb:wall etc. just mimics the look of a wall-
http://developers.facebook.com/docs/reference/fbml/wall/
FBML has been deprecated. Starting June 1, 2012 FBML apps will no longer work as all FBML endpoints will be removed. If you are building a new application on Facebook.com, please implement your application using HTML, JavaScript and CSS. You can use our JavaScript SDK and Social Plugins to embedded many of the same social features available in FBML.