English 中文(简体)
使用PHP的Facec 图片
原标题:Facebook Cover Photo API using PHP

Has Facebook released any api for facebook cover photo? I want to implement it using PHP language.

EDIT

我愿用图表复印机将照片上载。

最佳回答

实际上,不可能通过Facebook照片图普图象直接改变照片,因为根本没有提及这一点。

然而,我们可以通过将用户的照片上上载到Facebook,然后将用户转而上载光URL,在直线参数中添加1个:

“&makeprofile=1”是这里的主要事项,Xyz/abc将用Facebook归还。 通过增加参数,Facebook将把现有用户的概况与上载图像进行自动改变。

For more info: http://4rapiddev.com/facebook-graph-api/php-change-facebook-profile-picture-with-graph-api/

问题回答

有一个复印机可以更新一页的照片。

http://developers.facebook.com/docs/reference/api/page/

它要求提供照片,照片是用户册的照片。

可以通过图表复印机将照片上载到一个册。 2. 向新摄影机和转头用户提供这一尿液

 "http://www.facebook.com/profile.php?preview_cover=" + photo_id

在此之前,你应通知用户,他/她将改用面簿,到网页上打上新的封面照片(需要确认这一变化,点击了“光子”。 它不是完美的解决办法,没有完全覆盖皮条,而是最佳地摆脱了它。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签