Results 1 to 2 of 2

Thread: Add Tweets to Your PhpBB-based Website

  1. #1
    Osana Pancha is offline Member
    Join Date
    Aug 2009
    Posts
    38
    Rep Power
    0

    Default Add Tweets to Your PhpBB-based Website

    Twitter has become one of the easiest ways to communicate and provide updates to acquaintances. which is why it is so popular these days. Most organizations are using Twitter as a news broadcasting channel. A. nice way to utilize the functionality provided by the application is to integrate it with your website. In this article. we show how you can do It. But before we start. please note the code discussed here is for integrating Twitter on a PHPBB-based forum. However. the Twitter code can also be used on other forums or websites as well.

    Twitter provides you APIs to display your status on the forum. You may update it. retrieve user information. send direct messages and do other similar stuff. So first you need to understand how the Twitter API works. Here. as we shall be posting a tweet (a short message on Twitter) for the first time. we need to fully understand the user timeline API. This API lets you retrieve 20 latest posts from a single user. However. it does not let you retrieve other user's status or timeline. As Twitter is HTTP-based. you can pull or push your status through simple HTTP GET and POST methods. which makes it easier to use. Also the application uses REST (Representational State Transfer) style of architecture. which is a software architecture for hypermedia systems. It is an extension to HTTP and lets you use plain text. audio/video. graphics and hyperlinks together for creating content. So it simplifies the process of text-based communication.

  2. #2
    James.Matt is offline Junior Member
    Join Date
    Jan 2012
    Posts
    4
    Rep Power
    0

Similar Threads

  1. PhpBB 3 examination
    By Millerjames in forum Software Jargons
    Replies: 0
    Last Post: 05-27-2010, 03:01 PM
  2. looking for buy one website
    By WilsonMartin in forum General Internet Terms
    Replies: 0
    Last Post: 02-02-2010, 04:14 PM
  3. Website
    By Devin Lee in forum General Internet Terms
    Replies: 0
    Last Post: 11-02-2009, 08:04 AM
  4. Tweetdeck finding popular tweets
    By Franca Garcia in forum General Software Terms
    Replies: 0
    Last Post: 08-25-2009, 05:26 AM
  5. Website
    By roystin in forum General Internet Terms
    Replies: 0
    Last Post: 04-04-2009, 07:56 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48