A social network is a social structure made up of individuals (or organizations) called "nodes", which are tied (connected) by one or more specific types of interdependency, such as friendship, kinship, common interest, financial exchange, dislike, sexual relationships, or relationships of beliefs, ...

learn more… | top users | synonyms (1)

0
votes
0answers
6 views

Social Networking Intent

I'm trying to make a button open options for other social networking apps that they may possibly have on their phone but I didn't include on my social networking page in my App, and this is what I ...
0
votes
0answers
10 views

Couldn't find AOL Contacts API

I couldn't find AOL Contacts API. I'm working on social networking website.I need to import contacts from different sites but I'm stuck with AOL using asp.net Any suggestion?
0
votes
1answer
15 views

Looking for open-source social-networking platform created by Stack Overflow creators

Last year, the creators, or at least one of them, unveiled an open-source social-networking platform. But I can't find this app anymore. Does anyone know what the name of it was? I seem to recall ...
0
votes
1answer
22 views

Does iCloud.com expose users detail/emails via API or some other method like library etc?

I need to import contacts(email addresses) from iCloud.com. I couldn't find any API or library on internet. Does iCloud.com expose users detail/emails via API or some other method like library etc? ...
-2
votes
0answers
11 views

How to develop Instant Messenger (desktop application) like facebook desktop app / yahoo messenger? [closed]

I have a social website where users make friends and chat with each other. I want to develop a desktop application for instant messaging , which will fetch the data from the same database. Please ...
0
votes
1answer
15 views

How to maintain follow list like in Instagram?

I am trying to make a network similar to Instagram / Facebook principle; i.e. there will be many users and they might be connected to one another in uni-directional way. Something like a graph. A ...
0
votes
1answer
9 views

Is it possible to connect multiple Buddypress sites?

I know very little about Buddypress but I am looking into it for a project at work. I need to create a Social Network for a business that owns multiple companies. Then also create separate networks ...
0
votes
0answers
41 views

PHP Ajax Friend Request Not Getting User's ID And Name

I'm Making a Social Network and Having Issues With The Add Friend. When You Click "Add Friend" Below it slides down Says Add user and you can click Yes Or Cancel. If You click Yes, Sends the request ...
-3
votes
0answers
12 views

Can't view my university network anymore [closed]

I Can't view my university network RCSI-MUB anymore .. I tried multiple times but with no hope. I Can't even join the network since its not available on the list. RCSI MUB provides emails to the ...
-1
votes
1answer
36 views

What kind of database connection strategy should i use for a social networking site

i am planning on building a social networking site. I went through stack overflow for finding an answer database connections for social networking site. But it wasn't satisfying. I need to know what ...
2
votes
1answer
47 views

Integrating Tumblr API within my IOS App [closed]

I am trying to integrate Tumblr API with IOS app using TMTumblrSDK , I am still finding it difficult,It is giving me some unknown behaviour. It Means getting reponse like not authorized 401. I have ...
2
votes
0answers
18 views

android: I am implement photo post on wall for facebook.when run in Emulator it works fine but not work in device?

I am implement photo post on wall for facebook.when run in Emulator it works fine but not work in device? Its show on device ERROR: Invalid android_key parameter.The key 3x3UBQp16... does not match ...
0
votes
1answer
21 views

Twitter API oAUTH

I have implemented twitter API (oAUTH) by going through this tutorial http://net.tutsplus.com/tutorials/php/how-to-authenticate-users-with-twitter-oauth/ . Its working and I can update my status ...
0
votes
1answer
35 views

Can I display Google+ Feeds on a web site

Can I display Google+ Feeds on a web site similar to how Facebook and Twitter allow you to have a feed plugin? I'd like my web site to display feeds from all 3 of these social networks.
-1
votes
1answer
39 views

what is the best way to access a class properties in php - magic methods or hardcoding setter & getters [duplicate]

What is the best way to access the property of a PHP Class ? I can either use the Built-in php accessor magic methods or should i hard code the get*() and set*() methods. What would be most efficient ...
1
vote
1answer
27 views

