年紀大了有些事容易忘記... 所以.....

星期二, 5月 20, 2014

2014 Facebook Application API & FB API 串接權限審核

這應該跟Facebook F8發表會所提到的有關,
所以現在只要你網站或APP使用到一些「特殊」功能(取得按讚數、取得生日資料、發佈照片資料等)

我大概測試了一下,只有新建的APP才需要做審核,
如果是舊有的APP,即使user至設定將該APP使用權限移除後再重新進入該APP授權
操作與權限都還是會與之前相同,別擔心

另外本次在 feed 這 method 看似也移除掉了分享預設文字的功能(所以以後分享不能設預設文字了?!!!)

如果你只需要用到下面三種權限的話則不需要審核
1.email
2.public_profile
3.user_friends

各權限的功能及範圍可以參考此篇
Permissions with Facebook Login
https://developers.facebook.com/docs/facebook-login/permissions/v2.0#permission-user_website

星期二, 5月 06, 2014

Instagram API 教學 (取得 User ID 及照片資訊)

這邊僅用來搜尋帳號資料及取得相片資訊

請先以 Instagram 帳號登入 http://instagram.com/developer/
點擊右上角「管理客戶」填一些基本資料後點選「註冊新客戶」
Website 及 OAuth redirect_url 都填 http://localhost 就可以(除非你有要取得token或上傳等功能才要另外填)

[PHP] FreeRADIUS + PPTPD + MySQL 分析並取得目前連線的資料


FreeRADIUS 雖然可以使用 MySQL 及帳號管理來記錄每個連線帳號的資料,
不過我沒去啟用那個功能(也不會用~~") 所以就另外寫了排程來處理這個工作

※開啟 FreeRADIUS 的 authlog 功能
/etc/radius/etc/raddb/sites-available/default 94行
auth_log 取消註解

/etc/radius/etc/radiusd.conf 443行
auth = yes

重新啟動 radiusd 服務
/sbin/service radiusd restart

Crontab -e
*/3 * * * * /usr/bin/php -q /home/shell/radius_log.php > /dev/null 2>&1

iOS 上架送審 退件原因

iOS Application Reject Information

1. Terms and conditions(法律與條款)

1.1
 As a developer of applications for the App Store you are bound by the terms of the Program License Agreement (PLA), Human Interface Guidelines (HIG), and any other licenses or contracts between you and Apple. The following rules and examples are intended to assist you in gaining acceptance for your App in the App Store, not to amend or remove provisions from any other agreement.(作為App Store的應用開發者,你必須接受如下條款:Program License Agreement (PLA),Human Interface Guidelines (HIG),以及任何你與apple簽訂的許可和合同。以下規則和示例是為了協助你的應用更快通過審核上架,而不是修正或取代之前的條款。)