开发者

fb-walls module for drupal

开发者 https://www.devze.com 2023-04-01 23:17 出处:网络
I\'m learning my way around drupal a little bit by making someone a site. I\'m asked to display facebook wall posts in a block.

I'm learning my way around drupal a little bit by making someone a site. I'm asked to display facebook wall posts in a block. I found this module. Now I have no clue how to get started on this.

What I do know is that in drupal>admin>configuration>facebook-wall I need to fill in an application ID of the wall and then the secret code. But I have no clue on how retrieve that. I searched here in SO and using google but all I'm lead to is the facebook developer's pages where it's talking about app creation and developer's stuff I don't understand (eventhough I know a little basic php).

I simply don't know where to start looking, so I guess all i'm ask开发者_高级运维ing is for a little more understandable resource to figure this out.


You would want to start here

https://developers.facebook.com/

And since your developing for a website you would want to click the website option, which brings you to here.

https://developers.facebook.com/docs/guides/web/

If you read that page, not even a quarter of the way down, you would see something about Authentication... Which in the first paragraph makes mention of your AppID, and gives you some other links to follow.

https://developers.facebook.com/docs/authentication

Which talks about how the authentication process works, and then there is

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

Which is used to register you application, which the paragraph it is linked in mentions you need to do in order to use Facebook on your website (which is what your trying to do). Clicking on that link should be pretty self explanatory at that point as to how to get your AppID and Secret.

There you go, I have reduced the amount of reading you now need to do to a level that should be manageable....

Hope this helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消