Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

"Hello sir/mam I want to share video on youtube and Facebook in my Xcode iOS 5.1 application. although i found the GDATA for Youtube and Facebook iOS sdk.Both work fine in individual project but when i want to use them in a single project then a problem is arise because both of them contain SBJson file.if i rename any one of them then they also not work.Please help me."

share|improve this question
:) and whats the problem in remove one of duplicated files ?! – Malek_Jundi Jun 13 '12 at 12:00

closed as not a real question by Marko, casperOne Jun 20 '12 at 19:49

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.

3 Answers

i have same problem while implementing both in same project.

Here you need to remove some json file from json framework used for facebook because you can't remove files for GDATA, so just keep SBJsonBase.h, SBJsonBase.m, SBJsonParser.h, SBJsonParser.m, SBJsonWriter.h, SBJsonWriter.m, JSON.h and remove all others from json Framework.

share|improve this answer
Sorry it not not works – user1410239 Jun 16 '12 at 13:55
you have to work more on this and you can get solution by this suggestion you can't get any other solution for this.... – Neel Jun 16 '12 at 16:02

I have got an solution for this problem.we can Simply remove SBJson file from libGDataTauchStaticLib.a then use it.

share|improve this answer

yes it is definitely possible to post video on facebook and youtube together. I have implemented this. You need to Implemented complete facebook SDK with Json SBfiles and for youtube GDATA framework available on GITHUB.

share|improve this answer

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