Durevo's new look - Lancer CK2 MX touring 360 view.

Durevo is back in action after long 2 months of repairs followed by the big accident happened since ever. (3 vehicles clashed in a row.) I would like to thank LOLC insurance for contributing alot to resurrect durevo back. They have claimed 97% of the total bill of 275K of LOMO <-- the garage. Bit worried about how it took almost two months to get done the work, But overall i would say LOMO seems to be a very good garage in the area with quality work done by professionals in the subject. Bit pricier than 'aba gaha yata garages' but i would say its worth the price.

Mitsubishi Lancer MX Touring 1997 
(Note - if you are looking for the stock car's 360 view, please note few mods are here in this car: they are only the rear spoiler, side skirts and lips for the rear bumper.)




Full link: http://3dbin.com/publicjs/xuccpsup

Removed the front bumper due to the very low ground clearance. Here is the comparison of earlier and now. Its not bad huh! pretty decent looking now :) but the rear spoiler is still there to provide the `sporty` look.

  

   







Introduction to Facebook OpenGraph custom stories


Nowadays Facebook has become one of the coolest ways to share information with people. So more and more developers tend to integrate Facebook sharing/like features on their Apps to reach more audience.

Typical Facebook posts look like "Someone shared a post" or "Someone likes a Post" but in OpenGraph you have the opportunity to design your Story from the ground level with appropriate grammar and stuff. ie. "Someone ACTION'S a OBJECT" This awesome possibility of Facebook has opened Facebook developers to use this so called "FB OpenGraph" to create various kinds of good looking sharing posts.

Example Facebook OpenGraph story look like this.



In this example: ate is the Action & dish is the Object.
Basically these are the two things which makes an OpenGraph custom Story.

  • Story = FB_OG_Action + some_joining_word + FB_OG_Object
  • Object is where those attributes including Post title, description, Picture and many other are bind with.
  • For the Action you can specify the attributes like Location etc.
Let me introduce you some of the biggest advantages of OpenGraph; well some use-cases!
  • Custom storie; ie. "Someone reads a book"
  • Sharing user Game scores/achievements to FB with OG "Someone scored 5000 on FlappySnake, woohoo!"
  • Normal Facebook feed share doesn't allow uploading images hence we had to mention a direct link to a image in the code. But using OpenGraph stories we now have the capability to upload the images to Facebook servers and use it from their. So the big overhead of storing images are been handled by this as well.
As FB developers site has more than enough information related to development and documentation stuff I am bit lazy to reinvent the wheel here :) Go read the docs to code! its pretty straightforward. Wish you all the best with FB Open graphing.

Side-notes:
  • Open Graph stories need to be approved by Facebook team before you can allow it to be used by general public users of Facebook. Until then only what you can do is Test with the FB account which you created the app  (you also can add more Test users via the Facebook's apps admin page.)
  • The review process might take 4-10 days.