O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by marsee : Mar 19 2010 04:12 PM
One book we recommend for user groups and building community is The Art of Community by Jono Bacon.
There is a book from another publisher that also might be useful called The Rational Guide to Buil... full answer >
Answered by adfm : Mar 24 2010 02:59 PM
If you are part of an informal group that is getting requests to perform work for hire, then you should consider formalizing into an entity that can handle such requests. I'm not a lawyer, but it ... full answer >
Answered by Jefro : Jan 19 2010 05:34 PM
I think it depends on the reasons new users have for joining in the first place. If they are eager but shy, very often new users respond to direct questions more easily than open-ended invitations. ... full answer >
If you need to check whether a user has added my app, use the Users.isAppAdded( ) method:$hasAdded = $facebook->api_client->users_isAppAdded();Users.isAppAdded( )
re...
If you want to test your application as another user who isn’t
a developer, but the Facebook ToS prevents you from creating accounts
that aren’t linked to your real identity, use...
If you have an existing site built with Drupal (http://drupal.org/) and would like to create an
associated Facebook application quickly and easily, use Drupal for Facebook (http://drupal....
Speed is critical. If your application does not load within
milliseconds, it will tend to drive away users. Given the viral nature
of Facebook, such a scenario can occur within ...
Keyword SearchSearches for keyword matches in tweet content.Pathsearch.twitter.com/search.atom?q=queryRequires
authenticationNo.Charged against rate
limitNo.HTTP method
...
Get All FriendsReturns the full list of people you follow.Path/friends/ids.xmlRequires
authenticationYes, if the account is
private (authenticating user must be allowed b...
Delete a TweetRemoves a single status update from the Twitter
timeline.Path/statuses/destroy/id.xmlRequires
authenticationYes (the account owns the
existing update...