Search results

  1. C

    Facebook api PHP SDK?

    I've recently started learning the Facebook PHP SDK and was wondering if someone could tell me the calls I need to make for certain things, for example getting the users feed is done via /userid/feed, but how do you get the entire feed (including posts from friends) rather than just that...
  2. C

    Extracting information between tags in PHP?

    I want to know how I can get the contents of any, for example, div tag with a specific class. So I have <div id="whatever" class="editable">I want to extract this information, then replace with with a PHP function</div> How do I parse the PHP to store the information within the div, then...
Back
Top