.net - feed, home, post not giving actual wall posts in Facebook C# SDK -


i trying retrieve facebook wall posts of user using facebook c# sdk.

i using feed connection, gives me entries shown in "activity log" section in facebook account not shown on wall. need special parameters or anything? can please point me right direction?

ok. figured out. issue permissions not being passed correctly(due silly coding mistake). getting "accesstoken" without permissions. added required permissions , worked expected. anyways, help.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -