Facebook SDK

We are advertising for our apps using Facebook and it is suggesting that we incorporate the Facebook SDK to be able to track downloads better...just wanted to see if this was posisble to do in apps created in DPS before dedicating time to doing this...

Currently not posiible to integrate facebook SDK to track app downloads.

Similar Messages

  • Facebook SDK for Windows Phone 8.1

    While integrating the Facebook SDK into my Application I found that there are a few problems with the tutorials and guides they've provided (of which the most annoying is that the Login Control does not have an App ID property). 
    Are there any tutorials which would walk me through the process of using the Facebook SDK?
    Are there any tutorials which would help with integrating to other social networks?
    Thanks
    MSDN

    Check out this blog on how to use Facebook authentication in Windows Universal App:
    http://blogs.msdn.com/b/wsdevsol/archive/2015/02/12/integrating-facebook-authentication-in-universal-windows-apps.aspx
    Bret Bentzinger (MSFT) @awehellyeah

  • Any ideas on and error that says:  The operation couldn't be completed. (com.facebook.sdk error 2.)

    I got an error stating: the operation couldn't be completed.  (com.facebook.sdk error 2.)  Any ideas on what is wrong?

    10shamrocks wrote:
    I got an error stating: the operation couldn't be completed.  (com.facebook.sdk error 2.)  Any ideas on what is wrong?
    Not really. Never used Facebook. I'm perfectly content without social media.

  • Android resources with Facebook SDK 4.0

    Hello,
    I am trying out the latest Facebook SDK for Android to create an ANE but I have quickly run into issues with resources.
    FacebookActivity class uses R.layout.com_facebook_activity_layout and R.id.com_facebook_fragment_container.
    If I use the R.* mechanism then the application crashes with 'resource not found' exception,
    if I use aneContext.getResourceId then it does not crash but outputs warnings
    W/ResourceType﹕ getEntry failing because entryIndex 10 is beyond type entryCount 3
    W/ResourceType﹕ Failure getting entry for 0x7f04000a (t=3 e=10) in package 0 (error -2147483647)
    I use platform.xml to specify packaged resources. I have to say, I use the same ANE setup (ie. resources packaging) with Facebook SDK 3.23 and it works fine.
    The new Facebook SDK works fine in native Android app but in ANE it seems to be failing in class FragmentManager so it basically cannot find the container view.
    case Fragment.CREATED:
      if (newState > Fragment.CREATED) {
      if (DEBUG) Log.v(TAG, "moveto ACTIVITY_CREATED: " + f);
      if (!f.mFromLayout) {
         ViewGroup container = null;
         if (f.mContainerId != 0) {
             container = (ViewGroup)mContainer.findViewById(f.mContainerId);
             if (container == null && !f.mRestored) {
                 throwException(new IllegalArgumentException(
                         "No view found for id 0x"
                         + Integer.toHexString(f.mContainerId) + " ("
                         + f.getResources().getResourceName(f.mContainerId)
                         + ") for fragment " + f));
    Any ideas that I could try to fix this?

    Oh well, so I found out it was actually failing to get the resource R.string so I modified the Facebook SDK source
    and replaced R.string calls to ANE Context's getActivity().getString( getResourceId( resourceId ) )
    I tried using the platform.xml and packagedResource for various com.facebook packages but still could not get it to work
    with the R.* mechanism so this will have to do for now.

  • Using Facebook SDK in Air HTML environment

    Hi,
    I am building an AIR application using HTML/JS and I'm trying to work with Facebook Javascript SDK for some simple functionality.
    It seem however when running and an AIR environment I am not able to access the FB object.
    I have the SDK locally so I know its there but simple FB.init() and FB.login() are non-existent and without errors...
    I also tried using the FB AS3 library by incldeding it in <script> tags but this gives me an error
    TypeError new window.runtime.com.facebook.graph.Facebook() is not a constructor
    Don't know if its because my xml namespace is version 2.0 and not 1.5 (1.5 errors as well but it says some IFilePromise class is not found.
    Can the Javascript SDK be used in building Adobe AIR HTML apps?

    Annoyingly the SDK hasn't been updated in over three years. I've had a casual look via Visual Studio's object inspector to see if I can spot any new methods or properties that could be useful but if they are there then they are hidden well. Media Kind, for example, was introduced in iTunes 9, I think, but can't be read from code.
    I don't know what tasks you're hoping to automate, but you might find some of my scripts useful either in their own right or as food for thought.
    tt2

  • Login Button control provided by facebook SDK does not have Application ID property

    I have been following this link http://facebooksdk.net/docs/phone/controls/login-ui-control/ to play with facebook API to make application for some page but I have encountered a problem in the very end where blogger asks you to give your AppID to application
    Id in properties Tab but when I came to put my facebook AppID I figured there is no Application ID property there. 
    Is anyone had that problem? or Is ther any other blog or SDK to follow in order to make facebook application for a specific pafe for WP8?
    I would be really helpful.
    Best Regards,
    DevImran.

    Hi Devlmran,
    For a more sufficient suggestion for Fackbook control, I would suggest you ask question at FaceBook forum.
    Thanks for your understanding.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Facebook JavaScript SDK(al.js) include error

    HI All,
    I am planning to integrate facebook with my InDesign plugin.
    In my plugin I have a button "Share On facebook" clicking it will share a post on user wall.
    To achieve this i read faceboook-developer tutorial and download JavaScript facebook SDK from http://connect.facebook.net/en_US/all.js
    and saved it locally and try to include this in my code as follows
    #include "all.js"
    FB.init({ appId: xxxxxxx, status: true, cookie: true, xfbml:true });
    But When I ran the above script in ExtendScriptToolkit then it gives compilation error for all.js
    I also tried to convert all.js to its binary equivalent by open all.js in extendscripttoolkit and do File > Export As binary but it gives same error.
    Please help me to fix all.js compilation issue.
    Regards,
    Alam

    Hi Alam
    Because  JavaScripts are meant for a specific engines there is no such thing as a JavaScript binary executable on your operating system.
    Years ago iI connected InDesign to a server using JavaScript sockets. This was a showcase  just to show what is possible. Be sure not to violate the license agreement.
    I dont know if that would work for you.
    If you where on a Mac there is the possibility to work with applescript. Because applescript runs also on OS X there you could possibly connect InDesign to browser output. I’v never tried that though.
    Kind Regards
    Dani (from Switzerland)

  • How to get the AS3 SDK for Facebook Platform and the CS SDK to play nice?

    I tried to combine a very basic Photopshop Panel created with the CS SDK v1.5 and the AS3 Facebook SDK (http://code.google.com/p/facebook-actionscript-api/), but get the following errors when I try to login to Facebook in the Panel.
    Error: Error #3200: Cannot perform operation on closed window.
    at Error$/throwError()
    at flash.display::NativeWindow/get bounds()
    at flash.html::HTMLLoader$/createRootWindow()
    at com.facebook.graph.windows::AbstractWindow/showWindow()[C:\Users\MikeHunt\Work\facebookGr aphApi\desktopAPI\com\facebook\graph\windows\AbstractWindow.as:129]
    at com.facebook.graph.windows::LoginWindow/open()[C:\Users\MikeHunt\Work\facebookGraphApi\de sktopAPI\com\facebook\graph\windows\LoginWindow.as:130]
    at com.facebook.graph::FacebookDesktop/login()[C:\Users\MikeHunt\Work\facebookGraphApi\deskt opAPI\com\facebook\graph\FacebookDesktop.as:514]
    at com.facebook.graph::FacebookDesktop$/login()[C:\Users\MikeHunt\Work\facebookGraphApi\desk topAPI\com\facebook\graph\FacebookDesktop.as:161]
    at Test/login()[~/work/code/flash/Test/src/Test.mxml:133]
    at Test/__loginBtn_click()[~/work/code/flash/Test/src/Test.mxml:200]
    I tried using csxs:CSXSWindowedApplication, mx:WindowedApplication, and mx:Application. All had the same errors.
    Thanks,
    forest

    You download the Extension SDK as .... extension. Go to Help->Check for Updates.
    The Extension SDK is listed there. If you are behind a proxy, then don't forget to configure that in Tools->Preferences.
    Sascha

  • Add Facebook Comments to a Lightroom HTML Gallery template

    If you prefer displaying your photos on your own website using Lightroom’s web galleries over uploading your photos to Facebook then one of the drawbacks is the lack of commenting. Fortunately, there’s a way to add Facebook Comments to your own website and gallery. See an example here. To implement this solution see the step by step tutorial:
    http://so.ca/?p=265
    Does anyone know if Lightroom templates are over-written when upgrading to a new version of Lightroom? It would be annoying to have to repeat these steps with each version upgrade.
    Thanks.

    Hi Jerfrank,
    If you are looking outside of SharePoint, I would suggest you to check Facebook SDK to integrate with your site.
    Here are few links to start with -
    https://developers.facebook.com/docs/javascript/quickstart/ 
    http://web.appstorm.net/roundups/social-media-roundups/15-simple-ways-to-integrate-facebook-into-your-website/
    <cite>https://facebooktoolkit.codeplex.com</cite>
    https://developers.facebook.com/samples
    https://www.facebook.com/leadingbyexample
    And a bing search for "Facebook developer API" could also help you.
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Connect facebook 'Events' feed to Adobe Muse website

    I need help connecting facebook 'Events' feed to Adobe Muse website....   Help?

    aztlanny, thanks for the advice. Sadly, that does not work with what Im trying to accomplish. The Facebook 'EVENTS' somehow is different from the activity or LIKEs feed....  which can be accomplished.  I have seen this work in word press, but lately even those set ups are starting to break down.  I'm starting to think facebook developement team doesnt like external website usage of things they would rather see grow their numbers versus being useful to people in a real way(but doesnt boost the facebook brand/image).....   I'm hoping some coder could figure it out, and show me......   I've used the facebook SDK jumped through their hoops to create an App ID and App secret about umpteeen attempts: no luck!  maybe I'm just missing something!!!???

  • Facebook iOS?

    Hi there - currently developing an iOS app for iPad deployment and was asked if I could allow the user to post to their Facebook wall. Anyone gotten this to work on iOS? Haven't tried yet, wanted to check here first. I am using the AIR 3.1 overlay in Flash CS5.5... I just did another app - for desktop use where the user can post photos to an album and that worked just fine - though I did have to update the Facebook API for desktop to use the new JSON object in AIR 3.1
    Anyway, any info much appreciated.

    So has nobody gotten Facebook posting working from an iPad app? Be neat if Adobe would actually update / support their so-called 'official' Facebook SDK which doesn't even work with AIR3+... This is really frustrating.

  • Facebook problem page

    hi ..
    i have a big problem with a blackberry facebook sdk....the problem is in the facebook page when i try to login on my facebook app , i got the login view and before that appear on my browser the follow message:  
    "An error occurred with NAME_OF_MY_FACEBOOK_APP. please try later" , I need to show  de allow dialog
    i think maybe, than  i need to configure something on my facebook app? if that true..please tell me what can i do for solve this problem.
    please helpme!!!    
    thanks a lot..
    sorry for my english

    Hi,
    Please try this: Type about:config in the Location bar, enter and click '''I''ll be Careful, I Promise!'''. In the Filter box start typing '''security.warn_submit_insecure''', right-click on it and '''Reset'''.
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/Editing_configuration Editing Configuration]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]

  • Building Facebook apps in Flash CS3?

    Hi all,
    Can Facebook apps be written in Flash CS3 or do I have to use Flex? I'm more comfortable with Flash, but it seems geared toward Flex.
    One of the Facebook SDK examples (FriendsList_flash) contains an FLA file but it won't load in Flash CS3. Does it require a new version or am I doing something wrong?
    Thanks in advance,
    Barry

    Hello Friends,
    Can anyone give me some code hints of how to connect facebook from Flash cs3. I have installed the Flash component file "Facebook_library_v3.4_flash". But its documentation is too bad and has no code hints.
    Arindam Mojumder
    Visit My Flickr
    Visit My Facebook
    Visit My Twitter Account
    Visit My Gblogger
    Visit My Wordpress Blog

  • IPad Facebook?

    Has anyone been able to get the Facebook SDK from http://code.google.com/p/facebook-actionscript-api/ specifically the mobile version working? I have had no luck whatsoever. Using Flash CS5.5 and AIR 3.1. I got the Desktop verison working with modification to allow the new AIR JSON object to work, but that's been it. I really need to allow an app I'm making to publish a comment to the users wall.
    If anyone has an example I'd really appreciate it. And I'd also really appreciate it if Adobe would update the dang SDK to work with AIR3+.

    Errr I tried to download the facebook application on my ipad and it just would not do anything, would not even download??
    A lot of people have got ipad to be able to use facebook and even ebay.
    I have anyway and I can not even upload images, I think they should improve this. they are certain things you can not do. I can not dowload the facebook application, so I can not chat or see wo is online, I can not download pictures. I even tried to go to my settings on facebook to block a friend to view my wall and I could not even do that!
    Can we please have full acces on facebook?
    Also whe you review your listing on ebay you can not add or edit your text, I would like full access too please.
    Thank you

  • Facebook Integration in Store App

    I am developing an store app and I need to implement facebook integration to access friends and post status using this. I have done this using WP8 and WP7 but these methods do not work anymore. Can anybody provide any sample for facebook Integration?

    Hi,
    You can look for the link below:
    http://facebooksdk.net/docs/windows/
    The link above has some tutorials and samples about how to integrating Facebook into a C#/XAML based Windows Store app.
    And if you have any other problems about how to use Facebook SDK API, you should go to the Facebook support forum:
    https://developers.facebook.com/support/
    Best Wishes for you!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

Maybe you are looking for

  • Error While Deploying A Web Service

    Hello All, I am trying to deploy a Web Service however when I am doing so I keeping getting this exception any idea what could be wrong: 5056bf5661#SAPEngine_Application_Thread[impl:3]_130##0#0#Error#1#/System/Server#Java#deploy_5029##Exception in op

  • How do I get date and time component from a DATE object?

    Hi All, I need to get date and time separately from a DATE object, does anyone know what function I should call? GetDate()? GetTime()? I need this in a SELECT statement. Thanks in advance and looking forward to your early reply. Regards. Gladywin 30/

  • How to connect to desktop server.

    Hi. I want to know if exist some way of connect my cell to a desktop server using GPRS, MIDP 1.0 and CLDC 1.0 whitout use servlets in the server. Maybe use sockets??? Or I have that use MIDP 2.0 for this? Thanks.

  • Macbook to ebay or not to ebay

    This is a simple question, and may appear rather silly, but would appreciate the replies of other people who may have had this experience or not. I'm thinking of buying a Macbook online thru ebay, and just wondered whether that was a good move or not

  • OIM best practice and E-Business

    I have the business requirement to provision different types of users in EBS. There are different applications developed within EBS for which the user provisioning flow may vary slightly. what is the best practice with regards to creating resource ob