"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."
|
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.
|
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. |
|||||
|
|
I have got an solution for this problem.we can Simply remove SBJson file from libGDataTauchStaticLib.a then use it. |
|||
|
|
|
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. |
|||
|
|