컴퓨터/개발

페이스북 담벼락에 자동 포스팅하는 앱 만들기

하늘치 2014. 7. 24. 10:28
반응형
[비공개]

페북자동포스팅소스.html



2014-07-24 기준으로 작성된 내용입니다.



1. 일단 앱을 만든다.

https://developers.facebook.com/


2. 세팅한다.

https://developers.facebook.com/apps/1393312964270784/settings/


<기본정보>

Display Name : 앱 이름. 한글로 써도 무방함.
Namespace : 앱 아이디라고 생각해도 됨. 영문과 언더바 정도?
App Domains : 앱이 사용될 도메인 주소. openuri.net, daum.net 처럼 쓰면 된다.
Contact Email : 내 이메일 주소.


<Website>
Site URL : 실제로 앱이 사용될 페이지의 구체적인 주소.
Mobile Site URL : 모바일에서 실제로 앱이 사용될 페이지의 구체적인 주소.

Site URL 뒤에 ?&view_type=mobile 을 붙여서 구분해도 된다.



3. 리뷰를 작성한다.

https://developers.facebook.com/apps/1393312964270784/review-status/


  1. 먼저 우측상단의 버튼을 YES 로 변경한다.
    Do you want to make this app and all its live features available to the general public? YES

  2. 맨 아래에 있는 버튼 [Start a Submission]을 클릭한 후, publish_actions 을 선택한다.
    그러면 publish_actions 항목이 생성된 것을 볼 수 있는데 우측에 있는 [View / Edit Notes]를 클릭해서 내용을 작성한다.


    Notes for publish_actions

    1. Please explain how you are using publish_actions to enhance a person's in-app experience.
    >>
    I hope that if visitor write a message at my web page or mobile page for the app, then that message will save at my website and post at visitor's facebook. That's all.



    2. Please provide step-by-step instructions so our review team can reproduce how you are using publish_actions in your app.
    >>
    Step 1: Load the app by going to 'http://bit.ly/1pLqFuI'.

    Step 2: If you access by PC, you can visit web page for the app. If you access by mobile, you can visit mobile page for the app.

    Step 3: please write your name(이름, in korean), mobilephone number, message and check agree box(개인정보 수집 및 이용에 동의합니다, in korean).

    Step 4: please click the button(재능기부 신청하기, in korean).

    Step 5: The message(write in step 3) will be post writer's facebook wall..



  3. Test User 를 등록한다.
    테스트 유저는 Roles 라는 메뉴에서 등록할 수 있다.
    https://developers.facebook.com/apps/700796196668062/roles/
    테스트유저는 생성 버튼만 클릭하면 자동으로 생성되는데 이름(Name)만 복사해서 등록하면 된다.

  4. 서비스가 실행될 화면의 스크린샷을 최소 4장 등록한다..
    Screenshots that show our review team how you're using Facebook in your app (4 minimum)
    본인 같은 경우,
    스크린샷 안에 사용순서에 따라 번호와 설명을 적어 넣었다.

  5. 제출
    Submit for Review


4. App Details 작성

<작성내용>


기본정보

  • Short Description
  • Publisher
  • Long Description
  • Category 선택
  • Explanation for Permissions


Contact Info
  • Privacy Policy URL (요건 필수인지 잘 모르겠음;)


App Center Listed Platforms

  • Website 선택


Icons

  • App Icon(가로 세로 1024px)




3번과 4번의 작성 순서는 중요하지 않은 듯 하다.

아무튼, 리뷰를 제출하고 나서 7일 정도 기다라리고 하던데.. 본인의 경우, 2~3일 안에 답이 왔다. 

2전 3기 끝에 리뷰 승인!
















반응형