• 04-12-2009, 14:34:55
    #1
    Üyeliği durduruldu
    Merhaba arkadaşlar facebook da bir uygulama yaptım davet olayını yapamadım bilen arkadaşlar yardımlarınıza ihtiyacım var...
  • 04-12-2009, 17:45:03
    #2
    Mrb

    Static FBML Uygulamasını bilmiyorsan - aşağıdaki linkte sayfaya flash menu nasıl eklenir diye bir makale hazırladım biliyorsan gerek yok tabi..

    aynı yolu izleyerek FBML ile davet kodunu eklemen gerek

    https://www.r10.net/webmaster-genel-k...ir-buyrun.html


    davet etme kodları ile alakalı facebook'un wiki makaleleri mevcut birkaç çeşiti var bende yapmaya çalıştım yanlız davet gönderiyorum gelen davette yoksay butonu var onay butonu çıkmıyor

    çözebilirsen banada haber verirsen sevinirim
    Bu arada hemşeriyiz

    http://wiki.developers.facebook.com/...b:request-form
  • 04-12-2009, 21:51:24
    #3
    Üyeliği durduruldu
    Bayağı kurcaladım ben hiç bir çeşidini bulamadım vallahi davet kodunu verir misin bana...

    Hemşo
  • 04-12-2009, 22:02:34
    #4
    http://wiki.developers.facebook.com/...b:request-form buradan aldığım kod

    <fb:request-form action="start.htm" method="POST" invite="true" type="sample network" content="This network is the best place on Facebook for viewing, sharing and giving friends the highest quality stuff. Join me on this network! <fb:req-choice url='http://www.facebook.com/login.php?api_key=<c:out value='${apiKey}' />' label='Check out this network!' />  ">  <fb:multi-friend-selector showborder="false" actiontext="Invite your friends to this network." exclude_ids="<c:out value='${appUserFriends}' />" max="20" /> </fb:request-form>
    bunlardan birisi olacak aslında tam çalışan kod var ama bende yok

    bu kodların derlenmesi gerek sanırım az önce denedim davet sayfası geliyor bu sefer arkadaşlar görünmüyor :S
  • 06-12-2009, 00:58:12
    #5
    aşağıdaki kodları invitation.php kısmına eklermisin



        <fb:request-form action="index.php" 
            method="POST" 
            invite="true" 
            type="uygulama adin" 
            content="This network is the best place on Facebook for viewing, sharing and giving friends the highest quality stuff. Join me on this network! <fb:req-choice url='http://www.facebook.com/login.php?api_key=<c:out value='${apiKey}' />' label='Check out this network!' />  ">  <fb:multi-friend-selector showborder="false" actiontext="Invite your friends to this network." exclude_ids="<c:out value='${appUserFriends}' />" max="20" />  
    
    
            <fb:multi-friend-selector
            showborder="true"
            actiontext="text mesaj buraya" >
            </fb:request-form>
  • 08-12-2009, 02:06:34
    #6
    Üyeliği durduruldu
    yok yok hiç çıkmadı bende
  • 16-12-2009, 23:11:44
    #7
    Hocam burayı facebook wiki.developers inceleyiniz zor olmasa gerek
  • 30-12-2009, 18:58:23
    #8
    Üyeliği durduruldu
    residents2000 adlı üyeden alıntı: mesajı görüntüle
    Hocam burayı facebook wiki.developers inceleyiniz zor olmasa gerek
    Bi yağmurlu havada inceleyeceğim artuk
  • 30-12-2009, 19:05:12
    #9
    Ben hiçbişey anlamadım