• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Table of contents for The Developer's Guide to Social Programming

 
Ranch Hand
Posts: 686
Netbeans IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there a TOC for The Developer's Guide to Social Programming book? I could not find on Amazon. There is no preview available. Does this book also talk about integrating services like facebook, google connect, twitter? Integrating in my terms is I want to send the same update across all streams in one shot.
 
Author
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey, Vyas.

Vyas Sanzgiri wrote:Is there a TOC for The Developer's Guide to Social Programming book? I could not find on Amazon. There is no preview available.


A provisional TOC is available here but I've also added an extra part with a walkthrough of integrating all services into a microblog.

Vyas Sanzgiri wrote:Does this book also talk about integrating services like facebook, google connect, twitter? Integrating in my terms is I want to send the same update across all streams in one shot.


Yes, that's right. It includes this as a walkthrough using a PHP web application framework called CodeIgniter. From here, you can send updates to each platform in one go granted you have adequate permissions from users.
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

Post checking the table of contents; the API compatible for LinkedIn Social Networking site is not available in the "Developer's guide to Social Programming" Book.
Any specific reason for the same? Appreciate your response.

Regards,
Teena
 
Mark Hawker
Author
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey, Teena.

Teena Ashar wrote:... the API compatible for LinkedIn Social Networking site is not available in the "Developer's guide to Social Programming" Book. Any specific reason for the same? Appreciate your response.


I think the short answer is really that you can't cover everything. However, since LinkedIn is an OpenSocial container the principles you'll pick up in the section on Google Friend Connect is mostly compatible with LinkedIn. This is also true of sites like Bebo and Ning (for as long as they're around). Just so that you know, any web site can make itself into an OpenSocial container so you're not restricted to platforms such as LinkedIn for development. Being versed in the APIs for OpenSocial will help you learn about the general functionalities of these containers and you can then look into features specific to LinkedIn, for example.

Does that help? In short, I couldn't cover everything but what I did cover will be a base upon which to build on and specialise in.
 
Teena Ashar
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for the response. The information was helpful.
 
Talk sense to a fool and he calls you foolish. -Euripides A foolish tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic