|
Is it better (more convenient or secure) to provide users with a lost username or password via direct message on Twitter rather than via email?
Started by leeand00 on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Unless your site is itself a twitter client, then....
And yes the user can access twitter in an unsecure way over else to your user via direct message if he's not following you on twitter.
Only the user can read it.
|
|
I have an app where I pull in tweets with a certain hash tag. When I find the hash tag the app automatically creates a user if they don't exist. When the user logs in via Twitter, I want be able to present them with their friends which are also using ...
Started by Seth on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
An API call that just returns the IDs of a Twitter user's friends and returns upwards of 5000, howeverGiven that most Twitter apps have a per hour limit on API calls you really should cache pretty much to write something that will....
|
|
I am implementing some ruby on rails code tweet stuff for my users. I am creating the proper oauth link...something like
http://twitter.com/oauth/authorize?oauth_token=y2RkuftYAEkbEuIF7zKMuzWN30O2XxM8U9j0egtzKv
But after my test account grants access ...
Started by Tony on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So if your app is a web app, then there's a bug either to keep your users safe.....
But the PIN is only necessary to be entered manually by the user if your application is a desktop and the user shouldn't have to see or enter this.
|
Ask your Facebook Friends
|
Is there another way to find people on twitter other than knowing the exact username?
I've had no luck
Started by Juan Manuel on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
As an alternative to the Find People page on twitter.com : if the user didn't twitter search with these syntax:
near:theTownYouThink within:10mi
Here is an article about Twitter's.
They're already users.
|
|
Occupy: Twitter still trying to claim that tweets belong to users, not Twitter
In the US, law authorities are trying to seize records from Twitter of Occupy activists' tweets going back many months.
http://www.guardian.co.uk/technology...new-york-court...
Started by zara55 on
, 14 posts
by 6 people.
Answer Snippets (Read the full thread at thestudentroom):
Re: Occupy: Twitter still trying to claim that tweets belong to users trying to claim that tweets....
Re: Occupy: Twitter still trying to claim that tweets belong to users, not Twitter
Reminds me of Godfrey v Demon Internet.
|
|
I'm a recent convert from Facebook to twitter, deleted my Facebook and am getting into twitter now I've got the hang of it.
Who prefers what and why ?
I prefer twitter, short and sweet.
What's your twitter account if you want a follow from a fellow #trancefamily...
Started by Northeastraver on
, 15 posts
by 4 people.
Answer Snippets (Read the full thread at trancefix):
I use Twitter....
I also deleted my Facebook.
I thinks it's great for keeping upto date with news, dj releases .
I dont use it for much more than the follow I use Twitter sometimes.
PaulNangle
Truth be told here I just use Twitter for a laugh.
|
|
Do you follow any celebraties on twitter? Who's the most interesting?
Started by MrsNewman on
, 11 posts
by 8 people.
Answer Snippets (Read the full thread at cafemom):
I'll have to check our.
No twitter for me Posted on CafeMom Mobile very cool.
I have not given in to twitter yet, lol I follow a lot of celebs...I guess the most interesting are interesting to me.
|
|
How many people currently use Facebook and how many use Twitter?
I am looking to see how the percentages vary in our local SpiceCorps groups from the whole community so don't be shy...
Started by SW-Desperado on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at spiceworks):
Have Both, mostly use FB though FB-Yes
Twitter-No No, No Facebook = Y
Twitter = N ....
Twitter yes
Facebook no I use both, just not at work as they're blocked externally :( Nope I use Facebook, but I find Twitter quite useless.
|
|
Http://news.yahoo.com/twitter-users-...041121950.html
Quote: : The Internet is not a law-free zone, the government's top law officer warned Twitter users, adding that he would not hesitate to take action over offending posts.
Attorney General Dominic ...
Started by xanis on
, 16 posts
by 12 people.
Answer Snippets (Read the full thread at anandtech):
News/uk-wales-17515992
Fabrice Muamba: Racist Twitter user jailed for 56 days That is when you just.
|
|
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...
Started by Adam on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
OAuth is an authentication protocol that allows users to....
Try Twitter's OAuth Authentication instead.
While you can certainly store people's usernames and passwords for use with the Twitter API, this is not the recommended approach.
|