|
I want my Facebook status updates to update my Twitter account when I post something on Facebook. But when I post something on Twitter I don't want it to update Facebook.
Is there a Facebook app or configuration in Twitter so I can do this?
Started by Gowans007 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Selective Twitter sees that and updates your FB status.
After you've installed it, you append your Tweet with a "#fb" .
To sometimes update FB from Twitter, look into Selective Twitter on Facebook.
|
|
I'm looking for a service (or Facebook app) that will check my Twitter account and update my Facebook page whenever there is a new post on Twitter. So far I've tried the following to no avail:
Twitter facebook app Ping.fm HelloTxt.com Any ideas what I...
Started by Russell C. on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The advantage of this app is that it's selective, it only updates FB if your tweet ends... .
I use Selective Twitter Status, it's a Facebook app (3rd party) that reads your Twitter stream and updates your Facebook status from it.
|
|
I want to display some text on twitter/facebook when a link is clicked on my website. Is there a way in jQuery to do that?
Started by Pankaj on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
EDIT:
JavaScript doesn't allow cross site scripting, so you can't update twitter to Twitter or Facebook (there are scripts that do this in a lot of different languages)
Something running in the ....
To Twitter/Facebook.
|
Ask your Facebook Friends
|
I want to write a Ruby application through which:
I can submit tweets to twitter. I can submit a post to facebook. I can manage real-time stats of tweets Is there any twitter/facebook api for Ruby?
Started by RPK on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Use whatever language(File.expand_path('~/.twitter....
It's completely language agnostic.
For FacebookThe Twitter API is a RESTful web service .
I use the Twitter gem and am quite happy with it.
Not sure about Facebook.
You want.
|
|
Is there an app for Windows like EventBox (OSX only) that allows me to manage Facebook, Twitter and Google reader from 1 place?
EventBox screenshot
Started by Muhammed Alhabash on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
(Of course, you can manage Facebook and Twitter on the sidebar, while having Google Reader opened, I guess that could be a solution....
Not sure about Google Reader, though.
Including managing Facebook, Twitter, and other ones.
|
|
Hi
Any APIs or application that could be used to pull a RSS feed and put it on a configured Facebook, Twitter, ... account ?
Kind of a Add This but in something like a Windows Service
Thanks !
Patrick
Started by PBelanger on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Twitterfeed will post your RSS feed into Twitter and Facebook..
Check TweetMiner that does the job for Twitter .
|
|
I want to develop a python desktop app which interacts and posts its content on facebook , twitter or gtalk as a message . is it possible?... tutorials and ideas will help
Started by mekasperasky on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The Facebook API isn't actually what you want - it helps you write applications....
You can check out APIs of Facebook , Twitter and Gtalk
The Twitter API will help you for Twitter, since it's intended to help you post messages.
|
|
I'm developing a Java ME app and I want to give it social features. Is it possible to connect to Facebook or Twitter directly from the app, without an intermediate server?
Started by limitedmage on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Java Client Libraries for the Twitter API
Facebook access for Java
Those should get you started.
|
|
Hello friends, I am developping an ANDROID smùall application. It will just handle connecting et and managing one facebook and twitter account. How this can be done on ANdroid plateform ? Can someone show me a ressource wich can help me
Thank you GUYS...
Started by Mamadou on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Instead....
For twitter I have learned that the Intent API exposed by Twidroid is not really nice.
You can use the DefaultHTTPClient class in the Android SDK for making HTTP requests .
You'll need to use the Facebook API and Twitter API .
|
|
There are pros and cons for having the login process on the website done through Facebook Connect or Twitter sign in, rather than rolling your own registration process:
Pros:
use existing account -> less steps (registration/verification) get a lot ...
Started by Julien on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Honestly though, do you think your own registration system would have better uptime?
The fact they have been hit by a DOS attack will now lead them to make their infrastructure more robust, so in future I'd expect them to be much better placed to deal... .
|