Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Im planning to develop an app which will update the status in facebook and tweet in twitter. How do i start with it?

Thanks

share|improve this question
2  
research, thinking, coding... – Mitch Wheat Oct 13 '12 at 4:25
You're missing a lot of context here. Server app? Native app? Web app? Can help, but need to know more. – James Pearce Oct 13 '12 at 6:52

closed as not a real question by Mitch Wheat, Barak, Uwe Keim, evilone, j0k Oct 13 '12 at 7:29

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

You will need to use both the Twitter and Facebook apis.

You may want to have a look here for the twitter api and here for the facebook sdk tutorial

You may also want to check out this SO question

EDIT: Try JTwitter library

share|improve this answer
does it mean that my app should use facebook sdk and use twitter api in it? – i_ch3ry Oct 13 '12 at 4:37
Yeah, you'll have to use both if you want your app to be integrated with them. From what I hear, the Twitter api is easier to use than the Facebook sdk..but I've never used either. Good luck – Jade Byfield Oct 13 '12 at 4:42
Also, you should check out Jwitter. It's an open source library for the twitter api..should be easier to get set up. I edited my original answer – Jade Byfield Oct 13 '12 at 4:45

Not the answer you're looking for? Browse other questions tagged or ask your own question.