php facebook hulp
bedankt
p.s ik heb al gezocht maar ik snapte er helemaal niks van.
Www.react.com.. (oAuth).
Maar wat heb jij dan gevonden, en wat snap je niet? En wat heb je geprobeerd?
Ikzelf gebruik die van Maar wat heb jij dan gevonden, en wat snap je niet? En wat heb je geprobeerd?
Gewijzigd op 03/08/2011 22:44:36 door - Ariën -
ik heb het van facebook zelf geprobeert
en...?
ik heb een account gemaakt en hoe krijg ik het op mijn site?
Lees hun handleiding?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?
<html>
<head>
<link rel="canonical" href="http://svenvideo.byethost2.com/facebook.php" />
<meta name="discussion-title" content="A different title" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>React.com Discussions iframe helper</title>
<script type="text/javascript">
/* <![CDATA[ */
/* Tell the parent iframe what height the iframe needs to be */
var height = -1;
function parentIframeResize()
{
var height = parseInt(window.location.hash.substring(1));
if (this.height < height)
{
this.height = height;
/* This works as our parent's parent is on our domain.. */
if (top.React)
top.React.Discussion.Client.resizeIframe(height);
}
}
/* ]]> */
</script>
</head>
<body onload="window.setInterval(parentIframeResize, 20);">
<script type="text/javascript" src="http://discuss.react.com/static/Discuss.client.js"></script>
<script type="text/javascript">jQuery.extend(true, React, {'id' : '7b0f7133-ffc8-49a8-9ef3-
a361ac706328'});</script>
</body>
</html>
?>
<html>
<head>
<link rel="canonical" href="http://svenvideo.byethost2.com/facebook.php" />
<meta name="discussion-title" content="A different title" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>React.com Discussions iframe helper</title>
<script type="text/javascript">
/* <![CDATA[ */
/* Tell the parent iframe what height the iframe needs to be */
var height = -1;
function parentIframeResize()
{
var height = parseInt(window.location.hash.substring(1));
if (this.height < height)
{
this.height = height;
/* This works as our parent's parent is on our domain.. */
if (top.React)
top.React.Discussion.Client.resizeIframe(height);
}
}
/* ]]> */
</script>
</head>
<body onload="window.setInterval(parentIframeResize, 20);">
<script type="text/javascript" src="http://discuss.react.com/static/Discuss.client.js"></script>
<script type="text/javascript">jQuery.extend(true, React, {'id' : '7b0f7133-ffc8-49a8-9ef3-
a361ac706328'});</script>
</body>
</html>
?>
Voor de inlog kan je beter de oAuth API gebruiken. Works perfect for me.
hoe kom ik daar aan?
Zorg er ook even voor dat je de facebook API codes bij React bekend zijn. ;-)
Gewijzigd op 04/08/2011 09:34:34 door - Ariën -
http://www.react.com/ al 5 keer doorgelezen maar ik kan niets vinden over download
ik heb deze site https://account.react.com/docs/xml-rpc-endpoints Aldus...
Pas de URL in de example aan naar:
http://social.react.com/XmlRpc_v2
Pas dan de code aan naar:
Dan zou je FaceBook in de array moeten zien staan.
En volg deze stappen:
https://account.react.com/docs/workflow-the-first-visit
En informatie over de werkwijze is te vinden op:
https://account.react.com/docs/workflow-a-social-log-in
Pas de URL in de example aan naar:
http://social.react.com/XmlRpc_v2
Pas dan de code aan naar:
Dan zou je FaceBook in de array moeten zien staan.
En volg deze stappen:
https://account.react.com/docs/workflow-the-first-visit
En informatie over de werkwijze is te vinden op:
https://account.react.com/docs/workflow-a-social-log-in
Gewijzigd op 04/08/2011 10:08:14 door - Ariën -
Warning: require() [function.require]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in example.php on line 3
Warning: require(http://social.react.com/XmlRpc_v2) [function.require]: failed to open stream: no suitable wrapper could be found in example.php on line 3
Fatal error: require() [function.require]: Failed opening required 'http://social.react.com/XmlRpc_v2' (include_path='.;D:\xampp\php\PEAR') in example.php on line 3
Toevoeging op 04/08/2011 19:40:32:
met dit script:
Code (php)
Gewijzigd op 04/08/2011 19:38:33 door sven video
http://social.react.com/XmlRpc_v2 op je eigen server staat.
je kunt niet is include/required vanaf een andere server. Dus zorg er voor dat Fatal error: Uncaught exception 'React_XmlRpc_Client_ResponseException' with message 'Unauthorized request, please specify both valid application key and secret in your request' in D:\xampp\htdocs\test\library\React\XmlRpc\Client.php:132 Stack trace: #0 D:\xampp\htdocs\test\library\React\XmlRpc\Client.php(23): React_XmlRpc_Client->parseResponse('HTTP/1.1 200 OK...') #1 D:\xampp\htdocs\test\example.php(8): React_XmlRpc_Client->__call('getProviders', Array) #2 D:\xampp\htdocs\test\example.php(8): React_XmlRpc_Client->getProviders() #3 {main} thrown in D:\xampp\htdocs\test\library\React\XmlRpc\Client.php on line 132
getProviders('key','secret')
Zie je React dashboard...
Array ( [0] => Facebook [1] => Twitter [2] => MySpace )
Goed zo. Nu mag je de workflow even doorlezen... ;-)
kan je niet gelijk het script geven?