social-networking

Where can I learn more about building social networks with PHP?

Where can I learn more about building social networks with PHP? Preferably, I would like a book on the subject. ...

categorizing friends in social networks

I'm facing tho following problem: let's say u is a social network user and as such has a list of friends, F(u). a partition is a function F->G, where G is a set of groups such as High-school, university, work, etc'. I need to come up with algorithm to partite F: the input is F and also F(f) for every f in F (the list of friends for eac...

Jamroom Alterntive

Hi, I'm looking for an open source or free alternative to Jamroom. (www.jamroom.net) I tried doing google searches for the past hour but I may not be searching for the right key terms. I would so grateful if someone knew software similar to this, I want to be able to upload Artist Music, Album covers and details and to be honest as many...

Creating a Reddit/Digg/Hacker News clone

I am looking to launch a site like Reddit/Digg/Hacker News internally in my company that lets people submit links, vote on them, and discuss them. The feature set doesn't need to be any more complex than Hacker News. I am looking for an existing platform that can do this and satisfies the following requirements: If it's open source, it...

what's the best way to search a social network by prioritizing a users relationships first?

I have a social network set up and via an api I want to search the entries. The database of the social network is mysql. I want the search to return results in the following format: Results that match the query AND are friends of the user performing the search should be prioritized over results that simply match the query. So can this...

Facebook connect displaying invite friends dialog and closing on completion

I'm trying to create a Facebook Connect application that displays a friend invite dialog within the page using Facebook's Javascript API (through a FBMLPopupDialog). The trouble is to display a friend invite dialog you use a multi-friend form which requires an action="url" attribute that represents the URL to redirect your page to when...

Google Social Graph API, working as intended?

Hey, I'm experiencing some problems with Google's social graph API. It seems that for some parameters passed to 'otherme' nothing is returned. I'll use Robert Scoble's profiles as an example (as he's a guy sure to be everywhere on the web). If I query: http://socialgraph.apis.google.com/otherme?q=http://twitter.com/scobleizer&prett...

can I find if 2 users are connected on facebook or Orkut? is there any API from either to find it?

I would like to know if I am connect another person (say jack) on Facebook or Orkut using an API. I should be able to use it on my web application. ...

Need a quick jquery solution to capture the current url and inject it into another url link

Howdy, My brain is fried ATM and I have a looming deadline, I am looking for a way to grab the currently viewed pages url and place it into another link for bookmarking/social links. Facebook link:http://www.facebook.com/share.php?u=[PAGEURL] Myspace link:http://www.myspace.com/Modules/PostTo/Pages/?u=[PAGEURL] Twitter link: http://twi...

MySQL Challenge: Social Graph Calculations

Hello StackOverflow, my new friends! I have a challenge I'm facing in my social networking app. The goal is to calculate the popularity of a user's "peers" - user's friends' friends. I do this today no problem, but it's one of the more time/processor intensive operations, and I'm embarking on a new phase of business development which w...

Wesite design/programming considerations to protect children on a social network website?

I'm developing a social network site its currently in the planning stages. One of the concerns is its likely the largest group of users are likely to be children. Users will be able to post content and comment on other users posts. What can I do to reduce the risks of :- Bullying stalking Users disclosing contact details publicly User...

Trying to get facebook/twitter/myspace statuses and other data for statistics

hi I was wondering if anyone knows how to gather data from millions of people around the globe via these social networks in order to get the statistics. I need this for a project I'm trying to do and do not need to know the actual person posting such information (such as statuses, comments, information about them, etc) so as not to brea...

Why is there a Digg icon at the bottom of pages that don't have any Digg buttons?

I've added a Digg button to all the items in my site. The javascript required for dynamic Digg buttons is just before my </body> close tag. <body> ... <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script> </body> Everything works on pages that have the dynamic Digg buttons on them, but on pages that...

What would I need to know to build a social network from scratch?

Particularly, I am interested in hosting for such a web site? Would I have to get my own one? About the web site itself: it's going to be the place where people meet each other all over the world. ...

OAuth request token for an installed application

Hi all I'm trying to use/understand Google request token mechanism. I intend to use it for an application I've start to develop to access Orkut data using OpenSocial API. I read this document that explains the steps to obtain a token for an installed application. This document tells you to use the OAuthGetRequestToken method from Goog...

How would ning database structure be?

I was just wondering how woudl the database structure of NING would be. would it be creating seperate tables for each of the site created in it? or would it be using same table for different modules with a website id column in each table? if i would need to search about this kind of database stucture? and reference to read about? ...

Is it OK to save Twitter passwords for easy login via the Twitter API?

I'm writing a tool in our web app to allow our users to tweet certain things about our app via the Twitter API. In all the documentation I've seen the Twitter API has you submit the user's username and password via XML or JSON. It would make sense from a usability standpoint to save the username and password for easy reuse (so they don't...

Patterns for building social network type applications?

I need to design / architect / develop a web based social network type application. Basic functionality: - users create accounts on the system - users agree to "friend" each other - users create content within system - users specifies which friends may view/edit content that they created Surely this core functionality has been cr...

Looking for ways to prevent users from contributing tasteless content.

Hello. For my upcoming social network site, I would like to stop participants from contributing tasteless content (text, pictures, videos, audio). I am devising a mechanism of moderation but I believe soon the amount of content being contributed will outgrow my teams capacity to proof-read. I am looking for ways to automatically handle t...

Problem with Insoshi install script and mysql

hi Guys, i have a problem regarding the installation of Insoshi. I followed the insallation instructions in the Readme file of Insoshi. My problems occur when i try to run "script/install" The readme file says, that when the script fails, there is something wrong with the database configuration in the database.yml file. But i checked i...