Node size dependent on the node degree on NetworkX

I imported my Facebook data onto my computer in the form of a .json file. The data is in the format: {"nodes":[{"name":"Alan"},{"name":"Bob"}],"links":[{"source":0,"target:1"}]} Then, I use this ...
1
vote
1answer
45 views

How can I get all my posts to other people, not to my timeline?

How can i get, using Facebook Graph Api, all my posts to other people, not to my timeline? I'm trying to use me/posts , but i get all my posts including to my timeline, and i couldn't separate it
0
votes
1answer
29 views

Replace URL social media icon

I'm trying to create share links for social media icons, that will share the current page rather than the specific URL entered in the link. I've managed Twitter and Facebook, but now need Tumblr and ...
0
votes
1answer
33 views

UISaveVideoAtPathToSavedPhotosAlbum not compatible? Need to compress?

I am having issues with UISaveVideoAtPathToSavedPhotosAlbum. I am running a social media site that allows users to post videos and other users are able to save the videos to their Photos Album by ...
-2
votes
1answer
43 views

Starting Tools for a potentially Photo-Social-Networking App? [closed]

I'm about to start creating an app that will eventually be accessible through a website in the future (kind of like Instagram) where there's a user database, each user has some pics stored on their ...
0
votes
1answer
33 views

Post to Facebook and twitter when one button?

can someone please help me out, how would I connect facebook and twitter up to the same button? So for example someone has written a status update, and with a one button press it sends it both to ...
-1
votes
0answers
51 views

How to make News Feed similar to Facebook

I'm making a social networking site for my homework. In this site users can post pictures or status. I want to show these pictures and status on the main page ordered by time(like Facebook's news ...
3
votes
1answer
149 views

Can meteor.js web framework support a social networking architecture effectively?

So I'm new to node.js, javascript frameworks, and meteor.com. I'm trying to learn how to build social networks, and I'm naive/struggling to understand why Meteor.js (meteor.com) wouldn't be able to do ...
0
votes
0answers
12 views

Filter users based on location for a social web app

I am building a social web app and as a part of user registration process we collect City, State and ZipCode. If the users want to search for other users in their area within 15/20/30 miles, how do I ...
0
votes
0answers
28 views

How to Write a Correct Code for Network Resilience Test

I would like to run a resilience test over my own network. As a beginner in R I have some troubles to enter my own network to the "tutorial code" I have. My network is called SAng and consists of ...
0
votes
1answer
39 views

Error in Code for Network resilience test

Before adapt the code below to my own network I tried to run that tutorial code which simulates an failres und attacks to exponential and scale-free networks. However, when I run the code I get an ...
1
vote
1answer
34 views

Analysis of MongoDB and Badges system

We are developing a system which does some statistical analysis based on social networking data, eg: tweets, status updates etc. I was thinking to store user related information on a relational ...
0
votes
0answers
42 views

Hybridauth module social network icons not working with user/register page drupal 6

Hybridauth module social network icons not working with Registartion page (user/register) page drupal 6. And it is working with User login form (/user) page. Permissions were given to anonymous user ...
0
votes
0answers
19 views

Integrating social network engine and survey software

I am creating a closed social network for a client (based on Elgg - www.elgg.org/). There will be about 5,000 members and it is for research purposes. These members will be required to answer a ...
0
votes
1answer
41 views

MySQL: One Auto Increment ID for every entities in the database

i'm working on a social network. With activity (like, comment, follow, post, etc...), user, page-to-follow, album, photo and some other thing. Now, one of the most important things in a social ...
0
votes
0answers
19 views

Social accounts VS site account [duplicate]

In my site, I have a table users and there are various columns such as money, ratio, and other things. I wonder how can I attach those columns to the social accounts (Google, Facebook, Twitter etc..). ...
0
votes
0answers
35 views

vk API response logic

What i do: Compose a request and get JSON response back, which includes info about searched file. Let's search for Metallica, after composing request and sending it, JSON response comes back, like: ...
0
votes
1answer
27 views

Trying to find a good plugin or a way to add counter//share bottons to posts(in search or category page or homepage)

I am trying to find a good (wp)plugin or a code to add social share/counter buttons under my posts. I've tried many of them so far none of them had fb,twiter,google+,linkdin which worked properly. ...
0
votes
0answers
22 views

Adobe Gaming SDK Social ANE - After Facebook/Twitter popup the app is closed

Adobe Gaming SDK Social ANE - After Facebook/Twitter popup the app is closed I'm using the Adobe Gaming SDK's Social native extension, but after the twitter, or facebook popup (after finished twitt, ...
0
votes
0answers
55 views

Weighted adjacency matrix in igraph

I have recently generated the following code to perform a social network analysis with R in igraph. I am not sure whether the results are correct because I don't know how to check using other ...
-1
votes
2answers
102 views

How to integrate with Google Plus

How to configure google application inside https://code.google.com/apis/console/ to integrate with Google Plus. I need common for all the networks functionallity like getting friends, writing on the ...
0
votes
0answers
25 views

February 2013 breaking changes - confirmation option is missing

I'm getting the warning to confirm February 2013 breaking changes: But in the advanced settings I have no option to confirm it: This is an old app that wasn't in use for a long time, and I'm now ...
0
votes
0answers
32 views

WP Social widget counter wont work

I have a social widget in my Wordpress theme that is supposed to count the "likes" and "tweets" from FB and Twitter. The counter dose not work and the author of this template suggested to contact my ...
0
votes
3answers
37 views

Like option in Facebook for Android Platform [closed]

I'm trying to build an android application with integration with Facebook , the application contains only one option "LIKE", but Unfortunately i couldn't find a sample code for android project uses ...
-8
votes
2answers
100 views

How to Implimented live chat in ios [closed]

Is there any tutorial or sample is available implementing Live chat in ipad application.Please let me know. Thanks in Advanced.
0
votes
0answers
36 views

Analyzing a large amount of graphs procedurally

I have a large amount of social network graphs (in .graphml format) that I want to analyze using R and a package such as igraph. However, the computational task is too large to do manually. I am ...
0
votes
1answer
57 views

Limiting access to different user profile views

For a social network style application, there are varying levels of access to user profiles, for instance, full profile (for owner), limited profile (profile owner friend), no access (random user). ...
0
votes
1answer
33 views

Embedding video file only on my site

I hope that my question will be clear to understand. I have some videos and I want to embed them on my website. YouTube is perfect place for them, but there is one problem - I just want to make that ...
0
votes
1answer
32 views

Creating an about me and profile image problems?

I get this error on a university project i'm working on. Each user has a profile in which they can upload a 'profile image' and create an 'about me'. However when you try to submit any profile ...
-1
votes
1answer
65 views

SQL and NoSql at the same time?

my problem : write a social app that has got a wall pages. i am considering using sql and nosql at the same time. CRUD operations to nosqlrepository and sqlrepository at the same time. When to use ...
-1
votes
0answers
37 views

Searching User By Email via API

I would like to know, given the hundreds or thousands of existing APIs on the Internet for different purposes, which "known" ones will return a user's account given his/her email address. Naturally ...
-1
votes
1answer
169 views

how to make my android app sign in by facebook and get friends list like foursquare

i working on android app and i need it to sign in by facebook and get the user friends list to invite them to use the app and publish on there timeline LIKE Foursquare any stable method ?
-1
votes
1answer
38 views

How are online newspapers are publishing their news into Google Plus? [closed]

I knew that Google has disabled Google+ automatic posting. I knew that some apps (i.e. Hootsuite) can post to Google+ pages also. But how are online newspapers are currently publishing their news into ...
-1
votes
1answer
30 views

Launching New Heavy-Traffic Platform, Need Some Server Advice Please [closed]

What kind of server specs should I be using for a content-heavy social network/blog-site that is expecting to have 10,000 to 100,000 unique views per day? Think Mashable, Examiner, HuffingtonPost We ...
-8
votes
0answers
52 views

Can we share status on Google + from windows phone application? [closed]

my doubt is can we share status on Google plus from windows phone application?

1 2 3 4 5 24