• 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

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, 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

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • Creating a Facebook App of Your Own

    Creating a Facebook App of Your Own is not really that difficult if you follow our guide carefully and importantly define the need for Creating a Facebook App.

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

Get new posts by email:

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 (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

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

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