IOS Facebook apprequests, without using the Facebook dialog -


i user user apprequests using:

[facebook dialog:@"apprequests" andparams:params anddelegate:self];  

this working, work around facebook dialog display custom view, , send nsurlrequest access token, uids , other parameters embedded in request.

i have been trying debug sdk sent request, send via uiwebview, cannot debug it.

i tried use web proxy debugger "charles" see http call request, encrypted, , if work around requesting @"http://m.facebook.com/dialog/" instead of https, following json response.

{"error":{"message":"you must use https:// when passing access token","type":"oauthexception","code":1}}

is there way directly send app request without using dialog?

is there way directly send app request without using dialog?

only app-to-user-requests, , these work if target user connected app.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -