• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Facebook Notes API : Make To Read More

By Abhishek Ghosh July 29, 2014 11:38 am Updated on July 29, 2014

Facebook Notes API : Make To Read More

Advertisement

Facebook Notes API Has Some Interesting Points. Some of the features has been removed in new version of API but still some works in legacy mode. Reader can read the guide on Deploying a Facebook App With Heroku Cloud, in that way; testing the codes and API can be possible with an App without spending any money. As the title tells the need – Facebook and Google Search treats differently from that of normal Status Update posts. Continue to Read More link appears like blog posts on Friends’ Home Feed. Notes are somewhat sticky.

 

Facebook Notes API

 

Official guide for Facebook Notes API (older version) can be found here :

Vim
1
https://developers.facebook.com/docs/graph-api/reference/v2.0/note

Older way of posting Notes on Facebook using Facebook Notes API :

Advertisement

---

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$access_token='Your ACCES TOKEN';
$attachment = array(
'access_token' => $access_token,
'message' => 'MESSAGE <img src='https://your-domain-or-cdn.com/YourImage.jpg' /> ',
'subject' => 'test note'
);
// set the target url
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,'https://graph.facebook.com/id_fanpage/notes?');
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $attachment);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, false); //to suppress the curl output
 
$result= curl_exec($ch);
curl_close ($ch);

Facebook Notes API

Many features has been changed in newer version, however few points remained constant :

Vim
1
2
3
4
5
# access notes while logged in as Profile
https://www.facebook.com/notes
# you can add the Notes application to the favorites for page, Go into 'Admin' (settings)
# and the 'Apps' menu (down left side), then you can select the 'Notes' app to change
# it's settings

Facebook has since changed Notes settings so that way to autopost no longer works for importing blog. However, a Drupal Module exists which is regularly updated :

Vim
1
https://www.drupal.org/node/1838454/release

This Article Has Been Shared 696 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Facebook Notes API : Make To Read More

  • The various aspects of Web 2.0

    What is Web 2.0? What are the various aspects of Web 2.0? Author discusses about Web 2.0 in simple language.

  • How to Create and Manage Multiple Stores with Magento

    How to Create and Manage Multiple Stores with Magento Platform if you are a newbie to eCommerce world ? Magento is easy to install and configure eCommerce CMS.

  • How to Choose a Camera Bag ?

    How to Choose a Camera Bag ? There are various types of Camera Bags are available of different price ranges, choose one that gives you the value for money.

  • When Load Balancing is Required ?

    When Load Balancing is Required ? How you will decide that your website or server needs Load Balancing? Number of pageviews per month does not determines it.

  • Twitter Hashtag, @ and Inline Tweet in WordPress

    We can integrate Twitter Hashtag, @ and Inline Tweet in WordPress in several ways. It matters how you want to use the features in your blog.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (20K Followers)
  • Twitter (4.9k Followers)
  • Facebook (5.8k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.2k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • What is Domain-Driven Design (DDD)? January 23, 2021
  • Top 10 Anti Hacking Software for Microsoft Windows January 22, 2021
  • What is Software Modernization? January 21, 2021
  • Cloud Computing : Cybersecurity Tips for Small Business Owners January 20, 2021
  • Arduino : Independently Blink Multiple LED January 18, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "Facebook Notes API : Make To Read More," in The Customize Windows, July 29, 2014, January 23, 2021, https://thecustomizewindows.com/2014/07/facebook-notes-api-make-read/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2021 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy