For questions related to privacy (user permissions / security techniques, internet tracking system such as Cookies, Web bugs etc.)
3
votes
2answers
666 views
How to generate a good, non-changing UDID on an iPhone
In iOS 5 the usage of [[UIDevice currentDevice] uniqueIdentifier] got deprecated. We are now encouraged to use own-generated UUIDs and store them in the app's NSDefaults. That's OK for most usage, I ...
2
votes
0answers
353 views
How to make Facebook app page invisible so it doesn't reveal identify of our users to their friends?
My site has Facebook Connect to help users with registration and to do this we had to create a Facebook app. And on my Facebook app page, I noticed that it shows list of user's friends who also ...
1
vote
2answers
84 views
Privacy issue with email verification
I'm currently working on a small website and my customer is very concerned with privacy issues.
I'm implementing a user registration with common email verification, i.e. when a user wants to register ...
0
votes
0answers
377 views
How can privacy be set up on Facebook restricting friends of friends from seeing a wall post or any continuing conversation? [closed]
I've run into a problem regarding privacy settings on Facebook. It's a difficult scenario but there surely must be a way to do this.
Goldilocks works for a big organisation and has friends from that ...
2
votes
2answers
104 views
Set privacy when publishing an action
Have anyone heard Facebook say anything about adding the possibility to specify the privacy when publishing an action? I wonder if it's something they plan for the near future or if it will take ...
0
votes
2answers
164 views
how to bugtest facebook apps in private?
I'm just trying to develope a facebook app, so sorry if this question is quite simple. I've set up my App, then entered the canvas URL and thought I could test the app and fiddle around with it in ...
0
votes
1answer
263 views
What are the implications of having a missing P3P file?
I sniffed some Outbrain traffic (e.g. on CNN, find the file called "get" under "odb.outbrain.com/utils" in Chrome's network tab), and found this P3P header:
...
0
votes
3answers
2k views
Use ABAddressBook to get the iPhone user in iOS [duplicate]
Possible Duplicate:
How does Square's CardCase App Do This?
Is this forbidden? Square's iPhone App CardCase seems to be doing this when you create an account. It prefills fields with ...
0
votes
1answer
170 views
Modify privacy settings for Album
I've been searching in a lot of places about modifying the privacy settings for an album, thing that can't be done through GRAPH API; as far as I know.
I would like to know if something has changed ...
1
vote
0answers
292 views
app activity privacy and app_non_users
When using the request dialogue and using app_non_users if a person sets their app activity privacy to anything other than public, their name shows under app_non_users and will not show up under the ...
1
vote
1answer
108 views
Is there anyway that we can update the privacy of existing wall post through api?
I would like to update the privacy of the existing wall post through api.
Is there anyway to implement it?
Or is it impossible for the api to support it now?
Thanks
0
votes
1answer
117 views
XMPP Unsuscribe/subscription state leaks privacy
I'm starting to work with XMPP, and one of the things that stood out right away to me was the fact that since subscriptions can be in just one directions, the roster can have a contact with a ...
0
votes
1answer
38 views
Anonymously linking user data to analytics
I would like to collect analytics on multiple visits from a logged in user, if they opt in.
But I would really like to do it in a way that only the user can link their user account to the anonymised ...
1
vote
1answer
212 views
Privacy settings in photo object, using Graph API
How I can change privacy settings in photo object, when I use Graph API and create new photo in my album? How can I do it in my Android application?
1
vote
0answers
51 views
When does UI (as opposed to widget toolkit type thing) need to know screen dimensions?
In a secure OS, we'd like to not tell applications anything unless they absolutely must know. Say you browse a website through an anonymity network as two different identities by running separate ...
0
votes
1answer
135 views
Data gathering game that is only available to selected people
SUMMARY:
I'm making a free that will only run for 3-5 months or more.
It will ask the user's info, most are not required, basic ones are. i.e. age/gender
The information gathered will be used only ...
0
votes
1answer
114 views
How to inspect about the privacy setting of a given user's birthday, friends on facebook
How can we inspect whether the facebook profile privacy setting for a given user's birthday, friends, family is public, friends or custom....
I am able to get the privacy setting for user's photos, ...
1
vote
2answers
337 views
Too many GET requests for facebook like buttons for a list of items. ANy way to reduce the no of GET requests?
I have 30 facebook like buttons for a list of 30 items on single page. This leads to 30 GET requests, each for a button. Is there a way I could reduce the no of GET requests ?
Also request take too ...
1
vote
1answer
189 views
query privacy setting on profile interests
I'm writing an app to help users understand their Facebook privacy settings. I know how to access the privacy settings for a specific video, note, link, photo, or photo album. However, I want to ...
0
votes
1answer
1k views
How to gather info similar to panopticlick.eff.org
I saw that the website http://panopticlick.eff.org/ gather info about your browser, which makes you unique, even without cookies or IP tracking.
My question: Is there any public available script ...
0
votes
3answers
195 views
How to generate a client ssh key at each connection?
For now, I think that the public key that is used on a client-side is reused several times (maybe as long as the config dosn't change I think). I assume we are using the password method.
This worries ...
1
vote
1answer
984 views
Why doesn't my likebox doesn't show any faces?
I have a likebox generated with this code:
<fb:like-box href="http://www.facebook.com/pages/Browser-Games/260061187354628" width="250" show_faces="true" stream="false" ...
1
vote
4answers
84 views
Is it possible for JavaScript to prevent people from right clicking to save images?
I have been studying JavaScript and I've found so many things what it can do and I feel comfortable using this language, but I'm getting worried about the right click savers out there. Is there a way ...
2
votes
1answer
381 views
Setting Privacy Settings using the Facebook API
I am working with the Facebook API for C#. I am unable to find any reference to changing privacy settings using the API. I've looked at a lot of different places, with no success.
Could anyone guide ...
0
votes
1answer
638 views
How do users control permissions of Timeline actions that are published?
According to https://developers.facebook.com/docs/beta/authentication/, the 'Default Activity Privacy' field in the Auth Dialogue can only have four values: None, Friends, Me only, or Public.
I think ...
1
vote
1answer
2k views
how to change privacy settings for photos posted on facebook via graph API
When publishing a post on the user's wall (via the graph API) I know how to change the privacy settings using the "privacy" field, and it works fine.
However, how do I do the same on a photo ...
3
votes
2answers
242 views
Algorithm for creating anonymous unique identifier from serial number
I would like to log some simple usage statistics for a mobile application. For the privacy of my users, I would prefer not to store their actual device serial number in the database if possible. Is ...
1
vote
2answers
141 views
Git: how can I exclude just one branch from push?
I'd like to continue to push (almost) all branches with a simple git push command, but there are a few things I'd like to be able to keep in Git locally without sharing them with the rest of the ...
1
vote
3answers
84 views
User Privacy and Data Security in Databases
Is there a way to design a database where users' profile data can be protected in case of system intrusion?
For example, private data may be valuable, even though it may not be directly related to ...
2
votes
2answers
504 views
Facebook: post invitation on the Wall anonymously
for the App we are developing now, it could be useful to find a way, when people could post the invitation to our App on the walls of their friends, but stay anonymous. For example, the post with ...
0
votes
2answers
204 views
Is there a Facebook privacy selection widget (JavaScript)
The "post to wall" on the facebook site offers a quite sophisticated widget to select whom the posted contents should be shared with. (Dropdown with Public, Friends, Custom...)
Is this widget also ...
0
votes
0answers
1k views
How can I make my participation private in a public group? [closed]
I would like for my friends and famiy NOT to know when I join or post a comment in a PUBLIC GROUP. I'm going nuts trying to see if I can hide my posts that I made in a public group from my family and ...
1
vote
2answers
132 views
Removing privacy data from a database?
Say that I needed to share a database with a partner. Obviously I have customer information in that database. Short of going through and identifying every column that contains privacy information and ...
6
votes
2answers
383 views
Like button and privacy concern
I'm operating a website within the EU and nowadays there's no way without those social buttons all around (according to "them" "up there").
Recently there's a concern about the legality of this in ...
2
votes
1answer
106 views
Integrating Google +1 button “offline” and without tracking
the official way to include a Google +1 button is to add some javascript hosted on Google's server which draws the button.
For a couple of reasons I don't want this on my site:
Privacy: Social ...
0
votes
1answer
41 views
Phone numbers in web pages & privacy
I think I may already know the answer to this, but here goes.
I have a resume website I am creating, and the owner wants his contact information to be displayed on the page (understandably). My ...
0
votes
2answers
443 views
Usage of social media share buttons (Facebook, Google +1, Twitter) conforming to data privacy law
Background: The Usage of social media features like Facebook‘s „like“ or Google‘s „+1“ is legal limbo in Germany. That is because the button-codes request data from other servers (e.g. Facebook‘s or ...
1
vote
2answers
264 views
Communicating with content scripts without requesting “tabs” permission
When developing a Chrome extension, my background script needs to communicate with the content scripts in the tabs loaded with a particular site.
Is there a way to communicate without using ...
-1
votes
1answer
71 views
Prevent download of unlogged users ASP.NET
Even if a person knows the exact path to the file I want to prevent download unless they are logged in the to the website. I am using Session to keep track of user. I created a class in App_Code but ...
3
votes
2answers
219 views
What IP addresses to use in public bug reports if the actual ones are confidential?
I am wondering what is best practice for using IP addresses in publicly available reports, e.g. bug reports, if I don't want to use the actual one for privacy reasons and don't want to confuse people ...
0
votes
2answers
146 views
Tracking only the page, not the querystring
I'm looking to track only the page the user visits, not the querystring (for privacy reasons).
Is this valid?
_gaq.push(['_trackPageview', document.location.pathname]);
So a page that's:
...
0
votes
1answer
149 views
My data and Google maps - safe? [closed]
Hello people I've got a few queries regarding data and google maps as I am curious.
Say I've got a KML file, I hand that to google maps so it can display it, clearly they've accessed this data to ...
172
votes
10answers
20k views
Why does Google +1 record my mouse movements?
This is only on pages with a Google +1 box on my website:
It seems to be firing off an event on every mouse move. Anyone know what it is doing? I searched on Google (perhaps I should try Bing for ...
2
votes
1answer
84 views
Privacy laws and the Azure platform
While privacy laws are normally outside the domain of us developers, I do think it's an important topic to keep here at SO because we developers should take the responsibility to warn our employers if ...
0
votes
2answers
29 views
Editing Website and Viewing Orders [closed]
This'll be my second time doing a CMS and Inventory Management app for my client. This particular client wants it all to be online. Instead of a desktop app, like I did with my previous client. Which ...
1
vote
2answers
137 views
facebook large app development & facebook approval
I'm developing a Facebook application about two months, and i got about more 3 month to finish it, my worry is Facebook will not allow my app for some whatever reason (it's not evil app or ...
1
vote
1answer
182 views
User privacy in WordPress file access
Is it possible to create WordPress users that can only view their own uploads and not all of the uploads in the media library? If so, how?
Ultimately, I want to have a password protected interface ...
1
vote
2answers
46 views
XML security during website sign-up
I am developing a website which involves a user being able to sign up using their name and e-mail address. I'm looking for a little advice, however, around how to store those details in the most ...
0
votes
1answer
135 views
Question about SecurityPanel
In my app I am using microphone so I use Security.showSettings(SecurityPanel.PRIVACY); at launch. In this pop-up box there is a check box 'remember' - how can I get access to the value of this ...
2
votes
2answers
171 views
Google's charts for your customers?
Do you use Google's charts for your customers to view it?
Google's charts may show report of number of orders or finance. Customer can login to the website and see their orders.
I am concern what if ...
